neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
i_dock.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  neogfx
 

Enumerations

enum class  neogfx::dock_area : uint32_t {
  neogfx::None = 0x00000000 , neogfx::Top = 0x00000001 , neogfx::Bottom = 0x00000002 , neogfx::Left = 0x00000004 ,
  neogfx::Right = 0x00000008 , neogfx::North = Top , neogfx::South = Bottom , neogfx::East = Right ,
  neogfx::West = Left , neogfx::Horizontal = Top | Bottom , neogfx::Vertical = Left | Right , neogfx::Any = Horizontal | Vertical
}
 

Functions

constexpr dock_area neogfx::operator| (dock_area aLhs, dock_area aRhs)
 
constexpr dock_area neogfx::operator& (dock_area aLhs, dock_area aRhs)