, including all inherited members.
AddActionTrigger(int action, int keycode, int modifiers=0) | wxPropertyGrid | |
AddPropertyChoice(wxPGPropArg id, const wxString &label, int value=wxPG_INVALID_VALUE) | wxPropertyGridInterface | |
AddToSelection(wxPGPropArg id) | wxPropertyGrid | [inline] |
AddToSelectionFromInputEvent(wxPGProperty *prop, unsigned int colIndex, wxMouseEvent *event=NULL, int selFlags=0) | wxPropertyGrid | [protected] |
AdjustPosForClipperWindow(wxWindow *topCtrlWnd, int *x, int *y) | wxPropertyGrid | |
AllStates enum value | wxPropertyGridInterface | |
Append(wxPGProperty *property) | wxPropertyGridInterface | |
AppendIn(wxPGPropArg id, wxPGProperty *newproperty) | wxPropertyGridInterface | |
ArrayStringToString(wxString &dst, const wxArrayString &src, wxChar preDelim, wxChar postDelim, int flags) | wxPropertyGrid | [static] |
AutoGetTranslation(bool enable) | wxPropertyGrid | [static] |
BeginAddChildren(wxPGPropArg id) | wxPropertyGridInterface | |
BeginLabelEdit(unsigned int column=0) | wxPropertyGrid | [inline] |
ButtonTriggerKeyTest(wxKeyEvent &event) | wxPropertyGrid | [private] |
CacheColour(const wxColour &colour) | wxPropertyGrid | [protected] |
CalculateFontAndBitmapStuff(int vspacing) | wxPropertyGrid | [protected] |
CanClose() | wxPropertyGrid | [inline] |
CenterSplitter(bool enable_auto_centering=false) | wxPropertyGrid | |
ChangePropertyValue(wxPGPropArg id, wxVariant newValue) | wxPropertyGrid | |
Clear() | wxPropertyGrid | [virtual] |
ClearActionTriggers(int action) | wxPropertyGrid | |
ClearInternalFlag(long flag) | wxPropertyGrid | [inline] |
ClearModifiedStatus(wxPGPropArg id) | wxPropertyGrid | [inline] |
ClearModifiedStatus() | wxPropertyGrid | [inline] |
ClearPropertyValue(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
ClearSelection(bool validation=true) | wxPropertyGridInterface | |
Collapse(wxPGPropArg id) | wxPropertyGridInterface | |
CollapseAll() | wxPropertyGridInterface | [inline] |
CommitChangesFromEditor(wxUint32 flags=0) | wxPropertyGrid | [virtual] |
CorrectEditorWidgetPosY() | wxPropertyGrid | [protected] |
CorrectEditorWidgetSizeX() | wxPropertyGrid | [protected] |
Create(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxPG_DEFAULT_STYLE, const wxChar *name=wxPropertyGridNameStr) | wxPropertyGrid | |
CreateEscapeSequences(wxString &dst_str, wxString &src_str) | wxPropertyGrid | [static] |
CreatePropertyByClass(const wxString &classname, const wxString &label, const wxString &name) | wxPropertyGridInterface | [static] |
CreatePropertyByType(const wxString &valuetype, const wxString &label, const wxString &name) | wxPropertyGridInterface | [static] |
CreateState() const | wxPropertyGrid | [protected, virtual] |
CustomSetCursor(int type, bool override=false) | wxPropertyGrid | [protected] |
DecFrozen() | wxPropertyGrid | [inline] |
DeleteProperty(wxPGPropArg id) | wxPropertyGridInterface | |
DeletePropertyChoice(wxPGPropArg id, int index) | wxPropertyGridInterface | |
DescBoxState enum value | wxPropertyGridInterface | |
Destroy() | wxPropertyGrid | [virtual] |
DestroyEditorWnd(wxWindow *wnd) | wxPropertyGrid | [protected] |
DisableProperty(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
DoAddToSelection(wxPGProperty *prop, int selFlags=0) | wxPropertyGrid | [protected] |
DoBeginLabelEdit(unsigned int colIndex, int selFlags=0) | wxPropertyGrid | [protected] |
DoClearSelection(bool validation, int selFlags=0) | wxPropertyGridInterface | [protected] |
DoCollapse(wxPGProperty *p, bool sendEvent=false) | wxPropertyGrid | [protected, virtual] |
DoDrawItems(wxDC &dc, const wxPGProperty *first_item, const wxPGProperty *last_item, const wxRect *clip_rect, bool isBuffered) const | wxPropertyGrid | [protected] |
DoEditorValidate() | wxPropertyGrid | [protected] |
DoEndLabelEdit(bool commit, int selFlags=0) | wxPropertyGrid | [protected] |
DoExpand(wxPGProperty *p, bool sendEvent=false) | wxPropertyGrid | [protected, virtual] |
DoGetBestSize() const | wxPropertyGrid | [virtual] |
DoGetItemAtY(int y) const | wxPropertyGrid | [protected] |
DoGetPropertyByName(wxPGPropNameStr name) const | wxPropertyGridInterface | [protected, virtual] |
DoHideProperty(wxPGProperty *p, bool hide, int flags) | wxPropertyGrid | [protected] |
DoOnValidationFailure(wxPGProperty *property, wxVariant &invalidValue) | wxPropertyGrid | [virtual] |
DoOnValidationFailureReset(wxPGProperty *property) | wxPropertyGrid | [virtual] |
DoPropertyChanged(wxPGProperty *p, unsigned int selFlags=0) | wxPropertyGrid | [virtual] |
DoRemoveFromSelection(wxPGProperty *prop, int selFlags=0) | wxPropertyGrid | [protected] |
DoSelectAndEdit(wxPGProperty *prop, unsigned int colIndex, unsigned int selFlags) | wxPropertyGrid | [protected] |
DoSelectPage(int WXUNUSED(index)) | wxPropertyGridInterface | [inline, protected, virtual] |
DoSelectProperty(wxPGProperty *p, unsigned int flags=0) | wxPropertyGrid | |
DoSetPropertyAttribute(wxPGPropArg id, const wxString &name, wxVariant &value, long argFlags) | wxPropertyGridInterface | [protected] |
DoSetPropertyName(wxPGProperty *p, const wxString &newname) | wxPropertyGrid | [protected] |
DoSetSelection(const wxArrayPGProperty &newSelection, int selFlags=0) | wxPropertyGrid | [protected] |
DoSetSplitterPosition_(int newxpos, bool refresh=true, int splitterIndex=0, bool allPages=false) | wxPropertyGrid | [protected] |
DoShowPropertyError(wxPGProperty *property, const wxString &msg) | wxPropertyGrid | [virtual] |
DoubleToString(wxString &target, double value, int precision, bool removeZeroes, wxString *precTemplate) | wxPropertyGrid | [static] |
DrawExpanderButton(wxDC &dc, const wxRect &rect, wxPGProperty *property) const | wxPropertyGrid | [protected, virtual] |
DrawItem(wxPGProperty *p) | wxPropertyGrid | [inline] |
DrawItemAndChildren(wxPGProperty *p) | wxPropertyGrid | [virtual] |
DrawItemAndValueRelated(wxPGProperty *p) | wxPropertyGrid | |
DrawItems(wxDC &dc, unsigned int topitemy, unsigned int bottomitemy, const wxRect *clip_rect=(const wxRect *) NULL) | wxPropertyGrid | [protected] |
DrawItems(const wxPGProperty *p1, const wxPGProperty *p2) | wxPropertyGrid | [protected] |
EditableStateFlags enum name | wxPropertyGridInterface | |
EditorsValueWasModified() | wxPropertyGrid | [inline] |
EditorsValueWasNotModified() | wxPropertyGrid | [inline] |
EditorValidate() | wxPropertyGrid | [inline] |
EnableCategories(bool enable) | wxPropertyGrid | |
EnableProperty(wxPGPropArg id, bool enable=true) | wxPropertyGridInterface | |
EndAddChildren(wxPGPropArg id) | wxPropertyGridInterface | |
EndLabelEdit(bool commit=true) | wxPropertyGrid | [inline] |
EnsureVisible(wxPGPropArg id) | wxPropertyGrid | |
Expand(wxPGPropArg id) | wxPropertyGridInterface | |
ExpandAll(bool expand=true) | wxPropertyGridInterface | |
ExpandedState enum value | wxPropertyGridInterface | |
ExpandEscapeSequences(wxString &dst_str, wxString &src_str) | wxPropertyGrid | [static] |
FitColumns() | wxPropertyGrid | [inline] |
FixPosForTextCtrl(wxWindow *ctrl, unsigned int forColumn=1, const wxPoint &offset=wxPoint(0, 0)) | wxPropertyGrid | |
FreeEditors() | wxPropertyGrid | [protected] |
Freeze() | wxPropertyGrid | [virtual] |
GenerateEditorButton(const wxPoint &pos, const wxSize &sz) | wxPropertyGrid | |
GenerateEditorTextCtrl(const wxPoint &pos, const wxSize &sz, const wxString &value, wxWindow *secondary, int extraStyle=0, int maxLen=0, unsigned int forColumn=1) | wxPropertyGrid | |
GenerateEditorTextCtrlAndButton(const wxPoint &pos, const wxSize &sz, wxWindow **psecondary, int limited_editing, wxPGProperty *property) | wxPropertyGrid | |
GetCaptionBackgroundColour() const | wxPropertyGrid | [inline] |
GetCaptionFont() | wxPropertyGrid | [inline] |
GetCaptionFont() const | wxPropertyGrid | [inline] |
GetCaptionForegroundColour() const | wxPropertyGrid | [inline] |
GetCellBackgroundColour() const | wxPropertyGrid | [inline] |
GetCellDisabledTextColour() const | wxPropertyGrid | [inline] |
GetCellTextColour() const | wxPropertyGrid | [inline] |
GetChildrenCount() | wxPropertyGrid | [inline] |
GetChildrenCount(wxPGPropArg id) const | wxPropertyGrid | [inline] |
GetColumnCount() const | wxPropertyGrid | [inline] |
GetCommonValue(unsigned int i) const | wxPropertyGrid | [inline] |
GetCommonValueCount() const | wxPropertyGrid | [inline] |
GetCommonValueLabel(unsigned int i) const | wxPropertyGrid | [inline] |
GetEditableStateItem(const wxString &name) const | wxPropertyGridInterface | [inline, protected, virtual] |
GetEditorByName(const wxString &editorName) | wxPropertyGridInterface | [static] |
GetEditorControl() const | wxPropertyGrid | |
GetEditorControlSecondary() const | wxPropertyGrid | [inline] |
GetEditorTextCtrl() const | wxPropertyGrid | |
GetEditorWidgetRect(wxPGProperty *p, int column) const | wxPropertyGrid | [protected] |
GetEmptySpaceColour() const | wxPropertyGrid | [inline] |
GetExpandedProperties() const | wxPropertyGridInterface | [inline] |
GetFirst(int flags=wxPG_ITERATE_ALL) | wxPropertyGridInterface | [inline] |
GetFirst(int flags=wxPG_ITERATE_ALL) const | wxPropertyGridInterface | [inline] |
GetFirstChild(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetFontHeight() const | wxPropertyGrid | [inline] |
GetGoodEditorDialogPosition(wxPGProperty *p, const wxSize &sz) | wxPropertyGrid | |
GetGrid() | wxPropertyGrid | [inline] |
GetImageRect(wxPGProperty *p, int item) const | wxPropertyGrid | |
GetImageSize(wxPGProperty *p=NULL, int item=-1) const | wxPropertyGrid | |
GetInternalFlags() const | wxPropertyGrid | [inline] |
GetItemAtY(int y) const | wxPropertyGrid | [inline] |
GetIterator(int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *firstProp=NULL) | wxPropertyGridInterface | [inline] |
GetIterator(int flags=wxPG_ITERATE_DEFAULT, wxPGProperty *firstProp=NULL) const | wxPropertyGridInterface | [inline] |
GetIterator(int flags, int startPos) | wxPropertyGridInterface | [inline] |
GetIterator(int flags, int startPos) const | wxPropertyGridInterface | [inline] |
GetLabelEditor() const | wxPropertyGrid | |
GetLastItem(int flags=wxPG_ITERATE_DEFAULT) | wxPropertyGrid | [inline] |
GetLastItem(int flags=wxPG_ITERATE_DEFAULT) const | wxPropertyGrid | [inline] |
GetLineColour() const | wxPropertyGrid | [inline] |
GetMarginColour() const | wxPropertyGrid | [inline] |
GetNearestPaintVisible(wxPGProperty *p) const | wxPropertyGrid | [protected] |
GetPageState(int pageIndex) const | wxPropertyGridInterface | [inline, protected, virtual] |
GetPanel() const | wxPropertyGrid | [inline] |
GetPrimaryEditor() const | wxPropertyGrid | [inline] |
GetPropertiesWithFlag(wxArrayPGProperty *targetArr, wxPGProperty::FlagType flags, bool inverse=false, int iterFlags=(wxPG_ITERATE_PROPERTIES|wxPG_ITERATE_HIDDEN|wxPG_ITERATE_CATEGORIES)) const | wxPropertyGridInterface | |
GetProperty(wxPGPropNameStr name) const | wxPropertyGridInterface | [inline] |
GetPropertyAttribute(wxPGPropArg id, const wxString &attrName) const | wxPropertyGridInterface | [inline] |
GetPropertyAttributes(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyBackgroundColour(wxPGPropArg id) const | wxPropertyGrid | |
GetPropertyByLabel(const wxString &name) const | wxPropertyGrid | [inline] |
GetPropertyByName(wxPGPropNameStr name) const | wxPropertyGridInterface | |
GetPropertyByName(wxPGPropNameStr name, wxPGPropNameStr subname) const | wxPropertyGridInterface | |
GetPropertyByNameA(wxPGPropNameStr name) const | wxPropertyGridInterface | |
GetPropertyCategory(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyChoices(wxPGPropArg id) | wxPropertyGridInterface | |
GetPropertyClassName(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyClientData(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyColour(wxPGPropArg id) const | wxPropertyGrid | [inline] |
GetPropertyEditor(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyHelpString(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyImage(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyIndex(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetPropertyLabel(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetPropertyName(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetPropertyParent(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetPropertyRect(const wxPGProperty *p1, const wxPGProperty *p2) const | wxPropertyGrid | |
GetPropertyShortClassName(wxPGPropArg id) | wxPropertyGridInterface | |
GetPropertyTextColour(wxPGPropArg id) const | wxPropertyGrid | |
GetPropertyValue(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetPropertyValueAsArrayInt(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsArrayString(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsBool(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValueAsDouble(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValueAsInt(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsLong(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValueAsLongLong(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsPoint(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsSize(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsString(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValueAsULong(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsULongLong(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
GetPropertyValueAsVoidPtr(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValueAsWxObjectPtr(wxPGPropArg id) const | wxPropertyGridInterface | |
GetPropertyValues(const wxString &listname=wxEmptyString, wxPGProperty *baseparent=NULL, long flags=0) const | wxPropertyGridInterface | [inline] |
GetPropertyValueType(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
GetRoot() const | wxPropertyGrid | [inline] |
GetRowHeight() const | wxPropertyGrid | [inline] |
GetSelectedProperties() const | wxPropertyGridInterface | [inline] |
GetSelectedProperty() const | wxPropertyGrid | [inline] |
GetSelection() const | wxPropertyGrid | [inline] |
GetSelectionBackgroundColour() const | wxPropertyGrid | [inline] |
GetSelectionForegroundColour() const | wxPropertyGrid | [inline] |
GetSortFunction() const | wxPropertyGrid | [inline] |
GetSpacingY() const | wxPropertyGrid | [inline] |
GetSplitterPosition() const | wxPropertyGrid | [inline] |
GetState() const | wxPropertyGridInterface | [inline] |
GetUnspecifiedCommonValue() const | wxPropertyGrid | [inline] |
GetValidationInfo() | wxPropertyGrid | [inline] |
GetVerticalSpacing() const | wxPropertyGrid | [inline] |
GetVIterator(int flags) const | wxPropertyGridInterface | [virtual] |
HandleChildKey(wxKeyEvent &event) | wxPropertyGrid | [protected] |
HandleFocusChange(wxWindow *newFocused) | wxPropertyGrid | [protected] |
HandleKeyEvent(wxKeyEvent &event) | wxPropertyGrid | [protected] |
HandleMouseClick(int x, unsigned int y, wxMouseEvent &event) | wxPropertyGrid | [protected] |
HandleMouseDoubleClick(int x, unsigned int y, wxMouseEvent &event) | wxPropertyGrid | [protected] |
HandleMouseMove(int x, unsigned int y, wxMouseEvent &event) | wxPropertyGrid | [protected] |
HandleMouseRightClick(int x, unsigned int y, wxMouseEvent &event) | wxPropertyGrid | [protected] |
HandleMouseUp(int x, unsigned int y, wxMouseEvent &event) | wxPropertyGrid | [protected] |
HasInternalFlag(long flag) const | wxPropertyGrid | [inline] |
HasSelection() const | wxPropertyGrid | [inline] |
HasVirtualWidth() const | wxPropertyGrid | [inline] |
HideProperty(wxPGPropArg id, bool hide=true, int flags=wxPG_RECURSE) | wxPropertyGridInterface | |
HitTest(const wxPoint &pt) const | wxPropertyGrid | |
ImprovedClientToScreen(int *px, int *py) | wxPropertyGrid | [protected] |
IncFrozen() | wxPropertyGrid | [inline] |
Init1() | wxPropertyGrid | [protected] |
Init2() | wxPropertyGrid | [protected] |
InitAllTypeHandlers() | wxPropertyGridInterface | [inline, static] |
Insert(wxPGPropArg priorThis, wxPGProperty *newproperty) | wxPropertyGridInterface | |
Insert(wxPGPropArg parent, int index, wxPGProperty *newproperty) | wxPropertyGridInterface | |
InsertPropertyChoice(wxPGPropArg id, const wxString &label, int index, int value=wxPG_INVALID_VALUE) | wxPropertyGridInterface | |
IsAnyModified() const | wxPropertyGrid | [inline] |
IsEditorFocused() const | wxPropertyGrid | |
IsEditorsValueModified() const | wxPropertyGrid | [inline] |
IsFrozen() const | wxPropertyGrid | [inline] |
IsMainButtonEvent(const wxEvent &event) | wxPropertyGrid | [inline] |
IsPropertyCategory(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
IsPropertyEnabled(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
IsPropertyExpanded(wxPGPropArg id) const | wxPropertyGridInterface | |
IsPropertyKindOf(wxPGPropArg id, wxClassInfo *info) const | wxPropertyGridInterface | [inline] |
IsPropertyModified(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
IsPropertySelected(wxPGPropArg id) const | wxPropertyGridInterface | [virtual] |
IsPropertyShown(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
IsPropertyUnspecified(wxPGPropArg id) const | wxPropertyGridInterface | [inline] |
KeyEventToAction(wxKeyEvent &event) const | wxPropertyGrid | [inline, protected] |
KeyEventToActions(wxKeyEvent &event, int *pSecond) const | wxPropertyGrid | [protected] |
LimitPropertyEditing(wxPGPropArg id, bool limit=true) | wxPropertyGridInterface | |
m_actionTriggers | wxPropertyGrid | [protected] |
m_arrBgBrushes | wxPropertyGrid | [protected] |
m_arrFgCols | wxPropertyGrid | [protected] |
m_buttonSpacingY | wxPropertyGrid | [protected] |
m_canvas | wxPropertyGrid | [protected] |
m_captionFont | wxPropertyGrid | [protected] |
m_changeInEventValue | wxPropertyGrid | [protected] |
m_chgInfo_baseChangedProperty | wxPropertyGrid | [protected] |
m_chgInfo_changedProperty | wxPropertyGrid | [protected] |
m_chgInfo_pendingValue | wxPropertyGrid | [protected] |
m_chgInfo_valueList | wxPropertyGrid | [protected] |
m_clearThisMany | wxPropertyGrid | [protected] |
m_colCapBack | wxPropertyGrid | [protected] |
m_colCapFore | wxPropertyGrid | [protected] |
m_colDisPropFore | wxPropertyGrid | [protected] |
m_colEmptySpace | wxPropertyGrid | [protected] |
m_colHover | wxPropertyGrid | [protected] |
m_collbmp | wxPropertyGrid | [protected] |
m_colLine | wxPropertyGrid | [protected] |
m_colMargin | wxPropertyGrid | [protected] |
m_coloursCustomized | wxPropertyGrid | [protected] |
m_colPropBack | wxPropertyGrid | [protected] |
m_colPropFore | wxPropertyGrid | [protected] |
m_colSelBack | wxPropertyGrid | [protected] |
m_colSelFore | wxPropertyGrid | [protected] |
m_commonValues | wxPropertyGrid | [protected] |
m_ctrlXAdjust | wxPropertyGrid | [protected] |
m_curcursor | wxPropertyGrid | [protected] |
m_curFocused | wxPropertyGrid | [protected] |
m_cursorSizeWE | wxPropertyGrid | [protected] |
m_cvUnspecified | wxPropertyGrid | [protected] |
m_draggedSplitter | wxPropertyGrid | [protected] |
m_dragOffset | wxPropertyGrid | [protected] |
m_dragStatus | wxPropertyGrid | [protected] |
m_editorFocused | wxPropertyGrid | [protected] |
m_emptyString | wxPropertyGridInterface | [protected] |
m_eventObject | wxPropertyGrid | [protected] |
m_expandbmp | wxPropertyGrid | [protected] |
m_fontHeight | wxPropertyGrid | [protected] |
m_frozen | wxPropertyGrid | [protected] |
m_gutterWidth | wxPropertyGrid | [protected] |
m_height | wxPropertyGrid | [protected] |
m_iconHeight | wxPropertyGrid | [protected] |
m_iconWidth | wxPropertyGrid | [protected] |
m_iFlags | wxPropertyGrid | [protected] |
m_inCommitChangesFromEditor | wxPropertyGrid | [protected] |
m_inDoPropertyChanged | wxPropertyGrid | [protected] |
m_inDoSelectProperty | wxPropertyGrid | [protected] |
m_keyComboConsumed | wxPropertyGrid | [protected] |
m_labelEditor | wxPropertyGrid | [protected] |
m_labelEditorProperty | wxPropertyGrid | [protected] |
m_lineHeight | wxPropertyGrid | [protected] |
m_marginWidth | wxPropertyGrid | [protected] |
m_mouseSide | wxPropertyGrid | [protected] |
m_ncWidth | wxPropertyGrid | [protected] |
m_permanentValidationFailureBehavior | wxPropertyGrid | [protected] |
m_prevTcValue | wxPropertyGrid | [protected] |
m_prevVY | wxPropertyGrid | [protected] |
m_processedEvent | wxPropertyGrid | [protected] |
m_propHover | wxPropertyGrid | [protected] |
m_propHoverY | wxPropertyGrid | [protected] |
m_pState | wxPropertyGridInterface | [protected] |
m_pushButKeyCode | wxPropertyGrid | [protected] |
m_pushButKeyCodeNeedsAlt | wxPropertyGrid | [protected] |
m_pushButKeyCodeNeedsCtrl | wxPropertyGrid | [protected] |
m_selColumn | wxPropertyGrid | [protected] |
m_sortFunction | wxPropertyGrid | [protected] |
m_spacingy | wxPropertyGrid | [protected] |
m_startingSplitterX | wxPropertyGrid | [protected] |
m_subgroup_extramargin | wxPropertyGrid | [protected] |
m_timeCreated | wxPropertyGrid | [protected] |
m_tlp | wxPropertyGrid | [protected] |
m_tlpClosed | wxPropertyGrid | [protected] |
m_tlpClosedTime | wxPropertyGrid | [protected] |
m_validationInfo | wxPropertyGrid | [protected] |
m_visPropArray | wxPropertyGrid | [protected] |
m_vspacing | wxPropertyGrid | [protected] |
m_width | wxPropertyGrid | [protected] |
m_windowsToDelete | wxPropertyGrid | [protected] |
m_wndEditor | wxPropertyGrid | [protected] |
m_wndEditor2 | wxPropertyGrid | [protected] |
m_wndSecId | wxPropertyGrid | [protected] |
MakeColumnEditable(unsigned int column, bool editable=true) | wxPropertyGrid | |
NamesToProperties(wxArrayPGProperty *properties, const wxArrayString &names) const | wxPropertyGridInterface | |
OnCaptureChange(wxMouseCaptureChangedEvent &event) | wxPropertyGrid | [protected] |
OnChildFocusEvent(wxChildFocusEvent &event) | wxPropertyGrid | [protected] |
OnChildKeyDown(wxKeyEvent &event) | wxPropertyGrid | [protected] |
OnChildKeyUp(wxKeyEvent &event) | wxPropertyGrid | [protected] |
OnComboItemPaint(wxPGCustomComboControl *pCb, int item, wxDC &dc, wxRect &rect, int flags) | wxPropertyGrid | |
OnCustomEditorEvent(wxCommandEvent &event) | wxPropertyGrid | |
OnFocusEvent(wxFocusEvent &event) | wxPropertyGrid | [protected] |
OnIdle(wxIdleEvent &event) | wxPropertyGrid | [protected] |
OnKey(wxKeyEvent &event) | wxPropertyGrid | [protected] |
OnKeyUp(wxKeyEvent &event) | wxPropertyGrid | [protected] |
OnLabelEditorEnterPress(wxCommandEvent &event) | wxPropertyGrid | [protected] |
OnLabelEditorKeyPress(wxKeyEvent &event) | wxPropertyGrid | [protected] |
OnMouseChildCommon(wxMouseEvent &event, int *px, int *py) | wxPropertyGrid | [protected] |
OnMouseClick(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseClickChild(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseCommon(wxMouseEvent &event, int *px, int *py) | wxPropertyGrid | [protected] |
OnMouseDoubleClick(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseEntry(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseMove(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseMoveBottom(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseMoveChild(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseRightClick(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseRightClickChild(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseUp(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnMouseUpChild(wxMouseEvent &event) | wxPropertyGrid | [protected] |
OnNavigationKey(wxNavigationKeyEvent &event) | wxPropertyGrid | [protected] |
OnPaint(wxPaintEvent &event) | wxPropertyGrid | [protected] |
OnResize(wxSizeEvent &event) | wxPropertyGrid | [protected] |
OnScrollEvent(wxScrollWinEvent &event) | wxPropertyGrid | [protected] |
OnSysColourChanged(wxSysColourChangedEvent &event) | wxPropertyGrid | [protected] |
OnTLPChanging(wxWindow *newTLP) | wxPropertyGrid | |
OnTLPClose(wxCloseEvent &event) | wxPropertyGrid | [protected] |
OnValidationFailure(wxPGProperty *property, wxVariant &invalidValue) | wxPropertyGrid | |
OnValidationFailureReset(wxPGProperty *property) | wxPropertyGrid | [inline] |
PageState enum value | wxPropertyGridInterface | |
PerformValidation(wxPGProperty *p, wxVariant &pendingValue) | wxPropertyGrid | [virtual] |
PrepareAfterItemsAdded() | wxPropertyGrid | [protected] |
ProcessEvent(wxEvent &event) | wxPropertyGrid | [protected, virtual] |
PropertiesToNames(wxArrayString *names, const wxArrayPGProperty &properties) const | wxPropertyGridInterface | |
RecalculateVirtualSize(int forceXPos=-1) | wxPropertyGrid | [protected] |
Refresh(bool eraseBackground=true, const wxRect *rect=(const wxRect *) NULL) | wxPropertyGrid | [virtual] |
RefreshEditor() | wxPropertyGrid | |
RefreshGrid(wxPropertyGridState *state=NULL) | wxPropertyGridInterface | [virtual] |
RefreshProperty(wxPGProperty *p) | wxPropertyGrid | [virtual] |
RegainColours() | wxPropertyGrid | [protected] |
RegisterAdditionalEditors() | wxPropertyGridInterface | [inline, static] |
RegisterDefaultEditors() | wxPropertyGrid | [protected, static] |
RegisterEditorClass(wxPGEditor *editor, const wxString &name, bool noDefCheck=false) | wxPropertyGrid | [static] |
RemoveFromSelection(wxPGPropArg id) | wxPropertyGrid | [inline] |
RemoveProperty(wxPGPropArg id) | wxPropertyGridInterface | |
Reparent(wxWindowBase *newParent) | wxPropertyGrid | [virtual] |
ReplaceProperty(wxPGPropArg id, wxPGProperty *property) | wxPropertyGridInterface | |
ResetColours() | wxPropertyGrid | |
RestoreEditableState(const wxString &src, int restoreStates=AllStates) | wxPropertyGridInterface | |
SaveEditableState(int includedStates=AllStates) const | wxPropertyGridInterface | |
ScrollPosState enum value | wxPropertyGridInterface | |
SelectionState enum value | wxPropertyGridInterface | |
SelectProperty(wxPGPropArg id, bool focus=false) | wxPropertyGrid | [inline] |
SendEvent(int eventType, wxPGProperty *p, wxVariant *pValue=NULL, unsigned int selFlags=wxPG_SEL_NOVALIDATE, unsigned int column=1) | wxPropertyGrid | [protected] |
SendNavigationKeyEvent(int dir) | wxPropertyGrid | |
SetBackgroundColourIndex(wxPGProperty *p, int index) | wxPropertyGrid | [protected] |
SetBoolChoices(const wxString &true_choice, const wxString &false_choice) | wxPropertyGridInterface | [static] |
SetButtonShortcut(int keycode, bool ctrlDown=false, bool altDown=false) | wxPropertyGrid | |
SetCaptionBackgroundColour(const wxColour &col) | wxPropertyGrid | |
SetCaptionForegroundColour(const wxColour &col) | wxPropertyGrid | |
SetCaptionTextColour(wxPGPropArg id, const wxColour &col) | wxPropertyGrid | |
SetCellBackgroundColour(const wxColour &col) | wxPropertyGrid | |
SetCellDisabledTextColour(const wxColour &col) | wxPropertyGrid | |
SetCellTextColour(const wxColour &col) | wxPropertyGrid | |
SetColumnCount(int colCount) | wxPropertyGrid | [inline] |
SetCurControlBoldFont() | wxPropertyGrid | |
SetCurrentCategory(wxPGPropArg id) | wxPropertyGrid | [inline] |
SetEditableStateItem(const wxString &name, wxVariant value) | wxPropertyGridInterface | [inline, protected, virtual] |
SetEmptySpaceColour(const wxColour &col) | wxPropertyGrid | |
SetExpandedProperties(const wxArrayPGProperty &array, bool expand=true) | wxPropertyGridInterface | [inline] |
SetExtraStyle(long exStyle) | wxPropertyGrid | [virtual] |
SetFocusOnCanvas() | wxPropertyGrid | [inline, protected] |
SetFont(const wxFont &font) | wxPropertyGrid | [virtual] |
SetInternalFlag(long flag) | wxPropertyGrid | [inline] |
SetLineColour(const wxColour &col) | wxPropertyGrid | |
SetMarginColour(const wxColour &col) | wxPropertyGrid | |
SetPropertiesFlag(const wxArrayPGProperty &srcArr, wxPGProperty::FlagType flags, bool inverse=false) | wxPropertyGridInterface | |
SetPropertyAttribute(wxPGPropArg id, const wxString &attrName, wxVariant value, long argFlags=0) | wxPropertyGridInterface | [inline] |
SetPropertyAttributeAll(const wxString &attrName, wxVariant value) | wxPropertyGrid | |
SetPropertyAttributes(wxPGPropArg id, const wxPGAttributeStorage &attributes) | wxPropertyGridInterface | [inline] |
SetPropertyBackgroundColour(wxPGPropArg id, const wxColour &col) | wxPropertyGrid | |
SetPropertyCell(wxPGPropArg id, int column, const wxString &text=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxColour &fgCol=wxNullColour, const wxColour &bgCol=wxNullColour) | wxPropertyGridInterface | [inline] |
SetPropertyChoices(wxPGPropArg id, wxPGChoices &choices) | wxPropertyGridInterface | [inline] |
SetPropertyChoicesExclusive(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
SetPropertyClientData(wxPGPropArg id, wxPGProperty::ClientDataType clientData) | wxPropertyGridInterface | [inline] |
SetPropertyColourToDefault(wxPGPropArg id) | wxPropertyGrid | |
SetPropertyEditor(wxPGPropArg id, const wxPGEditor *editor) | wxPropertyGridInterface | [inline] |
SetPropertyEditor(wxPGPropArg id, const wxString &editorName) | wxPropertyGridInterface | [inline] |
SetPropertyHelpString(wxPGPropArg id, const wxString &helpString) | wxPropertyGridInterface | [inline] |
SetPropertyImage(wxPGPropArg id, wxBitmap &bmp) | wxPropertyGridInterface | [inline] |
SetPropertyLabel(wxPGPropArg id, const wxString &newproplabel) | wxPropertyGridInterface | |
SetPropertyMaxLength(wxPGPropArg id, int maxLen) | wxPropertyGridInterface | |
SetPropertyName(wxPGPropArg id, const wxString &newname) | wxPropertyGrid | [inline] |
SetPropertyReadOnly(wxPGPropArg id, bool set=true, int flags=wxPG_RECURSE) | wxPropertyGridInterface | [inline] |
SetPropertyTextColour(wxPGPropArg id, const wxColour &col) | wxPropertyGrid | |
SetPropertyValue(wxPGPropArg id, int value) | wxPropertyGridInterface | [inline] |
SetPropertyValue(wxPGPropArg id, const wxChar *value) | wxPropertyGridInterface | [inline] |
SetPropertyValue(wxPGPropArg id, void *value) | wxPropertyGridInterface | [inline] |
SetPropertyValue(wxPGPropArg id, wxObject &value) | wxPropertyGridInterface | [inline] |
SetPropertyValue(wxPGPropArg id, wxVariant value) | wxPropertyGridInterface | [inline] |
SetPropertyValueArrint2(wxPGPropArg id, const wxArrayInt &value) | wxPropertyGridInterface | [inline] |
SetPropertyValueArrstr2(wxPGPropArg id, const wxArrayString &value) | wxPropertyGridInterface | [inline] |
SetPropertyValueBool(wxPGPropArg id, bool value) | wxPropertyGridInterface | [inline] |
SetPropertyValueDouble(wxPGPropArg id, double value) | wxPropertyGridInterface | [inline] |
SetPropertyValueLong(wxPGPropArg id, long value) | wxPropertyGridInterface | [inline] |
SetPropertyValueLongLong(wxPGPropArg id, wxLongLong_t value) | wxPropertyGridInterface | [inline] |
SetPropertyValuePoint(wxPGPropArg id, const wxPoint &value) | wxPropertyGridInterface | [inline] |
SetPropertyValues(const wxVariantList &list, wxPGPropArg defaultCategory=wxNullProperty) | wxPropertyGridInterface | [inline] |
SetPropertyValues(const wxVariant &list, wxPGPropArg defaultCategory=wxNullProperty) | wxPropertyGridInterface | [inline] |
SetPropertyValueSize(wxPGPropArg id, const wxSize &value) | wxPropertyGridInterface | [inline] |
SetPropertyValueString(wxPGPropArg id, const wxString &value) | wxPropertyGridInterface | |
SetPropertyValueULongLong(wxPGPropArg id, wxULongLong_t value) | wxPropertyGridInterface | [inline] |
SetPropertyValueUnspecified(wxPGPropArg id) | wxPropertyGridInterface | [inline] |
SetPropertyValueWxObjectPtr(wxPGPropArg id, wxObject *value) | wxPropertyGridInterface | [inline] |
SetPropVal(wxPGPropArg id, wxVariant &value) | wxPropertyGridInterface | |
SetSelection(const wxArrayPGProperty &newSelection) | wxPropertyGrid | [inline] |
SetSelectionBackground(const wxColour &col) | wxPropertyGrid | |
SetSelectionForeground(const wxColour &col) | wxPropertyGrid | |
SetSortFunction(wxPGSortCallback sortFunction) | wxPropertyGrid | [inline] |
SetSplitterLeft(bool subProps=false) | wxPropertyGrid | [inline] |
SetSplitterPosition(int newxpos, bool refresh=true) | wxPropertyGrid | [inline] |
SetTextColourIndex(wxPGProperty *p, int index, int flags) | wxPropertyGrid | [protected] |
SetUnspecifiedCommonValue(int index) | wxPropertyGrid | [inline] |
SetupEventHandling(wxWindow *wnd, int id) | wxPropertyGrid | [protected] |
SetupTextCtrlValue(const wxString text) | wxPropertyGrid | [inline] |
SetValidationFailureBehavior(int vfbFlags) | wxPropertyGridInterface | |
SetVerticalSpacing(int vspacing) | wxPropertyGrid | [inline] |
SetVirtualWidth(int width) | wxPropertyGrid | |
SetWindowStyleFlag(long style) | wxPropertyGrid | [virtual] |
ShowPropertyError(wxPGPropArg id, const wxString &msg) | wxPropertyGrid | [inline] |
Sort() | wxPropertyGrid | |
Sort(wxPGPropArg id) | wxPropertyGrid | |
SplitterPosState enum value | wxPropertyGridInterface | |
SwitchState(wxPropertyGridState *pNewState) | wxPropertyGrid | |
Thaw() | wxPropertyGrid | [virtual] |
UnfocusEditor() | wxPropertyGrid | |
ValueChangeInEvent(wxVariant variant) | wxPropertyGrid | [inline] |
WasValueChangedInEvent() const | wxPropertyGrid | [inline] |
wxPGCanvas class | wxPropertyGrid | [friend] |
wxPropertyGrid() | wxPropertyGrid | |
wxPropertyGrid(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxPG_DEFAULT_STYLE, const wxChar *name=wxPropertyGridNameStr) | wxPropertyGrid | |
wxPropertyGridInterface class | wxPropertyGrid | [friend] |
wxPropertyGridManager class | wxPropertyGrid | [friend] |
wxPropertyGridState class | wxPropertyGrid | [friend] |
~wxPropertyGrid() | wxPropertyGrid | [virtual] |
~wxPropertyGridInterface() | wxPropertyGridInterface | [inline, virtual] |