]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen $Revision$ from | |
3 | % controlbar.h at 21/Jan/02 21:14:13 | |
4 | % | |
5 | ||
6 | ||
7 | \section{\class{cbUpdateMgrData}}\label{cbupdatemgrdata} | |
8 | ||
9 | ||
10 | A structure that is present in each item of layout, | |
11 | used by any particular updates-manager to store | |
12 | auxiliary information to be used by its updating algorithm. | |
13 | ||
14 | \wxheading{Derived from} | |
15 | ||
16 | \helpref{wxObject}{wxobject} | |
17 | ||
18 | \wxheading{Include files} | |
19 | ||
20 | <wx/fl/controlbar.h> | |
21 | ||
22 | \wxheading{Data structures} | |
23 | ||
24 | \latexignore{\rtfignore{\wxheading{Members}}} | |
25 | ||
26 | ||
27 | \membersection{cbUpdateMgrData::cbUpdateMgrData}\label{cbupdatemgrdatacbupdatemgrdata} | |
28 | ||
29 | \func{}{cbUpdateMgrData}{\void} | |
30 | ||
31 | Default constructor. Is-dirty flag is set TRUE initially. | |
32 | ||
33 | ||
34 | \membersection{cbUpdateMgrData::IsDirty}\label{cbupdatemgrdataisdirty} | |
35 | ||
36 | \func{bool}{IsDirty}{\void} | |
37 | ||
38 | Returns the is-dirty flag. | |
39 | ||
40 | ||
41 | \membersection{cbUpdateMgrData::SetCustomData}\label{cbupdatemgrdatasetcustomdata} | |
42 | ||
43 | \func{void}{SetCustomData}{\param{wxObject* }{pCustomData}} | |
44 | ||
45 | Set custom data. | |
46 | ||
47 | ||
48 | \membersection{cbUpdateMgrData::SetDirty}\label{cbupdatemgrdatasetdirty} | |
49 | ||
50 | \func{void}{SetDirty}{\param{bool }{isDirty = TRUE}} | |
51 | ||
52 | Set the dirty flag. | |
53 | ||
54 | ||
55 | \membersection{cbUpdateMgrData::StoreItemState}\label{cbupdatemgrdatastoreitemstate} | |
56 | ||
57 | \func{void}{StoreItemState}{\param{const wxRect\& }{boundsInParent}} | |
58 | ||
59 | Store the item state. | |
60 |