CuteHMI - Daemon (cutehmi.daemon.1)
CoreData.hpp
1 #ifndef H_TOOLS_CUTEHMI_DAEMON_1_SRC_CUTEHMI_DAEMON_COREDATA_HPP
2 #define H_TOOLS_CUTEHMI_DAEMON_1_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  {
22  } * opt;
23 };
24 
25 }
26 }
27 
28 #endif
29 
30 //(c)C: Copyright © 2020, Michał Policht <michal@policht.pl>. All rights reserved.
31 //(c)C: This file is a part of CuteHMI.
32 //(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.
33 //(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.
34 //(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
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::pidfile
QCommandLineOption pidfile
Definition: CoreData.hpp:20
cutehmi::daemon::CoreData::app
QCoreApplication * app
Definition: CoreData.hpp:12
cutehmi::daemon::CoreData::Options::lang
QCommandLineOption lang
Definition: CoreData.hpp:19
QCommandLineParser
QCommandLineOption
cutehmi::daemon::CoreData::cmd
QCommandLineParser * cmd
Definition: CoreData.hpp:13
cutehmi::daemon::CoreData::Options::project
QCommandLineOption project
Definition: CoreData.hpp:21