![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cXDialog.h>
Public Member Functions | |
void | InitMouseRect () |
Public Attributes | |
DWORD | m_dwHitTest |
type of action. HTNOWHERE More... | |
cRectI | m_MouseRect |
restrict the mouse to my parent! More... | |
cRectI | m_SizingRect |
previous window rect. More... | |
cPoint2i | m_ptLastPoint |
last point of update. More... | |
cPoint2i | m_ptStartPoint |
starting point for dialog size drag More... | |
cRectI | m_rectStart |
starting window rect for dialog size drag. only updated on mousedown. More... | |
MINMAXINFO | m_MinMax |
for the current move. More... | |
A dialog is being actively sized by the user.
void GrayGUI::cXDialogSizingParams::InitMouseRect | ( | ) |
DWORD GrayGUI::cXDialogSizingParams::m_dwHitTest |
type of action. HTNOWHERE
MINMAXINFO GrayGUI::cXDialogSizingParams::m_MinMax |
for the current move.
cRectI GrayGUI::cXDialogSizingParams::m_MouseRect |
restrict the mouse to my parent!
cPoint2i GrayGUI::cXDialogSizingParams::m_ptLastPoint |
last point of update.
cPoint2i GrayGUI::cXDialogSizingParams::m_ptStartPoint |
starting point for dialog size drag
cRectI GrayGUI::cXDialogSizingParams::m_rectStart |
starting window rect for dialog size drag. only updated on mousedown.
cRectI GrayGUI::cXDialogSizingParams::m_SizingRect |
previous window rect.