Gui::ApplicationP Struct Reference
Public Member Functions | |
| ApplicationP () | |
| ~ApplicationP () | |
Public Attributes | |
| Gui::Document * | activeDocument |
| Active document. More... | |
| CommandManager | commandManager |
| Handles all commands. More... | |
| std::map< const App::Document *, Gui::Document * > | documents |
| list of all handled documents More... | |
| Gui::Document * | editDocument |
| bool | isClosing |
| MacroManager * | macroMngr |
| std::list< Gui::BaseView * > | passive |
| List of all registered views. More... | |
| bool | startingUp |
Constructor & Destructor Documentation
◆ ApplicationP()
| Gui::ApplicationP::ApplicationP | ( | ) |
◆ ~ApplicationP()
| Gui::ApplicationP::~ApplicationP | ( | ) |
Member Data Documentation
◆ activeDocument
| Gui::Document* Gui::ApplicationP::activeDocument |
Active document.
◆ commandManager
| CommandManager Gui::ApplicationP::commandManager |
Handles all commands.
◆ documents
| std::map<const App::Document*, Gui::Document*> Gui::ApplicationP::documents |
list of all handled documents
◆ editDocument
| Gui::Document* Gui::ApplicationP::editDocument |
◆ isClosing
| bool Gui::ApplicationP::isClosing |
◆ macroMngr
| MacroManager* Gui::ApplicationP::macroMngr |
◆ passive
| std::list<Gui::BaseView*> Gui::ApplicationP::passive |
List of all registered views.
◆ startingUp
| bool Gui::ApplicationP::startingUp |
The documentation for this struct was generated from the following file:
- src/Gui/Application.cpp
1.8.17