2 % automatically generated by HelpGen from
3 % grid.h at 11/May/00 18:30:18
6 \section{\class{wxGridCellWorker
}}\label{wxgridcellworker
}
8 This is the common base class for wxGridCellRenderer and
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.
14 \wxheading{Derived from
}
18 \wxheading{Data structures
}
20 \latexignore{\rtfignore{\wxheading{Members
}}}
22 \membersection{wxGridCellWorker::wxGridCellWorker
}\label{wxgridcellworkerwxgridcellworker
}
24 \func{}{wxGridCellWorker
}{\void}
26 \membersection{wxGridCellWorker::IncRef
}\label{wxgridcellworkerincref
}
28 \func{void
}{IncRef
}{\void}
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
34 \membersection{wxGridCellWorker::DecRef
}\label{wxgridcellworkerdecref
}
36 \func{void
}{DecRef
}{\void}
38 \membersection{wxGridCellWorker::SetParameters
}\label{wxgridcellworkersetparameters
}
40 \func{void
}{SetParameters
}{\param{const wxString\&
}{params
}}
42 Interpret renderer parameters: arbitrary string whose interpretation is
43 left to the derived classes.
45 \membersection{wxGridCellWorker::
\destruct{wxGridCellWorker
}}\label{wxgridcellworkerdtor
}
47 \func{}{\destruct{wxGridCellWorker
}}{\void}
49 Virtual dtor for any base class - private because only DecRef() can