| 
    Cppcheck
    
   | 
 
Checked platform GUI-data. More...
#include <platforms.h>
Public Attributes | |
| QString | mTitle | 
| Text visible in the GUI.  More... | |
| Platform::Type | mType | 
| Type in the core.  More... | |
| QAction * | mActMainWindow | 
| Pointer to main window action item.  More... | |
Checked platform GUI-data.
Definition at line 36 of file platforms.h.
| QAction* PlatformData::mActMainWindow | 
Pointer to main window action item.
Definition at line 39 of file platforms.h.
Referenced by Platforms::add(), and MainWindow::MainWindow().
| QString PlatformData::mTitle | 
Text visible in the GUI.
Definition at line 37 of file platforms.h.
Referenced by Platforms::add(), MainWindow::MainWindow(), and ProjectFileDialog::ProjectFileDialog().
| Platform::Type PlatformData::mType | 
Type in the core.
Definition at line 38 of file platforms.h.
Referenced by Platforms::add(), and MainWindow::MainWindow().