]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/gridwork.tex
added wxEXPLICIT macro
[wxWidgets.git] / docs / latex / wx / gridwork.tex
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
8 This is the common base class for wxGridCellRenderer and
9 wxGridCellEditor.
10
11 NB: this is more an implementation convenience than a design issue, so this
12 class is not documented and is not public at all.
13
14 \wxheading{Derived from}
15
16 No 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
30 this class is ref counted: it is created with ref count of 1, so
31 calling DecRef() once will delete it. Calling IncRef() allows to lock
32 it 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
42 Interpret renderer parameters: arbitrary string whose interpretation is
43 left to the derived classes.
44
45 \membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
46
47 \func{}{\destruct{wxGridCellWorker}}{\void}
48
49 Virtual dtor for any base class - private because only DecRef() can
50 delete us.
51