YggdrasilWM  0.1.1
A tiny window manager coded in C++
File List
Here is a list of all files with brief descriptions:
[detail level 123]
  inc
  Bars
 Bar.hpp
 Bars.hppBars class header file
 TSBarsData.hpp
 Widget.hpp
  Commands
 CommandBase.hppCommandBase class header
 FocusGroup.hppFocusGroup class header
 Grow.hppGrow class header
 Quit.hppQuit class header
 Spawn.hppSpawn class header
  Config
 Binding.hppBinding class header
 ConfigDataBar.hppConfigDataBar class header
 ConfigDataBars.hppConfigDataBars class header
 ConfigDataBase.hppConfigDataBase class header. This class is an interface for the ConfigData classes
 ConfigDataBindings.hppConfigDataBindings class header
 ConfigDataGroup.hppConfigDataGroup class header
 ConfigDataGroups.hppConfigDataGroups class header
 ConfigDataWidget.hppConfigDataWidget class header
 ConfigFileHandler.hpp
 ConfigHandler.hppConfigHandler class header
  Layouts
 BinarySpace.hppBinarySpace class header
 LayoutManager.hppLayoutManager class header
 MasterLayoutManager.hppHandle Master Style Layout
 MasterSpace.hppMasterSpace class header
 Point.hpp
 TreeLayoutManager.hpp
  X11wrapper
 baseX11Wrapper.hpp
 mockX11Wrapper.hpp
 X11Wrapper.hppWrap X11 functions
 Client.hppThis class is responsible for managing the client windows
 EventHandler.hppEventHandler class header. this class dispatches the XEvents to the appropriate handler function. it is also responsible for handling the bars drawing. The event handlers functions are private and are called by the dispatchEvent function
 Ewmh.hppEwmh namespace header
 Group.hppGroup class header
 Logger.hppLogger class header
 WindowManager.hppWindowManager class header
 YggdrasilExceptions.hppCustom exceptions for YggdrasilWM
  src
  Bars
 Bar.cpp
 Bars.cpp
 TSBarsData.cpp
  Commands
 FocusGroup.cppFocusGroup class implementation
 Grow.cppGrow class implementation
 Quit.cppQuit class implementation
 Spawn.cppSpawn class implementation
  Config
 Binding.cppBinding class implementation
 ConfigDataBar.cppConfigDataBar class implementation
 ConfigDataBars.cppConfigDataBars class implementation
 ConfigDataBindings.cppConfigDataBindings class implementation
 ConfigDataGroup.cppConfigDataGroup class implementation
 ConfigDataGroups.cppConfigDataGroups class implementation
 ConfigDataWidget.cppConfigDataWidget class implementation
 ConfigFileHandler.cppConfigFileHandler class implementation
 ConfigHandler.cppConfigHandler class implementation
  Layouts
 BinarySpace.cpp
 LayoutManager.cppLayoutManager class implementation
 MasterLayoutManager.cppHandle Master Style Layout
 MasterSpace.cppMasterSpace class implementation
 TreeLayoutManager.cpp
  X11wrapper
 X11Wrapper.cppWrap X11 functions
 Client.cppClient class implementation
 EventHandler.cppEventHandler class implementation
 Ewmh.cppEwmh namespace implementation
 Group.cppGroup class implementation
 Logger.cppLogger class implementation
 main.cppMain file
 WindowManager.cpp