QCubed - A PHP5 rapid development MVC framework.
Home  |  Updates

classQEvent

QEvent Class Reference

Inherits QBaseClass.

Inherited by QBlurEvent, QChangeEvent, QClickEvent, QDoubleClickEvent, QDragDropEvent, QFocusEvent, QKeyDownEvent, QKeyPressEvent, QKeyUpEvent, QMouseDownEvent, QMouseMoveEvent, QMouseOutEvent, QMouseOverEvent, QMouseUpEvent, QMoveEvent, QResizeEvent, and QSelectEvent.

Collaboration diagram for QEvent:

List of all members.

Public Member Functions

Protected Attributes


Constructor & Destructor Documentation

QEvent::__construct ( intDelay = 0,
strCondition = null 
)


Member Function Documentation

QEvent::__get ( strName  ) 

Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.

Parameters:
string $strName Name of the property to get
Returns:
mixed the returned property

Reimplemented from QBaseClass.

References QCallerException::IncrementOffset().


Member Data Documentation

QEvent::$intDelay = 0 [protected]

Referenced by __construct().

QEvent::$strCondition = null [protected]

Referenced by __construct().


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