#include <main.h>
Inheritance diagram for Gnome::Main:
Public Member Functions | |
Main (const Glib::ustring &app_id, const Glib::ustring &app_version, const ModuleInfo &module_info, int argc, char **argv) | |
Main (const Glib::ustring &app_id, const Glib::ustring &app_version, const ModuleInfo &module_info, int argc, char **argv, const struct poptOption *options, int flags, poptContext *return_ctx) | |
~Main () | |
Protected Member Functions | |
Main () | |
void | set_ids (const Glib::ustring &app_id, const Glib::ustring &app_version) |
Protected Attributes | |
Glib::RefPtr< Program > | m_refProgram |
Static Protected Attributes | |
static char * | app_id_ |
static char * | app_version_ |
Gnome::Main::Main | ( | const Glib::ustring & | app_id, | |
const Glib::ustring & | app_version, | |||
const ModuleInfo & | module_info, | |||
int | argc, | |||
char ** | argv | |||
) |
Gnome::Main::Main | ( | const Glib::ustring & | app_id, | |
const Glib::ustring & | app_version, | |||
const ModuleInfo & | module_info, | |||
int | argc, | |||
char ** | argv, | |||
const struct poptOption * | options, | |||
int | flags, | |||
poptContext * | return_ctx | |||
) |
Gnome::Main::~Main | ( | ) |
Gnome::Main::Main | ( | ) | [protected] |
void Gnome::Main::set_ids | ( | const Glib::ustring & | app_id, | |
const Glib::ustring & | app_version | |||
) | [protected] |
char* Gnome::Main::app_id_ [static, protected] |
char* Gnome::Main::app_version_ [static, protected] |
Glib::RefPtr<Program> Gnome::Main::m_refProgram [protected] |