Version: 9.12.0
QtxAction::ActionNotify Class Reference

Notify event used to signalize about event adding/removing. More...

Inheritance diagram for QtxAction::ActionNotify:
Inheritance graph

Public Member Functions

 ActionNotify (bool add, QWidget *wid)
 
 ~ActionNotify ()
 
bool isAdded () const
 
QWidgetwidget () const
 

Private Attributes

bool myAdd
 
QPointer< QWidgetmyWidget
 

Detailed Description

Notify event used to signalize about event adding/removing.

Constructor & Destructor Documentation

◆ ActionNotify()

QtxAction::ActionNotify::ActionNotify ( bool  add,
QWidget wid 
)
inline

◆ ~ActionNotify()

QtxAction::ActionNotify::~ActionNotify ( )
inline

Member Function Documentation

◆ isAdded()

bool QtxAction::ActionNotify::isAdded ( ) const
inline

References myAdd.

◆ widget()

QWidget* QtxAction::ActionNotify::widget ( ) const
inline

References myWidget.

Member Data Documentation

◆ myAdd

bool QtxAction::ActionNotify::myAdd
private

◆ myWidget

QPointer<QWidget> QtxAction::ActionNotify::myWidget
private

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