OpenGUI::WindowResizeBeginEventArgs Class Reference

#include <OpenGUI_Window.h>

Inheritance diagram for OpenGUI::WindowResizeBeginEventArgs:

OpenGUI::EventArgs List of all members.

Detailed Description

EventArgs used for "Resize_Begin" event.


Public Member Functions

 WindowResizeBeginEventArgs (bool sizeHeight, bool revHeight, bool sizeWidth, bool revWidth)
 constructor specifies any axis reversals

Public Attributes

const bool sizingHeight
 are we sizing the height?
const bool reverseHeight
 is the height axis reversed?
const bool sizingWidth
 are we sizing the width?
const bool reverseWidth
 is the width axis reversed?


Constructor & Destructor Documentation

OpenGUI::WindowResizeBeginEventArgs::WindowResizeBeginEventArgs ( bool  sizeHeight,
bool  revHeight,
bool  sizeWidth,
bool  revWidth 
) [inline]

constructor specifies any axis reversals


Member Data Documentation

const bool OpenGUI::WindowResizeBeginEventArgs::reverseHeight

is the height axis reversed?

const bool OpenGUI::WindowResizeBeginEventArgs::reverseWidth

is the width axis reversed?

const bool OpenGUI::WindowResizeBeginEventArgs::sizingHeight

are we sizing the height?

const bool OpenGUI::WindowResizeBeginEventArgs::sizingWidth

are we sizing the width?


The documentation for this class was generated from the following file:
Copyright © 2006 OpenGUI | OpenGUI.SF.net
Generated: Fri Jan 5 23:05:27 2007