NX Open C++ Reference Guide
|
Represents a String block
Created in NX8.5.0.
More...
Public Member Functions | |
bool | AllowInternationalTextInput () |
Returns the AllowInternationalTextInput Created in NX8.5.0. | |
NXString | BalloonTooltipLayoutAsString () |
Returns the BalloonTooltipLayout as string Created in NX8.5.0. | |
NXString | Bitmap () |
Returns the Bitmap Created in NX8.5.0. | |
std::vector< NXString > | GetBalloonTooltipImages () |
Gets the BalloonTooltipImages. | |
std::vector< NXString > | GetBalloonTooltipLayoutMembers () |
Gets the BalloonTooltipLayout members. | |
std::vector< NXString > | GetBalloonTooltipTexts () |
Gets the BalloonTooltipTexts. | |
std::vector< NXString > | GetListItems () |
Gets the ListItems. | |
std::vector< NXString > | GetPresentationStyleMembers () |
Gets the PresentationStyle members. | |
std::vector< NXString > | GetWidthMembers () |
Gets the Width members. | |
bool | IsPassword () |
Returns the IsPassword. | |
bool | Localize () |
Returns the Localize Created in NX8.5.0. | |
int | MaxTextLength () |
Returns the MaxTextLength Created in NX8.5.0. | |
NXString | PresentationStyleAsString () |
Returns the PresentationStyle as string Created in NX8.5.0. | |
bool | ReadOnlyString () |
Returns the ReadOnlyString Created in NX8.5.0. | |
bool | RetainValue () |
Returns the RetainValue Created in NX8.5.0. | |
void | SetAllowInternationalTextInput (bool allow) |
Sets the AllowInternationalTextInput Created in NX8.5.0. | |
void | SetBalloonTooltipImages (std::vector< NXString > &imageStrings) |
Sets the BalloonTooltipImages 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 | SetBalloonTooltipTexts (std::vector< NXString > &tooltipTextArray) |
Sets the BalloonTooltipTexts 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 | SetListItems (std::vector< NXString > &itemStrings) |
Sets the ListItems Created in NX8.5.0. | |
void | SetLocalize (bool localize) |
Sets the Localize Created in NX8.5.0. | |
void | SetMaxTextLength (int textLength) |
Sets the MaxTextLength Created in NX8.5.0. | |
void | SetPassword (bool passwrod) |
Sets the IsPassword. | |
void | SetPresentationStyleAsString (const NXString &enumString) |
Sets the PresentationStyle as string Created in NX8.5.0. | |
void | SetPresentationStyleAsString (const char *enumString) |
Sets the PresentationStyle as string Created in NX8.5.0. | |
void | SetReadOnlyString (bool readonly) |
Sets the ReadOnlyString Created in NX8.5.0. | |
void | SetRetainValue (bool retain) |
Sets the RetainValue Created in NX8.5.0. | |
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 | SetValue (const NXString &valueString) |
Sets the Value Created in NX8.5.0. | |
void | SetValue (const char *valueString) |
Sets the Value Created in NX8.5.0. | |
void | SetWideValue (const NXString &wideValueString) |
Sets the WideValue. | |
void | SetWideValue (const char *wideValueString) |
Sets the WideValue. | |
void | SetWidthAsString (const NXString &enumString) |
Sets the Width as string Created in NX8.5.0. | |
void | SetWidthAsString (const char *enumString) |
Sets the Width as string Created in NX8.5.0. | |
NXString | Tooltip () |
Returns the Tooltip Created in NX8.5.0. | |
NXString | Value () |
Returns the Value Created in NX8.5.0. | |
NXString | WideValue () |
Returns the WideValue. | |
NXString | WidthAsString () |
Returns the Width as string 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 String block
Created in NX8.5.0.
bool NXOpen::BlockStyler::StringBlock::AllowInternationalTextInput | ( | ) |
Returns the AllowInternationalTextInput
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::BalloonTooltipLayoutAsString | ( | ) |
Returns the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::Bitmap | ( | ) |
Returns the Bitmap
Created in NX8.5.0.
License requirements : None
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetBalloonTooltipImages | ( | ) |
Gets the BalloonTooltipImages.
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetBalloonTooltipLayoutMembers | ( | ) |
Gets the BalloonTooltipLayout members.
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetBalloonTooltipTexts | ( | ) |
Gets the BalloonTooltipTexts.
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetListItems | ( | ) |
Gets the ListItems.
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetPresentationStyleMembers | ( | ) |
Gets the PresentationStyle members.
std::vector<NXString> NXOpen::BlockStyler::StringBlock::GetWidthMembers | ( | ) |
Gets the Width members.
bool NXOpen::BlockStyler::StringBlock::IsPassword | ( | ) |
Returns the IsPassword.
If true, characters will not be readable. They will be displayed as *.
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::StringBlock::Localize | ( | ) |
Returns the Localize
Created in NX8.5.0.
License requirements : None
int NXOpen::BlockStyler::StringBlock::MaxTextLength | ( | ) |
Returns the MaxTextLength
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::PresentationStyleAsString | ( | ) |
Returns the PresentationStyle as string
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::StringBlock::ReadOnlyString | ( | ) |
Returns the ReadOnlyString
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::StringBlock::RetainValue | ( | ) |
Returns the RetainValue
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::StringBlock::SetAllowInternationalTextInput | ( | bool | allow | ) |
Sets the AllowInternationalTextInput
Created in NX8.5.0.
License requirements : None
allow | allow |
void NXOpen::BlockStyler::StringBlock::SetBalloonTooltipImages | ( | std::vector< NXString > & | imageStrings | ) |
Sets the BalloonTooltipImages
Created in NX8.5.0.
License requirements : None
imageStrings | image strings |
void NXOpen::BlockStyler::StringBlock::SetBalloonTooltipLayoutAsString | ( | const NXString & | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::StringBlock::SetBalloonTooltipLayoutAsString | ( | const char * | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::StringBlock::SetBalloonTooltipTexts | ( | std::vector< NXString > & | tooltipTextArray | ) |
Sets the BalloonTooltipTexts
Created in NX8.5.0.
License requirements : None
tooltipTextArray | Value to set for the property. |
void NXOpen::BlockStyler::StringBlock::SetBitmap | ( | const NXString & | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
bitmapString | bitmap string |
void NXOpen::BlockStyler::StringBlock::SetBitmap | ( | const char * | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
bitmapString | bitmap string |
void NXOpen::BlockStyler::StringBlock::SetListItems | ( | std::vector< NXString > & | itemStrings | ) |
Sets the ListItems
Created in NX8.5.0.
License requirements : None
itemStrings | Value to set to the property |
void NXOpen::BlockStyler::StringBlock::SetLocalize | ( | bool | localize | ) |
Sets the Localize
Created in NX8.5.0.
License requirements : None
localize | localize |
void NXOpen::BlockStyler::StringBlock::SetMaxTextLength | ( | int | textLength | ) |
Sets the MaxTextLength
Created in NX8.5.0.
License requirements : None
textLength | text length |
void NXOpen::BlockStyler::StringBlock::SetPassword | ( | bool | passwrod | ) |
Sets the IsPassword.
If true, characters will not be readable. They will be displayed as *.
Created in NX8.5.0.
License requirements : None
passwrod | passwrod |
void NXOpen::BlockStyler::StringBlock::SetPresentationStyleAsString | ( | const NXString & | enumString | ) |
Sets the PresentationStyle as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::StringBlock::SetPresentationStyleAsString | ( | const char * | enumString | ) |
Sets the PresentationStyle as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::StringBlock::SetReadOnlyString | ( | bool | readonly | ) |
Sets the ReadOnlyString
Created in NX8.5.0.
License requirements : None
readonly | readonly |
void NXOpen::BlockStyler::StringBlock::SetRetainValue | ( | bool | retain | ) |
Sets the RetainValue
Created in NX8.5.0.
License requirements : None
retain | retain |
void NXOpen::BlockStyler::StringBlock::SetTooltip | ( | const NXString & | tooltipString | ) |
Sets the Tooltip
Created in NX8.5.0.
License requirements : None
tooltipString | tooltip string |
void NXOpen::BlockStyler::StringBlock::SetTooltip | ( | const char * | tooltipString | ) |
Sets the Tooltip
Created in NX8.5.0.
License requirements : None
tooltipString | tooltip string |
void NXOpen::BlockStyler::StringBlock::SetValue | ( | const NXString & | valueString | ) |
Sets the Value
Created in NX8.5.0.
License requirements : None
valueString | value string |
void NXOpen::BlockStyler::StringBlock::SetValue | ( | const char * | valueString | ) |
Sets the Value
Created in NX8.5.0.
License requirements : None
valueString | value string |
void NXOpen::BlockStyler::StringBlock::SetWideValue | ( | const NXString & | wideValueString | ) |
Sets the WideValue.
Specifies the International text. This property accepts international characters supported by NX.
Created in NX8.5.0.
License requirements : None
wideValueString | wide value string |
void NXOpen::BlockStyler::StringBlock::SetWideValue | ( | const char * | wideValueString | ) |
Sets the WideValue.
Specifies the International text. This property accepts international characters supported by NX.
Created in NX8.5.0.
License requirements : None
wideValueString | wide value string |
void NXOpen::BlockStyler::StringBlock::SetWidthAsString | ( | const NXString & | enumString | ) |
Sets the Width as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::StringBlock::SetWidthAsString | ( | const char * | enumString | ) |
Sets the Width as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
NXString NXOpen::BlockStyler::StringBlock::Tooltip | ( | ) |
Returns the Tooltip
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::Value | ( | ) |
Returns the Value
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::WideValue | ( | ) |
Returns the WideValue.
Specifies the International text. This property accepts international characters supported by NX.
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::StringBlock::WidthAsString | ( | ) |
Returns the Width as string
Created in NX8.5.0.
License requirements : None