|
void | updateItemData () override |
|
void | onInputValueChanged (const QString &text, int elementIdx) |
|
virtual void | updateItemData () |
| Tell the qtItem to update itself based on changes to its underlying attribute item.
|
|
|
| qtInfixExpressionEditor (const qtAttributeItemInfo &info) |
|
void | setLabelVisible (bool) override |
|
bool | isFixedWidth () const override |
|
| 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 () |
|
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 QWidget * | lastEditor () const |
| Returns editor widget, used when setting tab order.
|
|
virtual void | updateTabOrder (QWidget *) |
| Sets previous widget for tabbing order.
|
|
|
void | createWidget () override |
|
void | loadInputValues () |
|
void | clearChildWidgets () |
|
void | addInputEditor (int i) |
|
void | updateUI () |
|
void | updateExtensibleState () |
|
qtInfixExpressionEditorRow * | createInputWidget (int elementIdx) |
|
virtual void | setLocalAdvanceLevel (unsigned int level) |
|
virtual void | addChildItem (qtItem *) |
|
virtual void | removeChildItem (qtItem *) |
|
virtual void | clearChildItems () |
|
QList< qtItem * > & | childItems () |
|
|
void | widgetSizeChanged () |
| Signal indicates that the underlying widget's size has been modified.
|
|
void | modified () |
| Signal indicates that the underlying item has been modified.
|
|
void | childModified (qtItem *item) |
| Signal indicates that the child from the underlying item has been modified More...
|
|
void | editingWidgetChanged () |
| Indicates editing widget changed. More...
|
|
virtual void | onAdvanceLevelChanged (int levelIdx) |
|
virtual void | onChildWidgetSizeChanged () |
|
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/qtInfixExpressionEditor.h
- /home/docs/checkouts/readthedocs.org/user_builds/smtk/checkouts/latest/smtk/extension/qt/qtInfixExpressionEditor.cxx