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