The RedoAction 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. | |
RedoAction (Command *pcCmd, QObject *parent=0) | |
void | setEnabled (bool) |
Sets whether the action is enabled. | |
void | setVisible (bool) |
~RedoAction () |
The RedoAction class reimplements a special behaviour to make a menu appearing when the button with the arrow is clicked.
Definition at line 227 of file Action.h.
RedoAction::RedoAction | ( | Command * | pcCmd, | |
QObject * | parent = 0 | |||
) |
Definition at line 758 of file Action.cpp.
References draftlibs::fcgeo::connect(), and Gui::Action::onActivated().
RedoAction::~RedoAction | ( | ) |
Definition at line 766 of file Action.cpp.
void RedoAction::addTo | ( | QWidget * | w | ) | [virtual] |
Adds this action to widget w.
Reimplemented from Gui::Action.
Definition at line 773 of file Action.cpp.
References Gui::Action::_action.
void RedoAction::setEnabled | ( | bool | b | ) | [virtual] |
Sets whether the action is enabled.
Reimplemented from Gui::Action.
Definition at line 791 of file Action.cpp.
void RedoAction::setVisible | ( | bool | b | ) | [virtual] |
Reimplemented from Gui::Action.
Definition at line 797 of file Action.cpp.