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.

Public Member Functions
- __construct ($intDelay=0, $strCondition=null)
- __get ($strName)
Protected Attributes
- $strJavaScriptEvent
- $strCondition = null
- $intDelay = 0
Constructor & Destructor Documentation
| QEvent::__construct | ( | $ | intDelay = 0, |
|
| $ | strCondition = null | |||
| ) |
References $intDelay, $strCondition, QType::Cast(), QCallerException::IncrementOffset(), QType::Integer, and QType::String.
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().
QEvent::$strJavaScriptEvent [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/qform/_events.inc.php
