Cppcheck
Public Attributes | List of all members
PlatformData Struct Reference

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...
 

Detailed Description

Checked platform GUI-data.

Definition at line 36 of file platforms.h.

Member Data Documentation

◆ mActMainWindow

QAction* PlatformData::mActMainWindow

Pointer to main window action item.

Definition at line 39 of file platforms.h.

Referenced by Platforms::add(), and MainWindow::MainWindow().

◆ mTitle

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().

◆ mType

Platform::Type PlatformData::mType

Type in the core.

Definition at line 38 of file platforms.h.

Referenced by Platforms::add(), and MainWindow::MainWindow().


The documentation for this struct was generated from the following file: