CuteHMI - Daemon (cutehmi.daemon.2)
CoreData.hpp
1 #ifndef H_TOOLS_CUTEHMI_DAEMON_2_SRC_CUTEHMI_DAEMON_COREDATA_HPP
2 #define H_TOOLS_CUTEHMI_DAEMON_2_SRC_CUTEHMI_DAEMON_COREDATA_HPP
3 
4 #include <QCoreApplication>
5 #include <QCommandLineParser>
6 
7 namespace cutehmi {
8 namespace daemon {
9 
10 struct CoreData
11 {
14 
15  struct Options
16  {
26  } * opt;
27 };
28 
29 }
30 }
31 
32 #endif
33 
34 //(c)C: Copyright © 2020, Michał Policht <michal@policht.pl>. All rights reserved.
35 //(c)C: This file is a part of CuteHMI.
36 //(c)C: CuteHMI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
37 //(c)C: CuteHMI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
38 //(c)C: You should have received a copy of the GNU Lesser General Public License along with CuteHMI. If not, see <https://www.gnu.org/licenses/>.
cutehmi::daemon::CoreData::opt
struct cutehmi::daemon::CoreData::Options * opt
cutehmi::daemon::CoreData::Options::nforks
QCommandLineOption nforks
Definition: CoreData.hpp:25
cutehmi::daemon::CoreData::Options
Definition: CoreData.hpp:15
cutehmi::daemon::CoreData
Definition: CoreData.hpp:10
cutehmi
QCoreApplication
cutehmi::daemon::CoreData::Options::app
QCommandLineOption app
Definition: CoreData.hpp:17
cutehmi::daemon::CoreData::Options::basedir
QCommandLineOption basedir
Definition: CoreData.hpp:18
cutehmi::daemon::CoreData::Options::minor
QCommandLineOption minor
Definition: CoreData.hpp:21
cutehmi::daemon::CoreData::Options::pidfile
QCommandLineOption pidfile
Definition: CoreData.hpp:24
cutehmi::daemon::CoreData::app
QCoreApplication * app
Definition: CoreData.hpp:12
cutehmi::daemon::CoreData::Options::lang
QCommandLineOption lang
Definition: CoreData.hpp:23
cutehmi::daemon::CoreData::Options::extension
QCommandLineOption extension
Definition: CoreData.hpp:20
QCommandLineParser
QCommandLineOption
cutehmi::daemon::CoreData::cmd
QCommandLineParser * cmd
Definition: CoreData.hpp:13
cutehmi::daemon::CoreData::Options::component
QCommandLineOption component
Definition: CoreData.hpp:22
cutehmi::daemon::CoreData::Options::init
QCommandLineOption init
Definition: CoreData.hpp:19