#include <albaGUIDialogProsthesisSelection.h>
|
| albaGUIDialogProsthesisSelection (const wxString &title, long style=albaCLOSEWINDOW) |
|
virtual | ~albaGUIDialogProsthesisSelection () |
|
void | OnEvent (albaEventBase *alba_event) |
|
void | SetProducer (albaProDBProducer *producer) |
|
void | SetProducer (albaString producerName) |
|
void | SetProsthesis (albaProDBProsthesis *prosthesis) |
|
albaProDBProsthesis * | GetProsthesis () |
|
bool | OkClosed () |
|
void | Show () |
|
| albaGUIDialog (const wxString &title, long style=albaCLOSEWINDOW|albaRESIZABLE|albaCLOSE) |
|
virtual | ~albaGUIDialog () |
|
void | SetListener (albaObserver *Listener) |
|
void | OnEvent (albaEventBase *alba_event) |
|
void | Add (wxWindow *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (albaGUI *window, int option=0, int flag=wxEXPAND, int border=0) |
|
void | Add (wxSizer *sizer, int option=0, int flag=wxEXPAND, int border=0) |
|
bool | Remove (wxWindow *window) |
|
bool | Remove (wxSizer *sizer) |
|
int | ShowModal () |
|
void | EnableOk (bool enable) |
|
void | EnableCancel (bool enable) |
|
void | EnableClose (bool enable) |
|
virtual void | WXSetInitialFittingClientSize (int flags, wxSizer *sizer=NULL) |
|
virtual void | OnOK (wxCommandEvent &event) |
|
virtual void | OnCancel (wxCommandEvent &event) |
|
virtual void | OnCloseWindow (wxCloseEvent &event) |
|
virtual void | OnSize (wxSizeEvent &event) |
|
| albaObserver () |
|
virtual | ~albaObserver () |
|
virtual void | OnEvent (albaEventBase *e)=0 |
|
◆ albaGUIDialogProsthesisSelection()
albaGUIDialogProsthesisSelection::albaGUIDialogProsthesisSelection |
( |
const wxString & |
title, |
|
|
long |
style = albaCLOSEWINDOW |
|
) |
| |
◆ ~albaGUIDialogProsthesisSelection()
virtual albaGUIDialogProsthesisSelection::~albaGUIDialogProsthesisSelection |
( |
| ) |
|
|
virtual |
◆ OnEvent()
void albaGUIDialogProsthesisSelection::OnEvent |
( |
albaEventBase * |
e | ) |
|
|
virtual |
process the events sent by subjects
Reimplemented from albaGUIDialog.
◆ SetProducer() [1/2]
◆ SetProducer() [2/2]
void albaGUIDialogProsthesisSelection::SetProducer |
( |
albaString |
producerName | ) |
|
◆ SetProsthesis()
◆ GetProsthesis()
◆ OkClosed()
bool albaGUIDialogProsthesisSelection::OkClosed |
( |
| ) |
|
|
inline |
◆ Show()
void albaGUIDialogProsthesisSelection::Show |
( |
| ) |
|
◆ CreateDialog()
void albaGUIDialogProsthesisSelection::CreateDialog |
( |
| ) |
|
|
protected |
◆ UpdateDialog()
void albaGUIDialogProsthesisSelection::UpdateDialog |
( |
| ) |
|
|
protected |
◆ m_IsChanged
bool albaGUIDialogProsthesisSelection::m_IsChanged |
|
protected |
◆ m_DBManager
◆ m_CurrentProducer
◆ m_CurrentProsthesis
◆ m_SelectedProducer
int albaGUIDialogProsthesisSelection::m_SelectedProducer |
|
protected |
◆ m_SelectedProsthesis
int albaGUIDialogProsthesisSelection::m_SelectedProsthesis |
|
protected |
◆ m_ProducerName
wxString albaGUIDialogProsthesisSelection::m_ProducerName |
|
protected |
◆ m_ProducerWebSite
wxString albaGUIDialogProsthesisSelection::m_ProducerWebSite |
|
protected |
◆ m_ProducerImageName
wxString albaGUIDialogProsthesisSelection::m_ProducerImageName |
|
protected |
◆ m_ProducerImageFullName
wxString albaGUIDialogProsthesisSelection::m_ProducerImageFullName |
|
protected |
◆ m_ProsthesisName
wxString albaGUIDialogProsthesisSelection::m_ProsthesisName |
|
protected |
◆ m_ProsthesisImageName
wxString albaGUIDialogProsthesisSelection::m_ProsthesisImageName |
|
protected |
◆ m_ProsthesisImageFullName
wxString albaGUIDialogProsthesisSelection::m_ProsthesisImageFullName |
|
protected |
◆ m_Gui
albaGUI* albaGUIDialogProsthesisSelection::m_Gui |
|
protected |
◆ m_MainBoxSizer
wxBoxSizer* albaGUIDialogProsthesisSelection::m_MainBoxSizer |
|
protected |
◆ m_ProducerImageSizer
wxBoxSizer* albaGUIDialogProsthesisSelection::m_ProducerImageSizer |
|
protected |
◆ m_ProducerImageButton
◆ m_ProducerComboBox
wxComboBox* albaGUIDialogProsthesisSelection::m_ProducerComboBox |
|
protected |
◆ m_ProducerName_textCtrl
wxTextCtrl* albaGUIDialogProsthesisSelection::m_ProducerName_textCtrl |
|
protected |
◆ m_ProducerName_Link
◆ m_ProsthesisBoxSizer
wxStaticBoxSizer* albaGUIDialogProsthesisSelection::m_ProsthesisBoxSizer |
|
protected |
◆ m_ProsthesisComboBox
wxComboBox* albaGUIDialogProsthesisSelection::m_ProsthesisComboBox |
|
protected |
◆ m_OkBtn
The documentation for this class was generated from the following file: