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

Represents an Object Color Picker Block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::ObjectColorPicker:
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 theBalloonTooltipLayout members. More...
 
std::vector< int > GetValue ()
 Gets the Value. More...
 
bool Localize ()
 Returns the Localize. More...
 
int NumberSelectable ()
 Returns the NumberSelectable. 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 SetNumberSelectable (int number)
 Sets the NumberSelectable. More...
 
void SetRetainValue (bool retain)
 Sets the RetainValue. More...
 
void SetValue (const std::vector< int > &valueVector)
 Sets 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 an Object Color Picker Block
Created in NX8.5.0.


Member Function Documentation

NXString NXOpen::BlockStyler::ObjectColorPicker::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::ObjectColorPicker::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::ObjectColorPicker::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

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

Gets theBalloonTooltipLayout members.

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

License requirements : None
std::vector<int> NXOpen::BlockStyler::ObjectColorPicker::GetValue ( )

Gets the Value.

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

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

Returns the Localize.

If true, translates the Label string into the language of the current locale.
Created in NX8.5.0.

License requirements : None

int NXOpen::BlockStyler::ObjectColorPicker::NumberSelectable ( )

Returns the NumberSelectable.

Represents number of colors that can be selected
Created in NX8.5.0.

License requirements : None

bool NXOpen::BlockStyler::ObjectColorPicker::RetainValue ( )

Returns the RetainValue.

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

License requirements : None

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

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

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

Sets the Localize.

If true, translates the Label string into the language of the current locale.
Created in NX8.5.0.

License requirements : None

Parameters
localizelocalize
void NXOpen::BlockStyler::ObjectColorPicker::SetNumberSelectable ( int  number)

Sets the NumberSelectable.

Represents number of colors that can be selected
Created in NX8.5.0.

License requirements : None

Parameters
numbernumber
void NXOpen::BlockStyler::ObjectColorPicker::SetRetainValue ( bool  retain)

Sets the RetainValue.

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

License requirements : None

Parameters
retainretain
void NXOpen::BlockStyler::ObjectColorPicker::SetValue ( const std::vector< int > &  valueVector)

Sets the Value
Created in NX8.5.0.



License requirements : None

Parameters
valueVectorValues to set for the property.

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