2000-08-08 06:11:51 +00:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen from
|
|
|
|
% grid.h at 11/May/00 18:30:18
|
|
|
|
%
|
|
|
|
|
|
|
|
\section{\class{wxGridCellWorker}}\label{wxgridcellworker}
|
|
|
|
|
2000-09-10 19:01:03 +00:00
|
|
|
This is the common base class for wxGridCellRenderer and
|
|
|
|
wxGridCellEditor.
|
2000-08-08 06:11:51 +00:00
|
|
|
|
|
|
|
NB: this is more an implementation convenience than a design issue, so this
|
2000-09-10 19:01:03 +00:00
|
|
|
class is not documented and is not public at all.
|
2000-08-08 06:11:51 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
No base class
|
|
|
|
|
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxGridCellWorker::wxGridCellWorker}\label{wxgridcellworkerwxgridcellworker}
|
|
|
|
|
|
|
|
\func{}{wxGridCellWorker}{\void}
|
|
|
|
|
|
|
|
\membersection{wxGridCellWorker::IncRef}\label{wxgridcellworkerincref}
|
|
|
|
|
|
|
|
\func{void}{IncRef}{\void}
|
|
|
|
|
|
|
|
this class is ref counted: it is created with ref count of 1, so
|
|
|
|
calling DecRef() once will delete it. Calling IncRef() allows to lock
|
|
|
|
it until the matching DecRef() is called
|
|
|
|
|
|
|
|
\membersection{wxGridCellWorker::DecRef}\label{wxgridcellworkerdecref}
|
|
|
|
|
|
|
|
\func{void}{DecRef}{\void}
|
|
|
|
|
|
|
|
\membersection{wxGridCellWorker::SetParameters}\label{wxgridcellworkersetparameters}
|
|
|
|
|
|
|
|
\func{void}{SetParameters}{\param{const wxString\& }{params}}
|
|
|
|
|
2000-09-10 19:01:03 +00:00
|
|
|
Interpret renderer parameters: arbitrary string whose interpretation is
|
|
|
|
left to the derived classes.
|
2000-08-08 06:11:51 +00:00
|
|
|
|
|
|
|
\membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
|
|
|
|
|
|
|
|
\func{}{\destruct{wxGridCellWorker}}{\void}
|
|
|
|
|
2000-09-10 19:01:03 +00:00
|
|
|
Virtual dtor for any base class - private because only DecRef() can
|
|
|
|
delete us.
|
2000-08-08 06:11:51 +00:00
|
|
|
|