Cppcheck
|
List of checked platforms. More...
#include <platforms.h>
Public Member Functions | |
Platforms (QObject *parent=nullptr) | |
void | add (const QString &title, Platform::Type platform) |
int | getCount () const |
void | init () |
PlatformData & | get (Platform::Type platform) |
Public Attributes | |
QList< PlatformData > | mPlatforms |
List of checked platforms.
Definition at line 45 of file platforms.h.
|
explicit |
Definition at line 21 of file platforms.cpp.
References init().
void Platforms::add | ( | const QString & | title, |
Platform::Type | platform | ||
) |
Definition at line 27 of file platforms.cpp.
References PlatformData::mActMainWindow, mPlatforms, PlatformData::mTitle, and PlatformData::mType.
Referenced by init().
PlatformData & Platforms::get | ( | Platform::Type | platform | ) |
Definition at line 51 of file platforms.cpp.
References mPlatforms.
Referenced by MainWindow::MainWindow(), and ProjectFileDialog::ProjectFileDialog().
int Platforms::getCount | ( | ) | const |
Definition at line 46 of file platforms.cpp.
References mPlatforms.
Referenced by MainWindow::MainWindow().
void Platforms::init | ( | ) |
QList<PlatformData> Platforms::mPlatforms |
Definition at line 55 of file platforms.h.
Referenced by add(), get(), getCount(), and MainWindow::MainWindow().