2002-01-05 22:59:59 +00:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen $Revision$ from
|
2002-01-21 22:34:42 +00:00
|
|
|
% controlbar.h at 21/Jan/02 21:14:13
|
2002-01-05 22:59:59 +00:00
|
|
|
%
|
|
|
|
|
|
|
|
|
|
|
|
\section{\class{cbUpdateMgrData}}\label{cbupdatemgrdata}
|
|
|
|
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
A structure that is present in each item of layout,
|
|
|
|
used by any particular updates-manager to store
|
|
|
|
auxiliary information to be used by its updating algorithm.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
2002-01-31 20:57:31 +00:00
|
|
|
<wx/fl/controlbar.h>
|
2002-01-21 22:34:42 +00:00
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
\wxheading{Data structures}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
|
|
|
|
\membersection{cbUpdateMgrData::cbUpdateMgrData}\label{cbupdatemgrdatacbupdatemgrdata}
|
|
|
|
|
|
|
|
\func{}{cbUpdateMgrData}{\void}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Default constructor. Is-dirty flag is set TRUE initially.
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
\membersection{cbUpdateMgrData::IsDirty}\label{cbupdatemgrdataisdirty}
|
|
|
|
|
|
|
|
\func{bool}{IsDirty}{\void}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Returns the is-dirty flag.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\membersection{cbUpdateMgrData::SetCustomData}\label{cbupdatemgrdatasetcustomdata}
|
|
|
|
|
|
|
|
\func{void}{SetCustomData}{\param{wxObject* }{pCustomData}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Set custom data.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\membersection{cbUpdateMgrData::SetDirty}\label{cbupdatemgrdatasetdirty}
|
|
|
|
|
|
|
|
\func{void}{SetDirty}{\param{bool }{isDirty = TRUE}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Set the dirty flag.
|
|
|
|
|
2002-01-05 22:59:59 +00:00
|
|
|
|
|
|
|
\membersection{cbUpdateMgrData::StoreItemState}\label{cbupdatemgrdatastoreitemstate}
|
|
|
|
|
|
|
|
\func{void}{StoreItemState}{\param{const wxRect\& }{boundsInParent}}
|
|
|
|
|
2002-01-21 22:34:42 +00:00
|
|
|
Store the item state.
|
|
|
|
|