|
void | updateItemData () override |
|
virtual void | updateItemData () |
| Tell the qtItem to update itself based on changes to its underlying attribute item.
|
|
|
| qtGroupItem (const qtAttributeItemInfo &info) |
|
void | setLabelVisible (bool) override |
|
QWidget * | lastEditor () const override |
| Returns editor widget, used when setting tab order.
|
|
| qtItem (const qtAttributeItemInfo &info) |
|
smtk::attribute::ItemPtr | item () const |
|
template<typename ItemType > |
std::shared_ptr< ItemType > | itemAs () const |
|
qtUIManager * | uiManager () const |
|
smtk::attribute::ResourcePtr | attributeResource () const |
| Return the underlying Attribute Resource.
|
|
QPointer< QWidget > | widget () |
|
QPointer< QWidget > | parentWidget () |
|
bool | isLeafItem () |
|
virtual bool | isFixedWidth () const |
|
void | showAdvanceLevelOverlay (bool) |
|
bool | useSelectionManager () const |
|
void | setReadOnly (bool mode) |
|
bool | isReadOnly () const |
|
virtual void | markForDeletion () |
| Indicates that the item should be deleted. More...
|
|
virtual void | updateTabOrder (QWidget *) |
| Sets previous widget for tabbing order.
|
|
|
virtual void | setEnabledState (int checked) |
|
virtual void | onAddSubGroup () |
|
virtual void | onRemoveSubGroup () |
|
void | onChildWidgetSizeChanged () override |
|
virtual void | onChildItemModified () |
|
void | onImportFromFile () |
|
void | onEditingWidgetChanged () |
|
virtual void | onAdvanceLevelChanged (int levelIdx) |
|
virtual void | onChildWidgetSizeChanged () |
|
|
void | createWidget () override |
|
virtual void | addSubGroup (int i) |
|
virtual void | updateExtensibleState () |
|
virtual void | addItemsToTable (int i) |
|
void | calculateTableHeight () |
|
void | updateValidityStatus () |
|
virtual void | setLocalAdvanceLevel (unsigned int level) |
|
virtual void | addChildItem (qtItem *) |
|
virtual void | removeChildItem (qtItem *) |
|
virtual void | clearChildItems () |
|
QList< qtItem * > & | childItems () |
|
|
bool | m_prependMode |
|
QPointer< QWidget > | m_widget |
|
bool | m_isLeafItem |
|
bool | m_useSelectionManager |
|
bool | m_readOnly |
|
bool | m_markedForDeletion |
|
qtAttributeItemInfo | m_itemInfo |
|
QList< smtk::extension::qtItem * > | m_childItems |
|
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/smtk/checkouts/latest/smtk/extension/qt/qtGroupItem.h
- /home/docs/checkouts/readthedocs.org/user_builds/smtk/checkouts/latest/smtk/extension/qt/qtGroupItem.cxx