, including all inherited members.
AcquireCell(unsigned int column) | wxPGProperty | [inline] |
ActualIntToValue(wxVariant &variant, int number, int argFlags=0) const | wxPGProperty | [inline] |
ActualStringToValue(wxVariant &variant, const wxString &text, int argFlags=0) const | wxPGProperty | [inline] |
ActualValidateValue(wxVariant &value, wxPGValidationInfo &validationInfo) const | wxPGProperty | [inline] |
AdaptListToValue(wxVariant &list, wxVariant *value) const | wxPGProperty | |
AddChild(wxPGProperty *prop) | wxPGProperty | [protected] |
AddChild2(wxPGProperty *prop, int index=-1, bool correct_mode=true) | wxPGProperty | [protected] |
AddPrivateChild(wxPGProperty *prop) | wxPGProperty | [inline] |
AppendChild(wxPGProperty *prop) | wxPGProperty | [inline] |
AppendChoice(const wxString &label, int value=wxPG_INVALID_VALUE) | wxPGProperty | [inline] |
AreAllChildrenSpecified(wxVariant *pendingList=NULL) const | wxPGProperty | |
AreChildrenComponents() const | wxPGProperty | [inline] |
CanHaveExtraChildren() const | wxPGProperty | [inline] |
ChangeFlag(FlagType flag, bool set) | wxPGProperty | [inline] |
ChildChanged(wxVariant &thisValue, int childIndex, wxVariant &childValue) const | wxPGProperty | [virtual] |
ClearFlag(FlagType flag) | wxPGProperty | [inline] |
ClientDataType typedef | wxPGProperty | |
DeleteChildren() | wxPGProperty | |
DeleteChoice(int index) | wxPGProperty | |
DisplayEditorDialog(wxPGProperty *prop, wxPropertyGrid *propGrid, wxString &value) | wxLongStringProperty | [static] |
DoEmpty() | wxPGProperty | [protected] |
DoGetAttribute(const wxString &name) const | wxPGProperty | [virtual] |
DoGetEditorClass() const | wxPGProperty | [virtual] |
DoGetValidator() const | wxPGProperty | [virtual] |
DoGetValue() const | wxPGProperty | [inline, virtual] |
DoSetAttribute(const wxString &name, wxVariant &value) | wxPGProperty | [virtual] |
DoSetName(const wxString &str) | wxPGProperty | [inline, protected] |
Empty() | wxPGProperty | [inline] |
EnableCommonValue(bool enable=true) | wxPGProperty | [inline] |
FixIndexesOfChildren(unsigned int starthere=0) | wxPGProperty | |
FlagType typedef | wxPGProperty | |
GenerateComposedValue(wxString &text, int argFlags=0) const | wxPGProperty | |
GetArrIndex() const | wxPGProperty | [inline] |
GetAttribute(const wxString &name) const | wxPGProperty | |
GetAttribute(const wxString &name, const wxString &defVal) const | wxPGProperty | |
GetAttributeAsDouble(const wxString &name, double defVal) const | wxPGProperty | |
GetAttributeAsLong(const wxString &name, long defVal) const | wxPGProperty | |
GetAttributes() const | wxPGProperty | [inline] |
GetAttributesAsList() const | wxPGProperty | |
GetBaseName() const | wxPGProperty | [inline] |
GetCell(unsigned int column) const | wxPGProperty | [inline] |
GetCellRenderer(int column) const | wxPGProperty | [virtual] |
GetChildCount() const | wxPGProperty | [inline] |
GetChildrenHeight(int lh, int iMax=-1) const | wxPGProperty | |
GetChoiceCount() const | wxPGProperty | |
GetChoiceInfo(wxPGChoiceInfo *choiceinfo) | wxPGProperty | [virtual] |
GetChoices() | wxPGProperty | |
GetChoices() const | wxPGProperty | |
GetChoiceString(unsigned int index) | wxPGProperty | |
GetClassName() const | wxPGProperty | [inline] |
GetClientData() const | wxPGProperty | [inline] |
GetColumnEditor(int column) const | wxPGProperty | [inline] |
GetColumnText(unsigned int col) const | wxPGProperty | [protected] |
GetCommonValue() const | wxPGProperty | [inline] |
GetCount() const | wxPGProperty | [inline] |
GetCurrentChoice() const | wxPGProperty | |
GetDefaultValue() const | wxPGProperty | |
GetDepth() const | wxPGProperty | [inline] |
GetDisplayedCommonValueCount() const | wxPGProperty | [inline] |
GetDisplayedString() const | wxPGProperty | [inline] |
GetEditorClass() const | wxPGProperty | |
GetEditorDialog() const | wxPGProperty | [virtual] |
GetFlags() const | wxPGProperty | [inline] |
GetFlagsAsString(FlagType flagsMask) const | wxPGProperty | |
GetGrid() const | wxPGProperty | |
GetGridIfDisplayed() const | wxPGProperty | |
GetHelpString() const | wxPGProperty | [inline] |
GetImageOffset(int imageWidth) const | wxPGProperty | |
GetIndexInParent() const | wxPGProperty | [inline] |
GetItemAtY(unsigned int y, unsigned int lh, unsigned int *nextItemY) const | wxPGProperty | |
GetLabel() const | wxPGProperty | [inline] |
GetLastVisibleSubItem() const | wxPGProperty | |
GetMainParent() const | wxPGProperty | |
GetMaxLength() const | wxPGProperty | [inline] |
GetName() const | wxPGProperty | |
GetOrCreateCell(unsigned int column) | wxPGProperty | |
GetParent() const | wxPGProperty | [inline] |
GetParentState() const | wxPGProperty | [inline] |
GetPropertyByName(const wxString &name) const | wxPGProperty | |
GetPropertyByNameWH(const wxString &name, unsigned int hintIndex) const | wxPGProperty | [protected] |
GetType() const | wxPGProperty | [inline] |
GetValue() const | wxPGProperty | [inline] |
GetValueAsString(int argFlags=0) const | wxLongStringProperty | [virtual] |
GetValueImage() const | wxPGProperty | [inline] |
GetValueRef() | wxPGProperty | [inline] |
GetValueRef() const | wxPGProperty | [inline] |
GetValueString(int argFlags=0) const | wxPGProperty | |
GetValueType() const | wxPGProperty | [inline] |
GetY() const | wxPGProperty | |
GetY2(int lh) const | wxPGProperty | [protected] |
HasFlag(FlagType flag) const | wxPGProperty | [inline] |
HasVisibleChildren() const | wxPGProperty | |
Hide(bool hide, int flags=wxPG_RECURSE) | wxPGProperty | [inline] |
Index(const wxPGProperty *p) const | wxPGProperty | [inline] |
InsertChild(int index, wxPGProperty *childProperty) | wxPGProperty | |
InsertChoice(const wxString &label, int index, int value=wxPG_INVALID_VALUE) | wxPGProperty | |
IsCategory() const | wxPGProperty | [inline] |
IsEnabled() const | wxPGProperty | [inline] |
IsExpanded() const | wxPGProperty | [inline] |
IsFlagSet(FlagType flag) const | wxPGProperty | [inline] |
IsRoot() const | wxPGProperty | [inline] |
IsSomeParent(wxPGProperty *candidate_parent) const | wxPGProperty | |
IsSubProperty() const | wxPGProperty | [inline] |
IsTextEditable() const | wxPGProperty | |
IsValueUnspecified() const | wxPGProperty | [inline] |
IsVisible() const | wxPGProperty | |
Item(unsigned int i) const | wxPGProperty | [inline] |
Last() const | wxPGProperty | [inline] |
m_arrIndex | wxPGProperty | [protected] |
m_attributes | wxPGProperty | [protected] |
m_bgColIndex | wxPGProperty | [protected] |
m_cells | wxPGProperty | [protected] |
m_children | wxPGProperty | [protected] |
m_clientData | wxPGProperty | [protected] |
m_commonValue | wxPGProperty | [protected] |
m_customEditor | wxPGProperty | [protected] |
m_depth | wxPGProperty | [protected] |
m_depthBgCol | wxPGProperty | [protected] |
m_dlgMessage | wxDirProperty | [protected] |
m_fgColIndex | wxPGProperty | [protected] |
m_flags | wxPGProperty | [protected] |
m_helpString | wxPGProperty | [protected] |
m_label | wxPGProperty | [protected] |
m_maxLen | wxPGProperty | [protected] |
m_name | wxPGProperty | [protected] |
m_parent | wxPGProperty | [protected] |
m_parentState | wxPGProperty | [protected] |
m_value | wxPGProperty | [protected] |
m_valueBitmap | wxPGProperty | [protected] |
OnButtonClick(wxPropertyGrid *propGrid, wxString &value) | wxDirProperty | [virtual] |
OnCustomPaint(wxDC &dc, const wxRect &rect, wxPGPaintData &paintdata) | wxPGProperty | [virtual] |
OnEvent(wxPropertyGrid *propgrid, wxWindow *wnd_primary, wxEvent &event) | wxPGProperty | [virtual] |
OnMeasureImage(int item=-1) const | wxPGProperty | [virtual] |
OnSetValue() | wxPGProperty | [virtual] |
OnValidationFailure(wxVariant &pendingValue) | wxPGProperty | [virtual] |
PrepareSubProperties() | wxPGProperty | [protected] |
PrepareValueForDialogEditing(wxPropertyGrid *propgrid) | wxPGProperty | |
RecreateEditor() | wxPGProperty | |
RefreshChildren() | wxPGProperty | [virtual] |
RefreshEditor() | wxPGProperty | |
SetAttribute(const wxString &name, wxVariant value) | wxPGProperty | |
SetAttributes(const wxPGAttributeStorage &attributes) | wxPGProperty | |
SetCell(int column, wxPGCell *cellObj) | wxPGProperty | |
SetChoices(wxPGChoices &choices) | wxPGProperty | |
SetChoices(const wxArrayString &labels, const wxArrayInt &values=wxPG_EMPTY_ARRAYINT) | wxPGProperty | [inline] |
SetChoiceSelection(int newValue, const wxPGChoiceInfo &choiceInfo) | wxPGProperty | |
SetChoicesExclusive() | wxPGProperty | |
SetClientData(ClientDataType clientData) | wxPGProperty | [inline] |
SetCommonValue(int commonValue) | wxPGProperty | [inline] |
SetDefaultValue(wxVariant &value) | wxPGProperty | [inline] |
SetEditor(const wxPGEditor *editor) | wxPGProperty | [inline] |
SetEditor(const wxString &editorName) | wxPGProperty | [inline] |
SetExpanded(bool expanded) | wxPGProperty | [inline] |
SetFlag(FlagType flag) | wxPGProperty | [inline] |
SetFlagRecursively(FlagType flag, bool set) | wxPGProperty | |
SetFlagsFromString(const wxString &str) | wxPGProperty | |
SetHelpString(const wxString &helpString) | wxPGProperty | [inline] |
SetLabel(const wxString &label) | wxPGProperty | [inline] |
SetMaxLength(int maxLen) | wxPGProperty | [inline] |
SetName(const wxString &newName) | wxPGProperty | |
SetParentalType(int flag) | wxPGProperty | [inline, protected] |
SetParentState(wxPropertyGridState *pstate) | wxPGProperty | [inline, protected] |
SetValue(wxVariant value, wxVariant *pList=NULL, int flags=wxPG_SETVAL_REFRESH_EDITOR) | wxPGProperty | |
SetValueFromInt(long value, int flags=0) | wxPGProperty | |
SetValueFromString(const wxString &text, int flags=wxPG_PROGRAMMATIC_VALUE) | wxPGProperty | |
SetValueImage(wxBitmap &bmp) | wxPGProperty | |
SetValueInEvent(wxVariant value) const | wxPGProperty | |
SetValueToUnspecified() | wxPGProperty | [inline] |
SetWasModified(bool set=true) | wxPGProperty | [inline] |
StringToValue(wxVariant &variant, const wxString &text, int argFlags=0) const | wxLongStringProperty | [virtual] |
SubPropsChanged(int oldSelInd=-1) | wxPGProperty | [protected] |
UpdateParentValues() | wxPGProperty | |
UsesAutoUnspecified() const | wxPGProperty | [inline] |
wxDirProperty(const wxString &name=wxPG_LABEL, const wxString &label=wxPG_LABEL, const wxString &value=wxEmptyString) | wxDirProperty | |
wxLongStringProperty(const wxString &label=wxPG_LABEL, const wxString &name=wxPG_LABEL, const wxString &value=wxEmptyString) | wxLongStringProperty | |
wxPGProperty() | wxPGProperty | |
wxPGProperty(const wxString &label, const wxString &name) | wxPGProperty | |
~wxDirProperty() | wxDirProperty | [virtual] |
~wxLongStringProperty() | wxLongStringProperty | [virtual] |
~wxPGProperty() | wxPGProperty | [virtual] |