#include <QFlags>
Go to the source code of this file.
|
enum | LeechCraft::Util::WinStateFlag {
LeechCraft::Util::NoState = 0,
LeechCraft::Util::Modal = 1 << 0,
LeechCraft::Util::Sticky = 1 << 1,
LeechCraft::Util::MaximizedVert = 1 << 2,
LeechCraft::Util::MaximizedHorz = 1 << 3,
LeechCraft::Util::Shaded = 1 << 4,
LeechCraft::Util::SkipTaskbar = 1 << 5,
LeechCraft::Util::SkipPager = 1 << 6,
LeechCraft::Util::Hidden = 1 << 7,
LeechCraft::Util::Fullscreen = 1 << 8,
LeechCraft::Util::OnTop = 1 << 9,
LeechCraft::Util::OnBottom = 1 << 10,
LeechCraft::Util::Attention = 1 << 11
} |
|
enum | LeechCraft::Util::AllowedActionFlag {
LeechCraft::Util::NoAction = 0,
LeechCraft::Util::Move = 1 << 0,
LeechCraft::Util::Resize = 1 << 1,
LeechCraft::Util::Minimize = 1 << 2,
LeechCraft::Util::Shade = 1 << 3,
LeechCraft::Util::Stick = 1 << 4,
LeechCraft::Util::MaximizeHorz = 1 << 5,
LeechCraft::Util::MaximizeVert = 1 << 6,
LeechCraft::Util::ShowFullscreen = 1 << 7,
LeechCraft::Util::ChangeDesktop = 1 << 8,
LeechCraft::Util::Close = 1 << 9,
LeechCraft::Util::MoveToTop = 1 << 10,
LeechCraft::Util::MoveToBottom = 1 << 11
} |
|