Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cWindowPlacement Class Reference

#include <WinTypes.h>

Inheritance diagram for GrayLib::cWindowPlacement:
GrayGUI::cXDialogPlacement GrayGUI::cXDialogPlacementObj

Public Member Functions

 cWindowPlacement () noexcept
 
void InitPlacement () noexcept
 
bool isInitPlacement () const noexcept
 
SHOWWINDOW_t get_ShowWindowwMode () const noexcept
 
bool isShowIconic () const noexcept
 
const RECT & get_NormalRect () const noexcept
 

Constructor & Destructor Documentation

◆ cWindowPlacement()

GrayLib::cWindowPlacement::cWindowPlacement ( )
inlinenoexcept

Member Function Documentation

◆ get_NormalRect()

const RECT& GrayLib::cWindowPlacement::get_NormalRect ( ) const
inlinenoexcept

When we are a normal window. not full screen, not maximized, not iconic.

◆ get_ShowWindowwMode()

SHOWWINDOW_t GrayLib::cWindowPlacement::get_ShowWindowwMode ( ) const
inlinenoexcept

◆ InitPlacement()

void GrayLib::cWindowPlacement::InitPlacement ( )
inlinenoexcept

◆ isInitPlacement()

bool GrayLib::cWindowPlacement::isInitPlacement ( ) const
inlinenoexcept

< Has the placement info been filled in? valid?

◆ isShowIconic()

bool GrayLib::cWindowPlacement::isShowIconic ( ) const
inlinenoexcept

The documentation for this class was generated from the following file: