2 % automatically generated by HelpGen from
3 % grid.h at 11/May/00 18:30:18
7 \section{\class{wxGridCellWorker
}}\label{wxgridcellworker
}
11 wxGridCellWorker: common base class for wxGridCellRenderer and
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
17 \wxheading{Derived from
}
21 \wxheading{Data structures
}
23 \latexignore{\rtfignore{\wxheading{Members
}}}
26 \membersection{wxGridCellWorker::wxGridCellWorker
}\label{wxgridcellworkerwxgridcellworker
}
28 \func{}{wxGridCellWorker
}{\void}
31 \membersection{wxGridCellWorker::IncRef
}\label{wxgridcellworkerincref
}
33 \func{void
}{IncRef
}{\void}
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
40 \membersection{wxGridCellWorker::DecRef
}\label{wxgridcellworkerdecref
}
42 \func{void
}{DecRef
}{\void}
45 \membersection{wxGridCellWorker::SetParameters
}\label{wxgridcellworkersetparameters
}
47 \func{void
}{SetParameters
}{\param{const wxString\&
}{params
}}
49 interpret renderer parameters: arbitrary string whose interpretatin is
50 left to the derived classes
53 \membersection{wxGridCellWorker::
\destruct{wxGridCellWorker
}}\label{wxgridcellworkerdtor
}
55 \func{}{\destruct{wxGridCellWorker
}}{\void}
57 virtual dtor for any base class - private because only DecRef() can