LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
winflags.h File Reference
#include <QFlags>
Include dependency graph for winflags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  LC
namespace  LC::Util

Enumerations

enum  LC::Util::WinStateFlag {
  LC::Util::NoState = 0 ,
  LC::Util::Modal = 1 << 0 ,
  LC::Util::Sticky = 1 << 1 ,
  LC::Util::MaximizedVert = 1 << 2 ,
  LC::Util::MaximizedHorz = 1 << 3 ,
  LC::Util::Shaded = 1 << 4 ,
  LC::Util::SkipTaskbar = 1 << 5 ,
  LC::Util::SkipPager = 1 << 6 ,
  LC::Util::Hidden = 1 << 7 ,
  LC::Util::Fullscreen = 1 << 8 ,
  LC::Util::OnTop = 1 << 9 ,
  LC::Util::OnBottom = 1 << 10 ,
  LC::Util::Attention = 1 << 11
}
enum  LC::Util::AllowedActionFlag {
  LC::Util::NoAction = 0 ,
  LC::Util::Move = 1 << 0 ,
  LC::Util::Resize = 1 << 1 ,
  LC::Util::Minimize = 1 << 2 ,
  LC::Util::Shade = 1 << 3 ,
  LC::Util::Stick = 1 << 4 ,
  LC::Util::MaximizeHorz = 1 << 5 ,
  LC::Util::MaximizeVert = 1 << 6 ,
  LC::Util::ShowFullscreen = 1 << 7 ,
  LC::Util::ChangeDesktop = 1 << 8 ,
  LC::Util::Close = 1 << 9 ,
  LC::Util::MoveToTop = 1 << 10 ,
  LC::Util::MoveToBottom = 1 << 11
}