|
Canorus
0.0
|
#include <actionstorage.h>
Public Member Functions | |
| CAActionStorage () | |
| ~CAActionStorage () | |
| void | storeActionsFromMainWindow (CAMainWin &mainWin) |
| void | storeAction (QAction *action) |
| void | addWinActions () |
Protected Attributes | |
| QWidget | _actionWidget |
| CAActionDelegate * | _actionDelegate |
| CAActionStorage::CAActionStorage | ( | ) |
Copyright (c) 2015, Reinhard Katzmann, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
References _actionWidget.
| CAActionStorage::~CAActionStorage | ( | ) |
References _actionDelegate, and _actionWidget.
| void CAActionStorage::addWinActions | ( | ) |
References _actionDelegate, _actionWidget, CAActionDelegate::addWinActions(), and CAActionDelegate::updateMainWinActions().
Referenced by CAMainWin::setupCustomUi().


| void CAActionStorage::storeAction | ( | QAction * | action | ) |
References _actionWidget.
Referenced by storeActionsFromMainWindow().

| void CAActionStorage::storeActionsFromMainWindow | ( | CAMainWin & | mainWin | ) |
References _actionDelegate, storeAction(), CAMainWin::uiRedo, and CAMainWin::uiUndo.
Referenced by CAMainWin::setupCustomUi().


|
protected |
Referenced by addWinActions(), storeActionsFromMainWindow(), and ~CAActionStorage().
|
protected |
Referenced by addWinActions(), CAActionStorage(), storeAction(), and ~CAActionStorage().