This subclass will specifically allow an item to be removed via right click.
|
| | DtRightClickRemoveToolButtonWrapperWidget (makVrv::DtDe &, QWidget *parent) |
| |
| virtual | ~DtRightClickRemoveToolButtonWrapperWidget () |
| |
| | DtToolButtonWrapperWidget (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) |
| |
| virtual | ~DtToolButtonWrapperWidget () |
| |
| template<typename T > |
| T * | createPrototype () |
| |
| template<typename T > |
| T * | createButton () |
| |
| template<typename T > |
| T * | addAction (const QString &action, bool resetLayout=true) |
| |
| template<typename T > |
| T * | addActionWithIcon (const std::string &icon, bool resetLayout=true) |
| |
| template<typename T > |
| T * | addAction (const QIcon &icon, bool resetLayout=true) |
| |
| template<typename T > |
| T * | addAction (QAction *act, bool resetLayout=true) |
| |
| virtual int | rightMarginForLine (int) const |
| |
| virtual void | setRightMarginForLine (int margin, int line=-1) |
| |
| virtual void | removeRightMarginForLine (int line=-1) |
| |
| virtual void | removeButton (QAbstractButton *, bool resetLayout=true) |
| |
| virtual void | layoutButtons (bool force=false) |
| |
| virtual void | setButtons (const std::vector< QAbstractButton * > &buttons, bool deleteCurrentButtons=false) |
| |
| virtual void | setLeftToRightLayout (bool) |
| |
| bool | leftToRightLayout () const |
| |
| bool | needsLayout () const |
| |
| virtual void | setSizeToFit (bool) |
| |
| bool | sizeToFit () const |
| |
| int | buttonsShown () const |
| |
const std::vector
< QAbstractButton * > & | buttons () const |
| |
| std::vector< QAbstractButton * > & | buttons () |
| |
| virtual bool | hasButton (QAbstractButton *) const |
| |
| virtual void | setIconSize (const QSize &) |
| |
| const QSize & | iconSize () const |
| |
| virtual void | setIconSpacing (int) |
| |
| int | iconSpacing () const |
| |
| virtual void | clear () |
| |
| virtual void | setUseFixedWidth (bool) |
| |
| bool | useFixedWidth () const |
| |
| virtual void | fixWidth () |
| |
| virtual void | setFixedButtonWidth (int) |
| |
| int | fixedButtonWidth () const |
| |
| virtual void | setFixedButtonHeight (int) |
| |
| int | fixedButtonHeight () const |
| |
| virtual void | setShowMaximum (int) |
| |
| int | showMaximum () const |
| |
| virtual void | setMaximumLines (int) |
| |
| int | maximumLines () const |
| |
| bool | reachedMaximum () const |
| |
| virtual bool | buttonsLeftToDisplay () const |
| |
| int | numRows () const |
| |
| const std::vector< Layout > & | layouts () const |
| |
| std::vector< Layout > & | layouts () |
| |
| virtual void | setBlockResizeLayout (bool) |
| |
| bool | blockResizeLayout () const |
| |
| virtual void | setSignalResizeLayout (bool) |
| |
| bool | signalResizeLayout () const |
| |
| virtual void | setCreateDefaultIcon (bool b) |
| |
| bool | createDefaultIcon () const |
| |
| virtual void | setSetToolTipToText (bool) |
| |
| bool | setToolTipToText () const |
| |