18 #ifndef YMGAAboutDialog_h
19 #define YMGAAboutDialog_h
36 const std::string& version,
37 const std::string& license,
38 const std::string& authors,
39 const std::string& description,
40 const std::string& logo,
41 const std::string& icon = std::string(),
42 const std::string& credits = std::string(),
43 const std::string& information = std::string()
47 void setMinSize(YLayoutSize_t columns, YLayoutSize_t lines);
49 void show(DLG_MODE type = TABBED);
54 void genAuthorsTab(YReplacePoint* rpoint);
55 void genContributorsTab(YReplacePoint* rpoint);
56 void genInformationTab(YReplacePoint* rpoint);
61 void showInformation();
66 #endif //YMGAAboutDialog_h