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