Class QEvent
Base class of QEvents. Events are used in conjunction with actions to respond to user actions, like clicking, typing, etc., or even programmable timer events.
- QBaseClass
- QEvent
Direct known subclasses
MyQSlider_ChangeEvent, QAutocomplete_SourceEvent, QDragDropEvent, QFocusEvent, QFocusInEvent, QFocusOutEvent, QInputEvent, QJqUiEvent, QJqUiPropertyEvent, QKeyDownEvent, QKeyPressEvent, QKeyUpEvent, QBlurEvent, QMouseDownEvent, QMouseEnterEvent, QMouseLeaveEvent, QMouseMoveEvent, QMouseOutEvent, QMouseOverEvent, QMouseUpEvent, QOnEvent, QSelectEvent, QTimerExpiredEvent, QChangeEvent, QClickEvent, QContextMenuEvent, QDataGrid_SortEvent, QDatepicker_SelectEvent2, QDialog_ButtonEvent, QDoubleClickEventIndirect known subclasses
QAccordion_ActivateEvent, QAccordion_BeforeActivateEvent, QAutocomplete_SelectEvent, QTabKeyEvent, QTabs_ActivateEvent, QTabs_BeforeActivateEvent, QTabs_BeforeLoadEvent, QTabs_CreateEvent, QTabs_LoadEvent, QUpArrowKeyEvent, QBackspaceKeyEvent, QCellClickEvent, QDatepicker_BeforeShowDayEvent, QDatepicker_BeforeShowEvent, QDatepicker_CalculateWeekEvent, QDatepicker_ChangeMonthYearEvent, QDatepicker_CloseEvent, QDatepicker_SelectEvent, QDatepickerBox_BeforeShowDayEvent, QAccordion_CreateEvent, QDatepickerBox_BeforeShowEvent, QDatepickerBox_CalculateWeekEvent, QDatepickerBox_ChangeMonthYearEvent, QDatepickerBox_CloseEvent, QDatepickerBox_SelectEvent, QDialog_BeforeCloseEvent, QDialog_CloseEvent, QDialog_CreateEvent, QDialog_DragEvent, QDialog_DragStartEvent, QAutocomplete_ChangeEvent, QDialog_DragStopEvent, QDialog_FocusEvent, QDialog_OpenEvent, QDialog_ResizeEvent, QDialog_ResizeStartEvent, QDialog_ResizeStopEvent, QDownArrowKeyEvent, QDraggable_CreateEvent, QDraggable_DragEvent, QDraggable_StartEvent, QAutocomplete_CloseEvent, QDraggable_StopEvent, QDroppable_ActivateEvent, QDroppable_CreateEvent, QDroppable_DeactivateEvent, QDroppable_DropEvent, QDroppable_OutEvent, QDroppable_OverEvent, QEnterKeyEvent, QEscapeKeyEvent, QHtmlTableCheckBoxColumn_ClickEvent, QAutocomplete_CreateEvent, QJqButton_CreateEvent, QJqCheckBox_CreateEvent, QJqRadioButton_CreateEvent, QMenu_BlurEvent, QMenu_CreateEvent, QMenu_FocusEvent, QMenu_SelectEvent, QProgressbar_ChangeEvent, QProgressbar_CompleteEvent, QProgressbar_CreateEvent, QAutocomplete_FocusEvent, QResizable_CreateEvent, QResizable_ResizeEvent, QResizable_StartEvent, QResizable_StopEvent, QSelectable_CreateEvent, QSelectable_SelectedEvent, QSelectable_SelectingEvent, QSelectable_StartEvent, QSelectable_StopEvent, QSelectable_UnselectedEvent, QAutocomplete_OpenEvent, QSelectable_UnselectingEvent, QSelectMenu_ChangeEvent, QSelectMenu_CloseEvent, QSelectMenu_CreateEvent, QSelectMenu_FocusEvent, QSelectMenu_OpenEvent, QSelectMenu_SelectEvent, QSlider_ChangeEvent, QSlider_CreateEvent, QSlider_SlideEvent, QAutocomplete_ResponseEvent, QSlider_StartEvent, QSlider_StopEvent, QSortable_ActivateEvent, QSortable_BeforeStopEvent, QSortable_ChangeEvent, QSortable_CreateEvent, QSortable_DeactivateEvent, QSortable_OutEvent, QSortable_OverEvent, QSortable_ReceiveEvent, QAutocomplete_SearchEvent, QSortable_RemoveEvent, QSortable_SortEvent, QSortable_StartEvent, QSortable_StopEvent, QSortable_UpdateEvent, QSpinner_ChangeEvent, QSpinner_CreateEvent, QSpinner_SpinEvent, QSpinner_StartEvent, QSpinner_StopEvent
public
|
#
__construct( integer $intDelay = 0, string $strCondition = null, string $strSelector = null )
Create an event. |
public
integer|mixed|null|string
|
OverrideAttributes(),
__call(),
__set()
|
protected
string|null
|
$strCondition
The JS condition in which an event would fire |
#
null
|
protected
integer|mixed
|
$intDelay
The number of second after which the event has to be fired |
#
0
|
protected
|
$strSelector
|
#
null
|
public read-only
string
|
$EventName
the javascript event name that will be fired |
public read-only
string
|
$Condition
a javascript condition that is tested before the event is sent |
public read-only
integer
|
$Delay
ms delay before action is fired |
public read-only
string
|
$JsReturnParam
the javascript used to create the strParameter that gets sent to the event handler registered with the event. |
public read-only
string
|
$Selector
a jquery selector, causes the event to apply to child items matching the selector, and then get sent up the chain to this object |