16#ifndef __albaGUIHyperLink_H__
17#define __albaGUIHyperLink_H__
37 albaGUIHyperLink(wxWindow *parent, wxWindowID
id,
const wxString& label,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = 0,
const wxString& name = wxStaticTextNameStr);
42 void SetText(wxString text) { m_ValueString = text; };
43 void SetUrl(wxString url) { m_URL = url; };
57 wxString m_ValueString;
albaObserver * m_Listener
void OnMouse(wxMouseEvent &event)
Move the cursors on mouse event.
albaGUIHyperLink(wxWindow *parent, wxWindowID id, const wxString &label, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticTextNameStr)
Constructor.
void SetText(wxString text)
void SetListener(albaObserver *listener)
Function for setting the listener of events coming from another object.
void Initialize()
Initialize the values for the slider.
void SetUrl(wxString url)
Interface implementing the Observer of the Subject/Observer design pattern.