From b22a04f1c6b09facf6ee5b1f46f587d6dc6e4a36 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 24 Jun 2003 16:29:54 +0000 Subject: moved toolbar mode resources to ToolbarHandler --- src/Screen.hh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/Screen.hh b/src/Screen.hh index a2f8592..4ee147c 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Screen.hh,v 1.110 2003/06/24 15:01:54 fluxgen Exp $ +// $Id: Screen.hh,v 1.111 2003/06/24 16:29:54 fluxgen Exp $ #ifndef SCREEN_HH #define SCREEN_HH @@ -30,9 +30,9 @@ #include "Resource.hh" #include "Subject.hh" #include "MultLayers.hh" -#include "ToolbarHandler.hh" #include "FbRootWindow.hh" #include "NotCopyable.hh" +#include "fluxbox.hh" #include #include @@ -46,6 +46,7 @@ class Netizen; class Toolbar; +class ToolbarHandler; class FbWinFrameTheme; class RootTheme; class WinButtonTheme; @@ -105,8 +106,8 @@ public: inline Slit *slit() { return m_slit.get(); } inline const Slit *slit() const { return m_slit.get(); } - inline const Toolbar *toolbar() const { return m_toolbarhandler->getToolbar(); } - inline Toolbar *toolbar() { return m_toolbarhandler->getToolbar(); } + const Toolbar *toolbar() const; + Toolbar *toolbar(); inline const ToolbarHandler &toolbarHandler() const { return *m_toolbarhandler; } inline ToolbarHandler &toolbarHandler() { return *m_toolbarhandler; } @@ -161,7 +162,6 @@ public: /// @return the resource value of number of workspace inline int getNumberOfWorkspaces() const { return *resource.workspaces; } - inline ToolbarHandler::ToolbarMode toolbarMode() const { return *resource.toolbar_mode; } inline int getPlacementPolicy() const { return resource.placement_policy; } inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } inline int getRowPlacementDirection() const { return resource.row_direction; } @@ -172,9 +172,6 @@ public: inline void saveFocusModel(Fluxbox::FocusModel model) { resource.focus_model = model; } inline void saveWorkspaces(int w) { *resource.workspaces = w; } - - inline void saveToolbarMode(ToolbarHandler::ToolbarMode m) { *resource.toolbar_mode = m; } - inline void savePlacementPolicy(int p) { resource.placement_policy = p; } inline void saveRowPlacementDirection(int d) { resource.row_direction = d; } inline void saveColPlacementDirection(int d) { resource.col_direction = d; } @@ -414,9 +411,6 @@ private: int placement_policy, row_direction, col_direction; - FbTk::Resource toolbar_mode; - - std::string strftime_format; bool clock24hour; -- cgit v0.11.2