creaContours_lib
|
#include <PanelBullEyeOptions.h>
Public Member Functions | |
PanelBullEyeOptions (wxWindow *parent, wxSize size) | |
~PanelBullEyeOptions () | |
void | onRefreshPanel (wxCommandEvent &event) |
int | GetNumberOfCrowns () |
int | GetNumberOfSections (int nCrown) |
int | GetRadioOfCrown (int nCrown) |
double | GetAngOfCrownSection (int nCrown, int section) |
double | GetAngDeltaOfCrownSection (int nCrown) |
Private Member Functions | |
void | RefreshPanel () |
Private Attributes | |
int | _maxLevels |
int | _maxSections |
wxRadioBox * | _radioboxBullEyeGenOpt |
wxSpinCtrl * | _spinctrlBullEyeNumOfCrowns |
wxSpinCtrl * | _spinctrlBullEyeNumOfSec |
wxSlider * | _sliderBullEyeAngle |
std::vector< wxSpinCtrl * > | _lstBullEyeDetailNumOfSec |
std::vector< wxSlider * > | _lstBullEyeDetailRadio |
std::vector< wxSlider * > | _lstBullEyeDetailAngle |
Definition at line 54 of file PanelBullEyeOptions.h.
PanelBullEyeOptions::PanelBullEyeOptions | ( | wxWindow * | parent, |
wxSize | size | ||
) |
Definition at line 37 of file PanelBullEyeOptions.cxx.
References _lstBullEyeDetailAngle, _lstBullEyeDetailNumOfSec, _lstBullEyeDetailRadio, _maxLevels, _maxSections, _radioboxBullEyeGenOpt, _sliderBullEyeAngle, _spinctrlBullEyeNumOfCrowns, _spinctrlBullEyeNumOfSec, onRefreshPanel(), and RefreshPanel().
PanelBullEyeOptions::~PanelBullEyeOptions | ( | ) |
Definition at line 153 of file PanelBullEyeOptions.cxx.
double PanelBullEyeOptions::GetAngDeltaOfCrownSection | ( | int | nCrown | ) |
Definition at line 244 of file PanelBullEyeOptions.cxx.
References GetNumberOfSections().
Referenced by GetAngOfCrownSection().
double PanelBullEyeOptions::GetAngOfCrownSection | ( | int | nCrown, |
int | section | ||
) |
Definition at line 229 of file PanelBullEyeOptions.cxx.
References _lstBullEyeDetailAngle, _radioboxBullEyeGenOpt, _sliderBullEyeAngle, and GetAngDeltaOfCrownSection().
int PanelBullEyeOptions::GetNumberOfCrowns | ( | ) |
Definition at line 195 of file PanelBullEyeOptions.cxx.
References _spinctrlBullEyeNumOfCrowns.
int PanelBullEyeOptions::GetNumberOfSections | ( | int | nCrown | ) |
Definition at line 201 of file PanelBullEyeOptions.cxx.
References _lstBullEyeDetailNumOfSec, _radioboxBullEyeGenOpt, and _spinctrlBullEyeNumOfSec.
Referenced by GetAngDeltaOfCrownSection().
int PanelBullEyeOptions::GetRadioOfCrown | ( | int | nCrown | ) |
Definition at line 214 of file PanelBullEyeOptions.cxx.
References _lstBullEyeDetailRadio, _radioboxBullEyeGenOpt, and _spinctrlBullEyeNumOfCrowns.
void PanelBullEyeOptions::onRefreshPanel | ( | wxCommandEvent & | event | ) |
Definition at line 158 of file PanelBullEyeOptions.cxx.
References RefreshPanel().
Referenced by PanelBullEyeOptions().
|
private |
Definition at line 164 of file PanelBullEyeOptions.cxx.
References _lstBullEyeDetailAngle, _lstBullEyeDetailNumOfSec, _lstBullEyeDetailRadio, _maxLevels, _radioboxBullEyeGenOpt, and _spinctrlBullEyeNumOfCrowns.
Referenced by onRefreshPanel(), and PanelBullEyeOptions().
|
private |
Definition at line 75 of file PanelBullEyeOptions.h.
Referenced by GetAngOfCrownSection(), PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 73 of file PanelBullEyeOptions.h.
Referenced by GetNumberOfSections(), PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 74 of file PanelBullEyeOptions.h.
Referenced by GetRadioOfCrown(), PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 67 of file PanelBullEyeOptions.h.
Referenced by PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 68 of file PanelBullEyeOptions.h.
Referenced by PanelBullEyeOptions().
|
private |
Definition at line 69 of file PanelBullEyeOptions.h.
Referenced by GetAngOfCrownSection(), GetNumberOfSections(), GetRadioOfCrown(), PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 72 of file PanelBullEyeOptions.h.
Referenced by GetAngOfCrownSection(), and PanelBullEyeOptions().
|
private |
Definition at line 70 of file PanelBullEyeOptions.h.
Referenced by GetNumberOfCrowns(), GetRadioOfCrown(), PanelBullEyeOptions(), and RefreshPanel().
|
private |
Definition at line 71 of file PanelBullEyeOptions.h.
Referenced by GetNumberOfSections(), and PanelBullEyeOptions().