17#ifndef __albaGUIAboutDialog_H__
18#define __albaGUIAboutDialog_H__
55 void SetImagePath(wxString imagePath) { m_ImagePath = imagePath; };
56 void SetTitle(wxString title) { m_Title = title; };
Implementation of the message object for the Subject/Observer design pattern.
class name: albaGUIAboutDialog.
void OnEvent(albaEventBase *alba_event)
Answer to the messages coming from interface.
void SetImagePath(wxString imagePath)
void SetTitle(wxString title)
albaGUIAboutDialog(wxString dialog_title=_("About Dialog"))
constructor
void SetBuildDate(wxString date)
void SetVersion(wxString ver)
void SetWebSite(wxString webSite)
albaGUIDialog * m_AboutDialog
void SetBuildNum(wxString revision)
~albaGUIAboutDialog()
destructor
bool ShowModal()
Show the Settings Dialog.
void SetExtraMessage(wxString message)
wxStaticText * AddText(albaGUIDialog *dialog, wxString &text, int Width, int align)
void SetLicenseURL(wxString licenseURL)
albaGUIDialog is the base class for albaDialogs.
class name: albaGUIHolder Secialized panel in which a developer can put a albaGUI.
albaGUI is a panel with function to easily create GUI.
Interface implementing the Observer of the Subject/Observer design pattern.