Developer Documentation
ActionButton Class Reference
Inheritance diagram for ActionButton:

Public Member Functions

 ActionButton (QAction *_action, QWidget *_parent=0)
 Default constructor. More...
 
 ~ActionButton ()
 Default destructor. More...
 

Private Slots

void setChecked (bool _checked)
 
void changeRegistered ()
 

Private Attributes

QAction * action_
 

Detailed Description

Definition at line 48 of file Actionbutton.hh.

Constructor & Destructor Documentation

◆ ActionButton()

ActionButton::ActionButton ( QAction *  _action,
QWidget *  _parent = 0 
)

Default constructor.

Definition at line 46 of file Actionbutton.cc.

◆ ~ActionButton()

ActionButton::~ActionButton ( )

Default destructor.

Definition at line 59 of file Actionbutton.cc.

Member Function Documentation

◆ changeRegistered

void ActionButton::changeRegistered ( )
privateslot

Definition at line 69 of file Actionbutton.cc.

◆ setChecked

void ActionButton::setChecked ( bool  _checked)
privateslot

Definition at line 63 of file Actionbutton.cc.

Member Data Documentation

◆ action_

QAction* ActionButton::action_
private

Definition at line 67 of file Actionbutton.hh.


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