This class may be used to format floating point data in a cell.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellRenderer, wxGridCellNumberRenderer, wxGridCellStringRenderer,
wxGridCellBoolRenderer
wxGridCellFloatRenderer(int width = -1, int precision = -1);
/**
- Returns the precision ( see @ref constr() wxGridCellFloatRenderer ).
+ Returns the precision.
*/
int GetPrecision() const;
/**
- Returns the width ( see @ref constr() wxGridCellFloatRenderer ).
+ Returns the width.
*/
int GetWidth() const;
void SetParameters(const wxString& params);
/**
- Sets the precision ( see @ref constr() wxGridCellFloatRenderer ).
+ Sets the precision.
*/
void SetPrecision(int precision);
/**
- Sets the width ( see @ref constr() wxGridCellFloatRenderer )
+ Sets the width.
*/
void SetWidth(int width);
};
Grid table classes.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridTableBase : public wxObject
{
even for the entire grid.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellTextEditor, wxGridCellFloatEditor, wxGridCellBoolEditor,
wxGridCellNumberEditor, wxGridCellChoiceEditor
The editor for string/text data.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellEditor, wxGridCellFloatEditor, wxGridCellBoolEditor,
wxGridCellNumberEditor, wxGridCellChoiceEditor
for string cells.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellRenderer, wxGridCellNumberRenderer, wxGridCellFloatRenderer,
wxGridCellBoolRenderer
The editor for string data allowing to choose from a list of strings.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellEditor, wxGridCellFloatEditor, wxGridCellBoolEditor,
wxGridCellTextEditor, wxGridCellNumberEditor
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridEditorCreatedEvent : public wxCommandEvent
{
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridRangeSelectEvent : public wxNotifyEvent
{
predefined derived classes or derive your own class from it.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellStringRenderer, wxGridCellNumberRenderer,
wxGridCellFloatRenderer, wxGridCellBoolRenderer
The editor for numeric integer data.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellEditor, wxGridCellFloatEditor, wxGridCellBoolEditor,
wxGridCellTextEditor, wxGridCellChoiceEditor
This event class contains information about a row/column resize event.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridSizeEvent : public wxNotifyEvent
{
This class may be used to format integer data in a cell.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellRenderer, wxGridCellStringRenderer, wxGridCellFloatRenderer,
wxGridCellBoolRenderer
class may be returned by wxGridTableBase::GetAttr.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridCellAttr
{
for string cells.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellRenderer, wxGridCellStringRenderer, wxGridCellFloatRenderer,
wxGridCellNumberRenderer
This event class contains information about various grid events.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridEvent : public wxNotifyEvent
{
The editor for floating point numbers data.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellEditor, wxGridCellNumberEditor, wxGridCellBoolEditor,
wxGridCellTextEditor, wxGridCellChoiceEditor
The editor for boolean data.
@library{wxadv}
- @category{FIXME}
+ @category{grid}
@see wxGridCellEditor, wxGridCellFloatEditor, wxGridCellNumberEditor,
wxGridCellTextEditor, wxGridCellChoiceEditor
because you don't risk not to call the latter (due to an exception for example).
@library{wxadv}
- @category{FIXME}
+ @category{grid}
*/
class wxGridUpdateLocker
{