]>
Commit | Line | Data |
---|---|---|
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 |
8 | This is the common base class for wxGridCellRenderer and |
9 | wxGridCellEditor. | |
3ca6a5f0 | 10 | |
3ca6a5f0 | 11 | NB: this is more an implementation convenience than a design issue, so this |
2eebb742 | 12 | class is not documented and is not public at all. |
3ca6a5f0 BP |
13 | |
14 | \wxheading{Derived from} | |
15 | ||
16 | No 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 | ||
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 | ||
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 |
42 | Interpret renderer parameters: arbitrary string whose interpretation is |
43 | left to the derived classes. | |
3ca6a5f0 BP |
44 | |
45 | \membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor} | |
46 | ||
47 | \func{}{\destruct{wxGridCellWorker}}{\void} | |
48 | ||
2eebb742 JS |
49 | Virtual dtor for any base class - private because only DecRef() can |
50 | delete us. | |
3ca6a5f0 | 51 |