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