Notify event used to signalize about event adding/removing.

Public Member Functions | |
| ActionNotify (bool add, QWidget *wid) | |
| ~ActionNotify () | |
| bool | isAdded () const |
| QWidget * | widget () const |
Private Attributes | |
| bool | myAdd |
| QPointer< QWidget > | myWidget |
| QtxAction.ActionNotify.ActionNotify | ( | bool | add, |
| QWidget * | wid | ||
| ) |
| QtxAction.ActionNotify.~ActionNotify | ( | ) |
| bool QtxAction.ActionNotify.isAdded | ( | ) | const |
References QtxAction.ActionNotify.myAdd.
| QWidget* QtxAction.ActionNotify.widget | ( | ) | const |
References QtxAction.ActionNotify.myWidget.
bool QtxAction.ActionNotify.myAdd [private] |
QPointer<QWidget> QtxAction.ActionNotify.myWidget [private] |