wxLegendDialog Class Reference
#include <wxLegendDialog.h>
List of all members.
Public Member Functions |
| wxLegendDialog (const wxString &title, long style, FemViewer::Legend &legend, const wxSize &size=wxSize(300, 400)) |
| wxLegendDialog (const wxString &title, FemViewer::Legend &legend) |
| ~wxLegendDialog () |
Protected Types |
enum | {
ID_RADIOBOX,
MenuColorCheckBox,
ID_SPINCTRL,
ResetPanels,
PanelNewRefresh,
PanelNewActive
} |
Protected Member Functions |
void | SetActiveValues (const FemViewer::Legend &l) |
| Ustawia wartosci w czesci informacyjnej active.
|
void | SetNewValues (const FemViewer::Legend &l) |
| Ustawia wartosci w czesci informacyjnej new.
|
void | OnPanelsResetToDefaults (wxCommandEvent &event) |
| This resets legend to defaults.
|
void | OnPanelNewRefresh (wxCommandEvent &event) |
| Obs�uga przycisku odswierzajacego nowa liste legendy na podstawie podanych paramterow.
|
void | OnPanelNewActive (wxCommandEvent &event) |
| Obs�uga przycisku aktywujaca nowa liste legendy jako aktualna.
|
void | MsgBoxErr (const wxString &m, const wxString &t=wxT("Error")) |
Protected Attributes |
FemViewer::Legend & | activeLegend |
FemViewer::Legend | newLegend |
wxLegendCanvas * | m_canvas_active |
wxLegendCanvas * | m_canvas_new |
wxTextCtrl * | tcActiveMin |
wxTextCtrl * | tcActiveMax |
wxTextCtrl * | tcActiveStart |
wxTextCtrl * | tcActiveEnd |
wxSpinCtrl * | scActiveRengNr |
wxRadioBox * | rbActiveLegType |
wxCheckBox * | cbActiveOutBlck |
wxTextCtrl * | tcNewMin |
wxTextCtrl * | tcNewMax |
wxTextCtrl * | tcNewStart |
wxTextCtrl * | tcNewEnd |
wxSpinCtrl * | scNewRengNr |
wxRadioBox * | rbNewLegType |
wxCheckBox * | cbNewOutBlck |
wxButton * | btnReset |
wxButton * | btnRefresh |
wxButton * | btnActive |
Member Enumeration Documentation
anonymous enum [protected] |
- Enumerator:
ID_RADIOBOX |
|
MenuColorCheckBox |
|
ID_SPINCTRL |
|
ResetPanels |
|
PanelNewRefresh |
|
PanelNewActive |
|
Constructor & Destructor Documentation
wxLegendDialog::wxLegendDialog |
( |
const wxString & |
title, |
|
|
long |
style, |
|
|
FemViewer::Legend & |
legend, |
|
|
const wxSize & |
size = wxSize(300,400) | |
|
) |
| | |
wxLegendDialog::wxLegendDialog |
( |
const wxString & |
title, |
|
|
FemViewer::Legend & |
legend | |
|
) |
| | |
wxLegendDialog::~wxLegendDialog |
( |
|
) |
|
Member Function Documentation
void wxLegendDialog::MsgBoxErr |
( |
const wxString & |
m, |
|
|
const wxString & |
t = wxT("Error") | |
|
) |
| | [protected] |
void wxLegendDialog::OnPanelNewActive |
( |
wxCommandEvent & |
event |
) |
[protected] |
Obs�uga przycisku aktywujaca nowa liste legendy jako aktualna.
void wxLegendDialog::OnPanelNewRefresh |
( |
wxCommandEvent & |
event |
) |
[protected] |
Obs�uga przycisku odswierzajacego nowa liste legendy na podstawie podanych paramterow.
void wxLegendDialog::OnPanelsResetToDefaults |
( |
wxCommandEvent & |
event |
) |
[protected] |
This resets legend to defaults.
Ustawia wartosci w czesci informacyjnej active.
Ustawia wartosci w czesci informacyjnej new.
Member Data Documentation
The documentation for this class was generated from the following files: