A wxEnumProperty that displays a color next to the enum value.
More...
#include <pg_properties.h>
|
double | m_scale |
| < Scale factor to convert between raw and displayed value
|
|
A wxEnumProperty that displays a color next to the enum value.
Definition at line 170 of file pg_properties.h.
◆ PGPROPERTY_ANGLE()
PGPROPERTY_ANGLE::PGPROPERTY_ANGLE |
( |
| ) |
|
|
inline |
◆ ~PGPROPERTY_ANGLE()
virtual PGPROPERTY_ANGLE::~PGPROPERTY_ANGLE |
( |
| ) |
|
|
virtualdefault |
◆ DoGetValidator()
wxValidator * PGPROPERTY_ANGLE::DoGetValidator |
( |
| ) |
const |
|
override |
Do not perform PG validation; the UX is not what we want.
Definition at line 576 of file pg_properties.cpp.
◆ SetScale()
void PGPROPERTY_ANGLE::SetScale |
( |
double |
aScale | ) |
|
|
inline |
◆ StringToValue()
bool PGPROPERTY_ANGLE::StringToValue |
( |
wxVariant & |
aVariant, |
|
|
const wxString & |
aText, |
|
|
int |
aArgFlags = 0 |
|
) |
| const |
|
override |
◆ ValidateValue()
bool PGPROPERTY_ANGLE::ValidateValue |
( |
wxVariant & |
, |
|
|
wxPGValidationInfo & |
|
|
) |
| const |
|
inlineoverride |
◆ ValueToString()
wxString PGPROPERTY_ANGLE::ValueToString |
( |
wxVariant & |
aVariant, |
|
|
int |
aArgFlags = 0 |
|
) |
| const |
|
override |
◆ m_scale
double PGPROPERTY_ANGLE::m_scale |
|
protected |
The documentation for this class was generated from the following files: