ALBA
|
#include <albaGUIAboutDialog.h>
Public Member Functions | |
albaGUIAboutDialog (wxString dialog_title=_("About Dialog")) | |
void | CreateDialog () |
~albaGUIAboutDialog () | |
void | OnEvent (albaEventBase *alba_event) |
void | SetImagePath (wxString imagePath) |
void | SetTitle (wxString title) |
void | SetBuildNum (wxString revision) |
void | SetBuildDate (wxString date) |
void | SetVersion (wxString ver) |
void | SetWebSite (wxString webSite) |
void | SetLicenseURL (wxString licenseURL) |
void | SetExtraMessage (wxString message) |
bool | ShowModal () |
Public Member Functions inherited from albaObserver | |
albaObserver () | |
virtual | ~albaObserver () |
virtual void | OnEvent (albaEventBase *e)=0 |
Protected Member Functions | |
wxStaticText * | AddText (albaGUIDialog *dialog, wxString &text, int Width, int align) |
wxString | GetBuildDate () |
Protected Attributes | |
albaGUIDialog * | m_AboutDialog |
wxImage * | m_PreviewImage |
wxString | m_Title |
wxString | m_BuildNum |
wxString | m_BuildDate |
wxString | m_Version |
wxString | m_ImagePath |
wxString | m_WebSiteURL |
wxString | m_LicenseURL |
wxString | m_ExtraMessage |
class name: albaGUIAboutDialog.
Represent the About dialog. It shows AppImage, Build version, Info, Buttons to webSite and License.
Definition at line 40 of file albaGUIAboutDialog.h.
albaGUIAboutDialog::albaGUIAboutDialog | ( | wxString | dialog_title = _("About Dialog") | ) |
constructor
albaGUIAboutDialog::~albaGUIAboutDialog | ( | ) |
destructor
void albaGUIAboutDialog::CreateDialog | ( | ) |
|
virtual |
Answer to the messages coming from interface.
Implements albaObserver.
|
inline |
Definition at line 55 of file albaGUIAboutDialog.h.
|
inline |
Definition at line 56 of file albaGUIAboutDialog.h.
void albaGUIAboutDialog::SetBuildNum | ( | wxString | revision | ) |
|
inline |
Definition at line 58 of file albaGUIAboutDialog.h.
|
inline |
Definition at line 59 of file albaGUIAboutDialog.h.
void albaGUIAboutDialog::SetWebSite | ( | wxString | webSite | ) |
void albaGUIAboutDialog::SetLicenseURL | ( | wxString | licenseURL | ) |
void albaGUIAboutDialog::SetExtraMessage | ( | wxString | message | ) |
bool albaGUIAboutDialog::ShowModal | ( | ) |
Show the Settings Dialog.
|
protected |
|
protected |
|
protected |
Definition at line 72 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 73 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 75 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 76 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 77 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 78 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 79 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 80 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 81 of file albaGUIAboutDialog.h.
|
protected |
Definition at line 82 of file albaGUIAboutDialog.h.