Canorus 0.0
Public Member Functions | Protected Attributes | List of all members
CAActionStorage Class Reference

#include <actionstorage.h>

Public Member Functions

 CAActionStorage ()
 
 ~CAActionStorage ()
 
void storeActionsFromMainWindow (CAMainWin &mainWin)
 
void storeAction (QAction *action)
 
void addWinActions ()
 

Protected Attributes

QWidget _actionWidget
 
CAActionDelegate_actionDelegate
 

Constructor & Destructor Documentation

◆ CAActionStorage()

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::~CAActionStorage ( )

References _actionDelegate, and _actionWidget.

Member Function Documentation

◆ addWinActions()

void CAActionStorage::addWinActions ( )

References _actionDelegate, _actionWidget, CAActionDelegate::addWinActions(), and CAActionDelegate::updateMainWinActions().

Referenced by CAMainWin::setupCustomUi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ storeAction()

void CAActionStorage::storeAction ( QAction action)

References _actionWidget.

Referenced by storeActionsFromMainWindow().

Here is the caller graph for this function:

◆ storeActionsFromMainWindow()

void CAActionStorage::storeActionsFromMainWindow ( CAMainWin mainWin)

References _actionDelegate, storeAction(), CAMainWin::uiRedo, and CAMainWin::uiUndo.

Referenced by CAMainWin::setupCustomUi().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _actionDelegate

CAActionDelegate* CAActionStorage::_actionDelegate
protected

◆ _actionWidget

QWidget CAActionStorage::_actionWidget
protected

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