Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CreateCommandStackShadow Class Reference

Class to create CmdStackShadow for MainWindow class. More...

#include <CreateCommandStackShadow.h>

Inheritance diagram for CreateCommandStackShadow:
Inheritance graph
Collaboration diagram for CreateCommandStackShadow:
Collaboration graph

Public Member Functions

 CreateCommandStackShadow ()
 Single constructor.
 
void create (MainWindow &mw)
 Create shadow command stack.
 

Detailed Description

Class to create CmdStackShadow for MainWindow class.

We derive from QObject and use Q_OBJECT so translations work

Definition at line 16 of file CreateCommandStackShadow.h.

Constructor & Destructor Documentation

◆ CreateCommandStackShadow()

CreateCommandStackShadow::CreateCommandStackShadow ( )

Single constructor.

Definition at line 12 of file CreateCommandStackShadow.cpp.

13{
14}

Member Function Documentation

◆ create()

void CreateCommandStackShadow::create ( MainWindow & mw)

Create shadow command stack.

Definition at line 16 of file CreateCommandStackShadow.cpp.

17{
18 LOG4CPP_INFO_S ((*mainCat)) << "CreateCommandStackShadow::create";
19
20 mw.m_cmdStackShadow = new CmdStackShadow;
21}
const int INNER_RADIUS_MIN
log4cpp::Category * mainCat
Definition Logger.cpp:14
Command stack that shadows the CmdMediator command stack at startup when reading commands from an err...
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18

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