]>
Commit | Line | Data |
---|---|---|
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 | ||
11 | wxGridCellWorker: common base class for wxGridCellRenderer and | |
12 | wxGridCellEditor | |
13 | NB: this is more an implementation convenience than a design issue, so this | |
14 | class is not documented and is not public at all | |
15 | ||
16 | ||
17 | \wxheading{Derived from} | |
18 | ||
19 | No 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 | ||
35 | this class is ref counted: it is created with ref count of 1, so | |
36 | calling DecRef() once will delete it. Calling IncRef() allows to lock | |
37 | it 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 | ||
49 | interpret renderer parameters: arbitrary string whose interpretatin is | |
50 | left to the derived classes | |
51 | ||
52 | ||
53 | \membersection{wxGridCellWorker::\destruct{wxGridCellWorker}}\label{wxgridcellworkerdtor} | |
54 | ||
55 | \func{}{\destruct{wxGridCellWorker}}{\void} | |
56 | ||
57 | virtual dtor for any base class - private because only DecRef() can | |
58 | delete us | |
59 |