MythTV  master
mythbackend_main_helpers.h
Go to the documentation of this file.
1 #ifndef MYTHBACKEND_MAIN_HELPERS_H
2 #define MYTHBACKEND_MAIN_HELPERS_H
3 
4 // C++ headers
5 #include <iostream>
6 #include <fstream>
7 
9 class QString;
10 class QSize;
11 
12 bool setupTVs(bool ismaster, bool &error);
13 void cleanup(void);
15 int connect_to_master(void);
18 int run_setup_webserver(void);
19 
20 #endif // MYTHBACKEND_MAIN_HELPERS_H
connect_to_master
int connect_to_master(void)
Definition: mythbackend_main_helpers.cpp:400
setupTVs
bool setupTVs(bool ismaster, bool &error)
Definition: mythbackend_main_helpers.cpp:85
cmdline
MythCommFlagCommandLineParser cmdline
Definition: mythcommflag.cpp:63
run_setup_webserver
int run_setup_webserver(void)
Definition: mythbackend_main_helpers.cpp:775
handle_command
int handle_command(const MythBackendCommandLineParser &cmdline)
Definition: mythbackend_main_helpers.cpp:319
run_backend
int run_backend(MythBackendCommandLineParser &cmdline)
Definition: mythbackend_main_helpers.cpp:512
hardwareprofile.smolt.error
def error(message)
Definition: smolt.py:409
print_warnings
void print_warnings(const MythBackendCommandLineParser &cmdline)
Definition: mythbackend_main_helpers.cpp:484
MythBackendCommandLineParser
Definition: mythbackend_commandlineparser.h:7
cleanup
void cleanup(void)
Definition: mythbackend_main_helpers.cpp:262