Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
bool | IsCreated () |
abstract void | Reset () |
abstract string | GetValue () |
Static Public Member Functions | |
static | extern (C) private void staticDoCreate(GridCellEditor obj |
static | extern (C) private void staticSetSize(GridCellEditor obj |
static | extern (C) private bool staticDoEndEdit(GridCellEditor obj |
static | extern (C) private void staticReset(GridCellEditor obj) |
static | extern (C) private bool staticDoIsAcceptedKey(GridCellEditor obj |
static | extern (C) private string staticGetValue(GridCellEditor obj) |
Public Attributes | |
static IntPtr | parent |
static IntPtr int | id |
static int | row |
static int int | col |
Protected Member Functions | |
override void | dtor () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from GridCellWorker.
Reimplemented in GridCellTextEditor, GridCellNumberEditor, GridCellFloatEditor, GridCellBoolEditor, GridCellChoiceEditor, GridCellEnumEditor, and GridCellAutoWrapStringEditor.
this | ( | ) |
Reimplemented from GridCellWorker.
Reimplemented in GridCellTextEditor, GridCellNumberEditor, GridCellFloatEditor, GridCellBoolEditor, GridCellChoiceEditor, GridCellEnumEditor, and GridCellAutoWrapStringEditor.
override void dtor | ( | ) | [protected] |
Reimplemented from GridCellWorker.
Reimplemented in GridCellTextEditor, GridCellNumberEditor, GridCellFloatEditor, GridCellBoolEditor, GridCellChoiceEditor, and GridCellAutoWrapStringEditor.
bool IsCreated | ( | ) |
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
static extern | ( | C | ) | [static] |
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
static extern | ( | C | ) | [static] |
abstract void Reset | ( | ) | [pure virtual] |
Implemented in GridCellTextEditor, GridCellNumberEditor, GridCellFloatEditor, GridCellBoolEditor, and GridCellChoiceEditor.
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
static extern | ( | C | ) | [static] |
Reimplemented from wxObject.
abstract string GetValue | ( | ) | [pure virtual] |
Implemented in GridCellTextEditor, GridCellNumberEditor, GridCellFloatEditor, GridCellBoolEditor, and GridCellChoiceEditor.
IntPtr parent |
IntPtr int id |
int row |
int int col |