7 #include <fwGui/registry/macros.hpp> 9 #include "fwGuiQt/ActionCallback.hpp" 25 ActionCallback::~ActionCallback()
39 void ActionCallback::checkQt(
bool checked)
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
void executeQt(bool checked=false)
Qt slot.
virtual FWGUI_API void check(bool checked)
Called method when callback is checked.
Defines the menu item callback.
virtual FWGUI_API void execute() override
Called method when callback is executed.