]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/gridwork.tex
Cleaned up SetMenuStrings, factoring out redo and undo label accessors at the same...
[wxWidgets.git] / docs / latex / wx / gridwork.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% grid.h at 11/May/00 18:30:18
4%
5
6\section{\class{wxGridCellWorker}}\label{wxgridcellworker}
7
8This is the common base class for wxGridCellRenderer and
9wxGridCellEditor.
10
11NB: this is more an implementation convenience than a design issue, so this
12class is not documented and is not public at all.
13
14\wxheading{Derived from}
15
16No base class
17
18\wxheading{Data structures}
19
20\latexignore{\rtfignore{\wxheading{Members}}}
21
22\membersection{wxGridCellWorker::wxGridCellWorker}\label{wxgridcellworkerwxgridcellworker}
23
24\func{}{wxGridCellWorker}{\void}
25
26\membersection{wxGridCellWorker::IncRef}\label{wxgridcellworkerincref}
27
28\func{void}{IncRef}{\void}
29
30this class is ref counted: it is created with ref count of 1, so
31calling DecRef() once will delete it. Calling IncRef() allows to lock
32it until the matching DecRef() is called
33
34\membersection{wxGridCellWorker::DecRef}\label{wxgridcellworkerdecref}
35
36\func{void}{DecRef}{\void}
37
38\membersection{wxGridCellWorker::SetParameters}\label{wxgridcellworkersetparameters}
39
40\func{void}{SetParameters}{\param{const wxString\& }{params}}
41
42Interpret renderer parameters: arbitrary string whose interpretation is
43left to the derived classes.
44
45\membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
46
47\func{}{\destruct{wxGridCellWorker}}{\void}
48
49Virtual dtor for any base class - private because only DecRef() can
50delete us.
51