]>
Commit | Line | Data |
---|---|---|
499b2ed8 JS |
1 | % |
2 | % automatically generated by HelpGen $Revision$ from | |
4cbc57f0 | 3 | % controlbar.h at 21/Jan/02 21:14:14 |
499b2ed8 JS |
4 | % |
5 | ||
6 | ||
7 | \section{\class{cbUpdatesManagerBase}}\label{cbupdatesmanagerbase} | |
8 | ||
9 | ||
4cbc57f0 JS |
10 | This class declares an abstract interface for optimized logic that should refresh |
11 | areas of frame layout that actually need to be updated. This should be extended in future | |
12 | to implement a custom updating strategy. | |
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{cbUpdatesManagerBase::cbUpdatesManagerBase}\label{cbupdatesmanagerbasecbupdatesmanagerbase} | |
28 | ||
29 | \func{}{cbUpdatesManagerBase}{\param{wxFrameLayout* }{pPanel}} | |
30 | ||
4cbc57f0 JS |
31 | Constructor taking layout panel. |
32 | ||
499b2ed8 JS |
33 | |
34 | \func{}{cbUpdatesManagerBase}{\void} | |
35 | ||
4cbc57f0 JS |
36 | Default constructor |
37 | ||
499b2ed8 JS |
38 | |
39 | \membersection{cbUpdatesManagerBase::\destruct{cbUpdatesManagerBase}}\label{cbupdatesmanagerbasedtor} | |
40 | ||
41 | \func{}{\destruct{cbUpdatesManagerBase}}{\void} | |
42 | ||
4cbc57f0 JS |
43 | Destructor. |
44 | ||
499b2ed8 JS |
45 | |
46 | \membersection{cbUpdatesManagerBase::OnBarWillChange}\label{cbupdatesmanagerbaseonbarwillchange} | |
47 | ||
48 | \func{void}{OnBarWillChange}{\param{cbBarInfo* }{pBar}, \param{cbRowInfo* }{pInRow}, \param{cbDockPane* }{pInPane}} | |
49 | ||
4cbc57f0 JS |
50 | This function receives a notification from the frame layout (in the order in which |
51 | they would usually be invoked). Custom updates-managers may utilize | |
52 | these notifications to implement a more fine-grained updating strategy. | |
53 | ||
499b2ed8 JS |
54 | |
55 | \membersection{cbUpdatesManagerBase::OnFinishChanges}\label{cbupdatesmanagerbaseonfinishchanges} | |
56 | ||
57 | \func{void}{OnFinishChanges}{\void} | |
58 | ||
4cbc57f0 JS |
59 | This function receives a notification from the frame layout (in the order in which |
60 | they would usually be invoked). Custom updates-managers may utilize | |
61 | these notifications to implement a more fine-grained updating strategy. | |
62 | ||
499b2ed8 JS |
63 | |
64 | \membersection{cbUpdatesManagerBase::OnPaneMarginsWillChange}\label{cbupdatesmanagerbaseonpanemarginswillchange} | |
65 | ||
66 | \func{void}{OnPaneMarginsWillChange}{\param{cbDockPane* }{pPane}} | |
67 | ||
4cbc57f0 JS |
68 | This function receives a notification from the frame layout (in the order in which |
69 | they would usually be invoked). Custom updates-managers may utilize | |
70 | these notifications to implement a more fine-grained updating strategy. | |
71 | ||
499b2ed8 JS |
72 | |
73 | \membersection{cbUpdatesManagerBase::OnPaneWillChange}\label{cbupdatesmanagerbaseonpanewillchange} | |
74 | ||
75 | \func{void}{OnPaneWillChange}{\param{cbDockPane* }{pPane}} | |
76 | ||
4cbc57f0 JS |
77 | This function receives a notification from the frame layout (in the order in which |
78 | they would usually be invoked). Custom updates-managers may utilize | |
79 | these notifications to implement a more fine-grained updating strategy. | |
80 | ||
499b2ed8 JS |
81 | |
82 | \membersection{cbUpdatesManagerBase::OnRowWillChange}\label{cbupdatesmanagerbaseonrowwillchange} | |
83 | ||
84 | \func{void}{OnRowWillChange}{\param{cbRowInfo* }{pRow}, \param{cbDockPane* }{pInPane}} | |
85 | ||
4cbc57f0 JS |
86 | This function receives a notification from the frame layout (in the order in which |
87 | they would usually be invoked). Custom updates-managers may utilize | |
88 | these notifications to implement a more fine-grained updating strategy. | |
89 | ||
499b2ed8 JS |
90 | |
91 | \membersection{cbUpdatesManagerBase::OnStartChanges}\label{cbupdatesmanagerbaseonstartchanges} | |
92 | ||
93 | \func{void}{OnStartChanges}{\void} | |
94 | ||
4cbc57f0 JS |
95 | This function receives a notification from the frame layout (in the order in which |
96 | they would usually be invoked). Custom updates-managers may utilize | |
97 | these notifications to implement a more fine-grained updating strategy. | |
499b2ed8 JS |
98 | |
99 | ||
100 | \membersection{cbUpdatesManagerBase::SetLayout}\label{cbupdatesmanagerbasesetlayout} | |
101 | ||
102 | \func{void}{SetLayout}{\param{wxFrameLayout* }{pLayout}} | |
103 | ||
4cbc57f0 JS |
104 | Sets the associated layout. |
105 | ||
499b2ed8 JS |
106 | |
107 | \membersection{cbUpdatesManagerBase::UpdateNow}\label{cbupdatesmanagerbaseupdatenow} | |
108 | ||
109 | \func{void}{UpdateNow}{\void} | |
110 | ||
4cbc57f0 | 111 | Refreshes parts of the frame layout that need an update. |
499b2ed8 | 112 |