Gui::UndoAction Class Reference

The UndoAction class reimplements a special behaviour to make a menu appearing when the button with the arrow is clicked. More...

#include <Action.h>

Public Member Functions

void addTo (QWidget *w)
 Adds this action to widget w. More...
 
void setEnabled (bool)
 Sets whether the action is enabled. More...
 
void setVisible (bool)
 
 UndoAction (Command *pcCmd, QObject *parent=nullptr)
 
 ~UndoAction ()
 
- Public Member Functions inherited from Gui::Action
QAction * action () const
 
 Action (Command *pcCmd, QAction *action, QObject *parent)
 Action takes ownership of the 'action' object. More...
 
 Action (Command *pcCmd, QObject *parent=nullptr)
 Constructs an action called name with parent parent. More...
 
virtual void addTo (QWidget *w)
 Adds this action to widget w. More...
 
QIcon icon () const
 
bool isChecked () const
 
void setCheckable (bool)
 
void setChecked (bool, bool no_signal=false)
 
virtual void setEnabled (bool)
 Sets whether the action is enabled. More...
 
void setIcon (const QIcon &)
 
void setMenuRole (QAction::MenuRole menuRole)
 
void setShortcut (const QString &)
 
void setStatusTip (const QString &)
 
void setText (const QString &)
 
void setToolTip (const QString &)
 
virtual void setVisible (bool)
 
void setWhatsThis (const QString &)
 
QKeySequence shortcut () const
 
QString statusTip () const
 
QString text () const
 
QString toolTip () const
 
QString whatsThis () const
 
virtual ~Action ()
 

Additional Inherited Members

- Public Slots inherited from Gui::Action
virtual void onActivated ()
 Activates the command. More...
 
virtual void onToggled (bool)
 Sets whether the command is toggled. More...
 

Detailed Description

The UndoAction class reimplements a special behaviour to make a menu appearing when the button with the arrow is clicked.

Author
Werner Mayer

Constructor & Destructor Documentation

◆ UndoAction()

UndoAction::UndoAction ( Command pcCmd,
QObject parent = nullptr 
)

◆ ~UndoAction()

UndoAction::~UndoAction ( )

Member Function Documentation

◆ addTo()

void UndoAction::addTo ( QWidget w)
virtual

Adds this action to widget w.

Reimplemented from Gui::Action.

References draftgeoutils.intersections::connect().

Referenced by Mod.PartDesign.WizardShaft.Shaft.Shaft::equilibrium().

◆ setEnabled()

void UndoAction::setEnabled ( bool  b)
virtual

Sets whether the action is enabled.

Reimplemented from Gui::Action.

References Gui::Action::setEnabled().

Referenced by PathScripts.PathDressupTagGui.HoldingTagMarker::setSelected().

◆ setVisible()

void UndoAction::setVisible ( bool  b)
virtual

Reimplemented from Gui::Action.

References Gui::Action::setVisible().


The documentation for this class was generated from the following files: