|
NX Open C++ Reference Guide
|
Represents a Toggle block
Created in NX8.5.0.
More...
Public Member Functions | |
| NXString | BalloonTooltipLayoutAsString () |
| Returns the BalloonTooltipLayout as string Created in NX8.5.0. | |
| NXString | BalloonTooltipOffImage () |
| Returns the BalloonTooltipOffImage Created in NX8.5.0. | |
| NXString | BalloonTooltipOffText () |
| Returns the BalloonTooltipOffText Created in NX8.5.0. | |
| NXString | BalloonTooltipOnImage () |
| Returns the BalloonTooltipOnImage Created in NX8.5.0. | |
| NXString | BalloonTooltipOnText () |
| Returns the BalloonTooltipOnText Created in NX8.5.0. | |
| NXString | Bitmap () |
| Returns the Bitmap Created in NX8.5.0. | |
| bool | BitmapOnly () |
| Returns the BitmapOnly Created in NX8.5.0. | |
| std::vector< NXString > | GetBalloonTooltipLayoutMembers () |
| Gets the BalloonTooltipLayout member. | |
| bool | Localize () |
| Returns the Localize Created in NX8.5.0. | |
| bool | RetainValue () |
| Returns the RetainValue 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 | SetBalloonTooltipOffImage (const NXString &imageString) |
| Sets the BalloonTooltipOffImage Created in NX8.5.0. | |
| void | SetBalloonTooltipOffImage (const char *imageString) |
| Sets the BalloonTooltipOffImage Created in NX8.5.0. | |
| void | SetBalloonTooltipOffText (const NXString &tooltipString) |
| Sets the BalloonTooltipOffText Created in NX8.5.0. | |
| void | SetBalloonTooltipOffText (const char *tooltipString) |
| Sets the BalloonTooltipOffText Created in NX8.5.0. | |
| void | SetBalloonTooltipOnImage (const NXString &imageString) |
| Sets the BalloonTooltipOnImage Created in NX8.5.0. | |
| void | SetBalloonTooltipOnImage (const char *imageString) |
| Sets the BalloonTooltipOnImage Created in NX8.5.0. | |
| void | SetBalloonTooltipOnText (const NXString &tooltipString) |
| Sets the BalloonTooltipOnText Created in NX8.5.0. | |
| void | SetBalloonTooltipOnText (const char *tooltipString) |
| Sets the BalloonTooltipOnText 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 | SetBitmapOnly (bool bitmapOnly) |
| Sets the BitmapOnly Created in NX8.5.0. | |
| void | SetLocalize (bool localize) |
| Sets the Localize Created in NX8.5.0. | |
| void | SetRetainValue (bool retain) |
| Sets the RetainValue Created in NX8.5.0. | |
| void | SetValue (bool valueProperty) |
| Sets the Value Created in NX8.5.0. | |
| bool | Value () |
| Returns the Value Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::BlockStyler::UIBlock | |
| 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. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Toggle block
Created in NX8.5.0.
| NXString NXOpen::BlockStyler::Toggle::BalloonTooltipLayoutAsString | ( | ) |
Returns the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::Toggle::BalloonTooltipOffImage | ( | ) |
Returns the BalloonTooltipOffImage
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::Toggle::BalloonTooltipOffText | ( | ) |
Returns the BalloonTooltipOffText
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::Toggle::BalloonTooltipOnImage | ( | ) |
Returns the BalloonTooltipOnImage
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::Toggle::BalloonTooltipOnText | ( | ) |
Returns the BalloonTooltipOnText
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::Toggle::Bitmap | ( | ) |
Returns the Bitmap
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::Toggle::BitmapOnly | ( | ) |
Returns the BitmapOnly
Created in NX8.5.0.
License requirements : None
| std::vector<NXString> NXOpen::BlockStyler::Toggle::GetBalloonTooltipLayoutMembers | ( | ) |
Gets the BalloonTooltipLayout member.
| bool NXOpen::BlockStyler::Toggle::Localize | ( | ) |
Returns the Localize
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::Toggle::RetainValue | ( | ) |
Returns the RetainValue
Created in NX8.5.0.
License requirements : None
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipLayoutAsString | ( | const NXString & | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipLayoutAsString | ( | const char * | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOffImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipOffImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOffImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipOffImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOffText | ( | const NXString & | tooltipString | ) |
Sets the BalloonTooltipOffText
Created in NX8.5.0.
License requirements : None
| tooltipString | tooltip string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOffText | ( | const char * | tooltipString | ) |
Sets the BalloonTooltipOffText
Created in NX8.5.0.
License requirements : None
| tooltipString | tooltip string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOnImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipOnImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOnImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipOnImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOnText | ( | const NXString & | tooltipString | ) |
Sets the BalloonTooltipOnText
Created in NX8.5.0.
License requirements : None
| tooltipString | tooltip string |
| void NXOpen::BlockStyler::Toggle::SetBalloonTooltipOnText | ( | const char * | tooltipString | ) |
Sets the BalloonTooltipOnText
Created in NX8.5.0.
License requirements : None
| tooltipString | tooltip string |
| void NXOpen::BlockStyler::Toggle::SetBitmap | ( | const NXString & | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
| bitmapString | bitmap string |
| void NXOpen::BlockStyler::Toggle::SetBitmap | ( | const char * | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
| bitmapString | bitmap string |
| void NXOpen::BlockStyler::Toggle::SetBitmapOnly | ( | bool | bitmapOnly | ) |
Sets the BitmapOnly
Created in NX8.5.0.
License requirements : None
| bitmapOnly | bitmap only |
| void NXOpen::BlockStyler::Toggle::SetLocalize | ( | bool | localize | ) |
Sets the Localize
Created in NX8.5.0.
License requirements : None
| localize | localize |
| void NXOpen::BlockStyler::Toggle::SetRetainValue | ( | bool | retain | ) |
Sets the RetainValue
Created in NX8.5.0.
License requirements : None
| retain | retain |
| void NXOpen::BlockStyler::Toggle::SetValue | ( | bool | valueProperty | ) |
Sets the Value
Created in NX8.5.0.
License requirements : None
| valueProperty | value property |
| bool NXOpen::BlockStyler::Toggle::Value | ( | ) |
Returns the Value
Created in NX8.5.0.
License requirements : None