NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::RGBColorPicker Class Reference

Represents a RGB Color Picker block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::RGBColorPicker:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

NXString BalloonTooltipImage ()
 Returns the BalloonTooltipImage
Created in NX8.5.0. More...
 
NXString BalloonTooltipLayoutAsString ()
 Returns the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
NXString BalloonTooltipText ()
 Returns the BalloonTooltipText
Created in NX8.5.0. More...
 
std::vector< NXStringGetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout member. More...
 
bool Localize ()
 Returns the Localize. More...
 
bool RetainValue ()
 Returns the RetainValue. More...
 
void SetBalloonTooltipImage (const NXString &imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const char *imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const NXString &enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const char *enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const NXString &tooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const char *tooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetLocalize (bool localize)
 Sets the Localize. More...
 
void SetRetainValue (bool retain)
 Sets the RetainValue. More...
 
void SetValue (int rgbValue)
 Sets the Value
Created in NX8.5.0. More...
 
int Value ()
 Returns the Value
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a RGB Color Picker block
Created in NX8.5.0.


Member Function Documentation

NXString NXOpen::BlockStyler::RGBColorPicker::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::RGBColorPicker::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::RGBColorPicker::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::RGBColorPicker::GetBalloonTooltipLayoutMembers ( )

Gets the BalloonTooltipLayout member.

Returns
Values to get from the property.
Created in NX8.5.0.

License requirements : None
bool NXOpen::BlockStyler::RGBColorPicker::Localize ( )

Returns the Localize.

If true, the Label is translated to current locale language.
Created in NX8.5.0.

License requirements : None

bool NXOpen::BlockStyler::RGBColorPicker::RetainValue ( )

Returns the RetainValue.

If true, the block's value will be saved in dialog memory upon OK, Apply or Close.
Created in NX8.5.0.

License requirements : None

void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipImage ( const NXString imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipImage ( const char *  imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipLayoutAsString ( const NXString enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipLayoutAsString ( const char *  enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipText ( const NXString tooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
tooltipTexttooltiptext
void NXOpen::BlockStyler::RGBColorPicker::SetBalloonTooltipText ( const char *  tooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
tooltipTexttooltiptext
void NXOpen::BlockStyler::RGBColorPicker::SetLocalize ( bool  localize)

Sets the Localize.

If true, the Label is translated to current locale language.
Created in NX8.5.0.

License requirements : None

Parameters
localizelocalize
void NXOpen::BlockStyler::RGBColorPicker::SetRetainValue ( bool  retain)

Sets the RetainValue.

If true, the block's value will be saved in dialog memory upon OK, Apply or Close.
Created in NX8.5.0.

License requirements : None

Parameters
retainretain
void NXOpen::BlockStyler::RGBColorPicker::SetValue ( int  rgbValue)

Sets the Value
Created in NX8.5.0.



License requirements : None

Parameters
rgbValuergb value
int NXOpen::BlockStyler::RGBColorPicker::Value ( )

Returns the Value
Created in NX8.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.