]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
4cbc57f0 | 3 | % updatesmgr.h at 21/Jan/02 21:14:18 |
499b2ed8 JS |
4 | % |
5 | ||
6 | ||
7 | \section{\class{cbSimpleUpdatesMgr}}\label{cbsimpleupdatesmgr} | |
8 | ||
9 | ||
4cbc57f0 JS |
10 | This class implements slightly optimized logic for refreshing |
11 | the areas of frame layout that actually need to be updated. | |
12 | ||
499b2ed8 JS |
13 | \wxheading{Derived from} |
14 | ||
15 | \helpref{cbUpdatesManagerBase}{cbupdatesmanagerbase} | |
16 | ||
4cbc57f0 JS |
17 | \wxheading{Include files} |
18 | ||
6e8515a3 | 19 | <wx/fl/updatesmgr.h> |
4cbc57f0 | 20 | |
499b2ed8 JS |
21 | \wxheading{Data structures} |
22 | ||
23 | \latexignore{\rtfignore{\wxheading{Members}}} | |
24 | ||
25 | ||
26 | \membersection{cbSimpleUpdatesMgr::cbSimpleUpdatesMgr}\label{cbsimpleupdatesmgrcbsimpleupdatesmgr} | |
27 | ||
28 | \func{}{cbSimpleUpdatesMgr}{\void} | |
29 | ||
4cbc57f0 JS |
30 | Default constructor. |
31 | ||
499b2ed8 JS |
32 | |
33 | \func{}{cbSimpleUpdatesMgr}{\param{wxFrameLayout* }{pPanel}} | |
34 | ||
4cbc57f0 JS |
35 | Constructor taking frame layout panel. |
36 | ||
499b2ed8 JS |
37 | |
38 | \membersection{cbSimpleUpdatesMgr::OnBarWillChange}\label{cbsimpleupdatesmgronbarwillchange} | |
39 | ||
40 | \func{void}{OnBarWillChange}{\param{cbBarInfo* }{pBar}, \param{cbRowInfo* }{pInRow}, \param{cbDockPane* }{pInPane}} | |
41 | ||
4cbc57f0 JS |
42 | Notification received from Frame Layout in the order in which |
43 | they would usually be invoked. | |
44 | ||
499b2ed8 JS |
45 | |
46 | \membersection{cbSimpleUpdatesMgr::OnFinishChanges}\label{cbsimpleupdatesmgronfinishchanges} | |
47 | ||
48 | \func{void}{OnFinishChanges}{\void} | |
49 | ||
4cbc57f0 JS |
50 | Notification received from Frame Layout in the order in which |
51 | they would usually be invoked. | |
52 | ||
499b2ed8 JS |
53 | |
54 | \membersection{cbSimpleUpdatesMgr::OnPaneMarginsWillChange}\label{cbsimpleupdatesmgronpanemarginswillchange} | |
55 | ||
56 | \func{void}{OnPaneMarginsWillChange}{\param{cbDockPane* }{pPane}} | |
57 | ||
4cbc57f0 JS |
58 | Notification received from Frame Layout in the order in which |
59 | they would usually be invoked. | |
60 | ||
499b2ed8 JS |
61 | |
62 | \membersection{cbSimpleUpdatesMgr::OnPaneWillChange}\label{cbsimpleupdatesmgronpanewillchange} | |
63 | ||
64 | \func{void}{OnPaneWillChange}{\param{cbDockPane* }{pPane}} | |
65 | ||
4cbc57f0 JS |
66 | Notification received from Frame Layout in the order in which |
67 | they would usually be invoked. | |
68 | ||
499b2ed8 JS |
69 | |
70 | \membersection{cbSimpleUpdatesMgr::OnRowWillChange}\label{cbsimpleupdatesmgronrowwillchange} | |
71 | ||
72 | \func{void}{OnRowWillChange}{\param{cbRowInfo* }{pRow}, \param{cbDockPane* }{pInPane}} | |
73 | ||
4cbc57f0 JS |
74 | Notification received from Frame Layout in the order in which |
75 | they would usually be invoked. | |
76 | ||
499b2ed8 JS |
77 | |
78 | \membersection{cbSimpleUpdatesMgr::OnStartChanges}\label{cbsimpleupdatesmgronstartchanges} | |
79 | ||
80 | \func{void}{OnStartChanges}{\void} | |
81 | ||
4cbc57f0 JS |
82 | Notification received from Frame Layout in the order in which |
83 | they would usually be invoked. | |
499b2ed8 JS |
84 | |
85 | ||
86 | \membersection{cbSimpleUpdatesMgr::UpdateNow}\label{cbsimpleupdatesmgrupdatenow} | |
87 | ||
88 | \func{void}{UpdateNow}{\void} | |
89 | ||
4cbc57f0 | 90 | Refreshes the parts of the frame layoutthat need an update. |
499b2ed8 JS |
91 | |
92 | ||
93 | \membersection{cbSimpleUpdatesMgr::WasChanged}\label{cbsimpleupdatesmgrwaschanged} | |
94 | ||
95 | \func{bool}{WasChanged}{\param{cbUpdateMgrData\& }{data}, \param{wxRect\& }{currentBounds}} | |
96 | ||
4cbc57f0 JS |
97 | Helper function. |
98 |