ALBA
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
albaGUIHyperLink Class Reference

#include <albaGUIHyperLink.h>

Inheritance diagram for albaGUIHyperLink:
Inheritance graph
[legend]
Collaboration diagram for albaGUIHyperLink:
Collaboration graph
[legend]

Public Member Functions

 albaGUIHyperLink (wxWindow *parent, wxWindowID id, const wxString &label, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxStaticTextNameStr)
 
void SetListener (albaObserver *listener)
 
void SetText (wxString text)
 
void SetUrl (wxString url)
 

Protected Member Functions

void Initialize ()
 
void OnMouse (wxMouseEvent &event)
 

Protected Attributes

albaObserverm_Listener
 

Detailed Description

Definition at line 32 of file albaGUIHyperLink.h.

Constructor & Destructor Documentation

◆ albaGUIHyperLink()

albaGUIHyperLink::albaGUIHyperLink ( wxWindow *  parent,
wxWindowID  id,
const wxString &  label,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = 0,
const wxString &  name = wxStaticTextNameStr 
)

Constructor.

Member Function Documentation

◆ SetListener()

void albaGUIHyperLink::SetListener ( albaObserver listener)
inline

Function for setting the listener of events coming from another object.

Definition at line 40 of file albaGUIHyperLink.h.

References m_Listener.

◆ SetText()

void albaGUIHyperLink::SetText ( wxString  text)
inline

Definition at line 42 of file albaGUIHyperLink.h.

◆ SetUrl()

void albaGUIHyperLink::SetUrl ( wxString  url)
inline

Definition at line 43 of file albaGUIHyperLink.h.

◆ Initialize()

void albaGUIHyperLink::Initialize ( )
protected

Initialize the values for the slider.

◆ OnMouse()

void albaGUIHyperLink::OnMouse ( wxMouseEvent &  event)
protected

Move the cursors on mouse event.

Member Data Documentation

◆ m_Listener

albaObserver* albaGUIHyperLink::m_Listener
protected

Definition at line 53 of file albaGUIHyperLink.h.

Referenced by SetListener().


The documentation for this class was generated from the following file: