]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/docs/latex/fl/cbsimpleupdatesmgr.tex
corrected version number extraction
[wxWidgets.git] / contrib / docs / latex / fl / cbsimpleupdatesmgr.tex
... / ...
CommitLineData
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
10This class implements slightly optimized logic for refreshing
11the 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
30Default constructor.
31
32
33\func{}{cbSimpleUpdatesMgr}{\param{wxFrameLayout* }{pPanel}}
34
35Constructor 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
42Notification received from Frame Layout in the order in which
43they would usually be invoked.
44
45
46\membersection{cbSimpleUpdatesMgr::OnFinishChanges}\label{cbsimpleupdatesmgronfinishchanges}
47
48\func{void}{OnFinishChanges}{\void}
49
50Notification received from Frame Layout in the order in which
51they would usually be invoked.
52
53
54\membersection{cbSimpleUpdatesMgr::OnPaneMarginsWillChange}\label{cbsimpleupdatesmgronpanemarginswillchange}
55
56\func{void}{OnPaneMarginsWillChange}{\param{cbDockPane* }{pPane}}
57
58Notification received from Frame Layout in the order in which
59they would usually be invoked.
60
61
62\membersection{cbSimpleUpdatesMgr::OnPaneWillChange}\label{cbsimpleupdatesmgronpanewillchange}
63
64\func{void}{OnPaneWillChange}{\param{cbDockPane* }{pPane}}
65
66Notification received from Frame Layout in the order in which
67they would usually be invoked.
68
69
70\membersection{cbSimpleUpdatesMgr::OnRowWillChange}\label{cbsimpleupdatesmgronrowwillchange}
71
72\func{void}{OnRowWillChange}{\param{cbRowInfo* }{pRow}, \param{cbDockPane* }{pInPane}}
73
74Notification received from Frame Layout in the order in which
75they would usually be invoked.
76
77
78\membersection{cbSimpleUpdatesMgr::OnStartChanges}\label{cbsimpleupdatesmgronstartchanges}
79
80\func{void}{OnStartChanges}{\void}
81
82Notification received from Frame Layout in the order in which
83they would usually be invoked.
84
85
86\membersection{cbSimpleUpdatesMgr::UpdateNow}\label{cbsimpleupdatesmgrupdatenow}
87
88\func{void}{UpdateNow}{\void}
89
90Refreshes 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
97Helper function.
98