17 #ifndef YMGAAboutDialog_h
18 #define YMGAAboutDialog_h
35 const std::string& version,
36 const std::string& license,
37 const std::string& authors,
38 const std::string& description,
39 const std::string& logo,
40 const std::string& icon = std::string(),
41 const std::string& credits = std::string(),
42 const std::string& information = std::string()
46 void show(DLG_MODE type = TABBED);
52 void genAuthorsTab(YReplacePoint* rpoint);
53 void genContributorsTab(YReplacePoint* rpoint);
54 void genInformationTab(YReplacePoint* rpoint);
59 void showInformation();
64 #endif //YMGAAboutDialog_h
YMGAAboutDialog(const std::string &name, const std::string &version, const std::string &license, const std::string &authors, const std::string &description, const std::string &logo, const std::string &icon=std::string(), const std::string &credits=std::string(), const std::string &information=std::string())
The constructor.
void show(DLG_MODE type=TABBED)
it actually shows the about dialog