INTEGRATION: CWS components1 (1.2.98); FILE MERGED

2007/02/16 14:04:00 af 1.2.98.3: #i68075# Renamed Update() to RequestUpdate().
2006/11/21 09:38:21 af 1.2.98.2: RESYNC: (1.2-1.3); FILE MERGED
2006/08/22 11:29:57 af 1.2.98.1: #i68075# Transition to new drawing framework.
This commit is contained in:
Rüdiger Timm 2007-04-03 15:07:49 +00:00
parent b64a4d3e76
commit 0dade48f7f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: ToolBarManager.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: vg $ $Date: 2006-11-01 18:04:47 $
* last change: $Author: rt $ $Date: 2007-04-03 16:07:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -56,7 +56,6 @@ class EventMultiplexer;
namespace sd {
class PaneManager;
class ViewShellBase;
class ViewShellManager;
@ -90,7 +89,6 @@ public:
static ::std::auto_ptr<ToolBarManager> Create (
ViewShellBase& rBase,
tools::EventMultiplexer& rMultiplexer,
PaneManager& rPaneManager,
ViewShellManager& rViewShellManager);
~ToolBarManager (void);
@ -258,9 +256,11 @@ public:
ShellId nToolBarId);
void PreUpdate (void);
// void PostUpdate (void);
void Update (void);
/** Request an update of the active tool bars. The update is made
asynchronously.
*/
void RequestUpdate (void);
/** This is a hint for the ToolBarManager to improve the performance
when it updates its tool bars when its own lock is released. Taking