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

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

#include <CreateActions.h>

Inheritance diagram for CreateActions:
Inheritance graph
Collaboration diagram for CreateActions:
Collaboration graph

Public Member Functions

 CreateActions ()
 Single constructor.
 
void create (MainWindow &mw)
 Create QAction actions.
 

Detailed Description

Class to create actions for MainWindow class.

We derive from QObject and use Q_OBJECT so translations work

Definition at line 16 of file CreateActions.h.

Constructor & Destructor Documentation

◆ CreateActions()

CreateActions::CreateActions ( )

Single constructor.

Definition at line 23 of file CreateActions.cpp.

24{
25}

Member Function Documentation

◆ create()

void CreateActions::create ( MainWindow & mw)

Create QAction actions.

Definition at line 27 of file CreateActions.cpp.

28{
29 LOG4CPP_INFO_S ((*mainCat)) << "CreateActions::create";
30
31 createFile (mw);
32 createEdit (mw);
33 createDigitize (mw);
34 createView (mw);
35 createSettings (mw);
36 createHelp (mw);
37}
const int INNER_RADIUS_MIN
log4cpp::Category * mainCat
Definition Logger.cpp:14
#define LOG4CPP_INFO_S(logger)
Definition convenience.h:18

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