|
NX Open C++ Reference Guide
|
Represents a Table layout
Created in NX8.5.0.
More...
Public Member Functions | |
| bool | HasColumnLabels () |
| Returns the HasColumnLabels Created in NX8.5.0. | |
| bool | HighQualityBitmap () |
| Returns the HighQualityBitmap Created in NX8.5.0. | |
| bool | Localize () |
| Returns the Localize Created in NX8.5.0. | |
| NXOpen::BlockStyler::PropertyList * | Members () |
| Returns the Members Created in NX8.5.0. | |
| int | NumberOfColumns () |
| Returns the NumberOfColumns Created in NX8.5.0. | |
| bool | RetainValue () |
| Returns the RetainValue.If true, the block's value will be saved in dialog memory upon OK, Apply or Close. | |
| void | SetHasColumnLabels (bool hasLables) |
| Sets the HasColumnLabels Created in NX8.5.0. | |
| void | SetHighQualityBitmap (bool highQuality) |
| Sets the HighQualityBitmap Created in NX8.5.0. | |
| void | SetLocalize (bool localize) |
| Sets the Localize Created in NX8.5.0. | |
| void | SetNumberOfColumns (int numColumn) |
| Sets the NumberOfColumns Created in NX8.5.0. | |
| void | SetRetainValue (bool retain) |
| Sets the RetainValue.If true, the block's value will be saved in dialog memory upon OK, Apply or Close. | |
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 Table layout
Created in NX8.5.0.
| bool NXOpen::BlockStyler::Table::HasColumnLabels | ( | ) |
Returns the HasColumnLabels
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::Table::HighQualityBitmap | ( | ) |
Returns the HighQualityBitmap
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::Table::Localize | ( | ) |
Returns the Localize
Created in NX8.5.0.
License requirements : None
| NXOpen::BlockStyler::PropertyList* NXOpen::BlockStyler::Table::Members | ( | ) |
Returns the Members
Created in NX8.5.0.
License requirements : None
| int NXOpen::BlockStyler::Table::NumberOfColumns | ( | ) |
Returns the NumberOfColumns
Created in NX8.5.0.
License requirements : None
| bool NXOpen::BlockStyler::Table::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::Table::SetHasColumnLabels | ( | bool | hasLables | ) |
Sets the HasColumnLabels
Created in NX8.5.0.
License requirements : None
| hasLables | haslables |
| void NXOpen::BlockStyler::Table::SetHighQualityBitmap | ( | bool | highQuality | ) |
Sets the HighQualityBitmap
Created in NX8.5.0.
License requirements : None
| highQuality | highquality |
| void NXOpen::BlockStyler::Table::SetLocalize | ( | bool | localize | ) |
Sets the Localize
Created in NX8.5.0.
License requirements : None
| localize | localize |
| void NXOpen::BlockStyler::Table::SetNumberOfColumns | ( | int | numColumn | ) |
Sets the NumberOfColumns
Created in NX8.5.0.
License requirements : None
| numColumn | num column |
| void NXOpen::BlockStyler::Table::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
| retain | retain |