NX Open C++ Reference Guide
|
Represents a Label
Created in NX8.5.0.
More...
Public Member Functions | |
NXString | BalloonTooltipImage () |
Returns the BalloonTooltipImage Created in NX8.5.0. | |
NXString | BalloonTooltipLayoutAsString () |
Returns the BalloonTooltipLayout as string Created in NX8.5.0. | |
NXString | BalloonTooltipText () |
Returns the BalloonTooltipText Created in NX8.5.0. | |
NXString | Bitmap () |
Returns the Bitmap Created in NX8.5.0. | |
bool | DisplayBitmapLabel () |
Returns the DisplayBitmapLabel Created in NX8.5.0. | |
std::vector< NXString > | GetBalloonTooltipLayoutMembers () |
Gets the BalloonTooltipLayout members. | |
bool | HighQualityBitmap () |
Returns the HighQualityBitmap Created in NX8.5.0. | |
bool | Localize () |
Returns the Localize. | |
void | SetBalloonTooltipImage (const NXString &imageString) |
Sets the BalloonTooltipImage Created in NX8.5.0. | |
void | SetBalloonTooltipImage (const char *imageString) |
Sets the BalloonTooltipImage Created in NX8.5.0. | |
void | SetBalloonTooltipLayoutAsString (const NXString &enumString) |
Sets the BalloonTooltipLayout as string Created in NX8.5.0. | |
void | SetBalloonTooltipLayoutAsString (const char *enumString) |
Sets the BalloonTooltipLayout as string Created in NX8.5.0. | |
void | SetBalloonTooltipText (const NXString &tooltipText) |
Sets the BalloonTooltipText Created in NX8.5.0. | |
void | SetBalloonTooltipText (const char *tooltipText) |
Sets the BalloonTooltipText Created in NX8.5.0. | |
void | SetBitmap (const NXString &bitmapString) |
Sets the Bitmap Created in NX8.5.0. | |
void | SetBitmap (const char *bitmapString) |
Sets the Bitmap Created in NX8.5.0. | |
void | SetDisplayBitmapLabel (bool display) |
Sets the DisplayBitmapLabel Created in NX8.5.0. | |
void | SetHighQualityBitmap (bool highQuality) |
Sets the HighQualityBitmap Created in NX8.5.0. | |
void | SetLocalize (bool localize) |
Sets the Localize. | |
void | SetTooltip (const NXString &tooltipString) |
Sets the Tooltip Created in NX8.5.0. | |
void | SetTooltip (const char *tooltipString) |
Sets the Tooltip Created in NX8.5.0. | |
void | SetWordWrap (bool wordwrap) |
Sets the WordWrap Created in NX8.5.0. | |
NXString | Tooltip () |
Returns the Tooltip Created in NX8.5.0. | |
bool | WordWrap () |
Returns the WordWrap Created in NX8.5.0. | |
![]() | |
bool | Enable () |
Returns the Enable. | |
bool | Expanded () |
Returns the Expanded Created in NX8.5.0. | |
void | Focus () |
Focuses on the block. | |
NXOpen::BlockStyler::PropertyList * | GetProperties () |
Returns the properties of the block. | |
bool | Group () |
Returns the Group Created in NX8.5.0. | |
NXString | Label () |
Returns the Label Created in NX8.5.0. | |
NXString | Name () |
Returns the name of the block or BlockID Created in NX6.0.0. | |
void | SetEnable (bool enable) |
Sets the Enable. | |
void | SetExpanded (bool expanded) |
Sets the Expanded Created in NX8.5.0. | |
void | SetGroup (bool group) |
Sets the Group Created in NX8.5.0. | |
void | SetLabel (const NXString &label) |
Sets the Label Created in NX8.5.0. | |
void | SetLabel (const char *label) |
Sets the Label Created in NX8.5.0. | |
void | SetShow (bool show) |
Sets the Visibility of block. | |
bool | Show () |
Returns the Visibility of block. | |
NXString | Type () |
Returns the type of block Created in NX6.0.0. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Label
Created in NX8.5.0.
NXString NXOpen::BlockStyler::Label::BalloonTooltipImage | ( | ) |
Returns the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::Label::BalloonTooltipLayoutAsString | ( | ) |
Returns the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::Label::BalloonTooltipText | ( | ) |
Returns the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::Label::Bitmap | ( | ) |
Returns the Bitmap
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::Label::DisplayBitmapLabel | ( | ) |
Returns the DisplayBitmapLabel
Created in NX8.5.0.
License requirements : None
std::vector<NXString> NXOpen::BlockStyler::Label::GetBalloonTooltipLayoutMembers | ( | ) |
Gets the BalloonTooltipLayout members.
bool NXOpen::BlockStyler::Label::HighQualityBitmap | ( | ) |
Returns the HighQualityBitmap
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::Label::Localize | ( | ) |
Returns the Localize.
If true, translates the Label string into the current locale language.
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::Label::SetBalloonTooltipImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
imageString | image string |
void NXOpen::BlockStyler::Label::SetBalloonTooltipImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
imageString | image string |
void NXOpen::BlockStyler::Label::SetBalloonTooltipLayoutAsString | ( | const NXString & | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::Label::SetBalloonTooltipLayoutAsString | ( | const char * | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::Label::SetBalloonTooltipText | ( | const NXString & | tooltipText | ) |
Sets the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
tooltipText | tooltiptext |
void NXOpen::BlockStyler::Label::SetBalloonTooltipText | ( | const char * | tooltipText | ) |
Sets the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
tooltipText | tooltiptext |
void NXOpen::BlockStyler::Label::SetBitmap | ( | const NXString & | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
bitmapString | bitmap string |
void NXOpen::BlockStyler::Label::SetBitmap | ( | const char * | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
bitmapString | bitmap string |
void NXOpen::BlockStyler::Label::SetDisplayBitmapLabel | ( | bool | display | ) |
Sets the DisplayBitmapLabel
Created in NX8.5.0.
License requirements : None
display | display |
void NXOpen::BlockStyler::Label::SetHighQualityBitmap | ( | bool | highQuality | ) |
Sets the HighQualityBitmap
Created in NX8.5.0.
License requirements : None
highQuality | high quality |
void NXOpen::BlockStyler::Label::SetLocalize | ( | bool | localize | ) |
Sets the Localize.
If true, translates the Label string into the current locale language.
Created in NX8.5.0.
License requirements : None
localize | localize |
void NXOpen::BlockStyler::Label::SetTooltip | ( | const NXString & | tooltipString | ) |
Sets the Tooltip
Created in NX8.5.0.
License requirements : None
tooltipString | tooltip string |
void NXOpen::BlockStyler::Label::SetTooltip | ( | const char * | tooltipString | ) |
Sets the Tooltip
Created in NX8.5.0.
License requirements : None
tooltipString | tooltip string |
void NXOpen::BlockStyler::Label::SetWordWrap | ( | bool | wordwrap | ) |
Sets the WordWrap
Created in NX8.5.0.
License requirements : None
wordwrap | wordwrap |
NXString NXOpen::BlockStyler::Label::Tooltip | ( | ) |
Returns the Tooltip
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::Label::WordWrap | ( | ) |
Returns the WordWrap
Created in NX8.5.0.
License requirements : None