]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/gridwork.tex
Added wxHtmlPrintout::AddFilter so the same filters used for
[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
3ca6a5f0
BP
6\section{\class{wxGridCellWorker}}\label{wxgridcellworker}
7
2eebb742
JS
8This is the common base class for wxGridCellRenderer and
9wxGridCellEditor.
3ca6a5f0 10
3ca6a5f0 11NB: this is more an implementation convenience than a design issue, so this
2eebb742 12class is not documented and is not public at all.
3ca6a5f0
BP
13
14\wxheading{Derived from}
15
16No base class
17
18\wxheading{Data structures}
19
20\latexignore{\rtfignore{\wxheading{Members}}}
21
3ca6a5f0
BP
22\membersection{wxGridCellWorker::wxGridCellWorker}\label{wxgridcellworkerwxgridcellworker}
23
24\func{}{wxGridCellWorker}{\void}
25
3ca6a5f0
BP
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
3ca6a5f0
BP
34\membersection{wxGridCellWorker::DecRef}\label{wxgridcellworkerdecref}
35
36\func{void}{DecRef}{\void}
37
3ca6a5f0
BP
38\membersection{wxGridCellWorker::SetParameters}\label{wxgridcellworkersetparameters}
39
40\func{void}{SetParameters}{\param{const wxString\& }{params}}
41
2eebb742
JS
42Interpret renderer parameters: arbitrary string whose interpretation is
43left to the derived classes.
3ca6a5f0
BP
44
45\membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor}
46
47\func{}{\destruct{wxGridCellWorker}}{\void}
48
2eebb742
JS
49Virtual dtor for any base class - private because only DecRef() can
50delete us.
3ca6a5f0 51