BaseEventArgs Class
Base class for the arguments raised via signal functions. More...
Header: | #include <BaseEventArgs> |
Inherits: | QObject |
Inherited By: | CellButtonClickEventArgs, CellButtonEventArgs, CellClickEventArgs, ColumnClickEventArgs, ColumnFilterMenuArgs, ColumnGroupArgs, ContextMenuEventArgs, DockPanelRequestedArgs, DragDropArgs, EditorEventArgs, EditorValidationEventArgs, EditorValueToTextEventArgs, ErrorEventArgs, GridCustomDrawEventArgs, NewRowEventArgs, PreviewRowArgs, RelationEventArgs, RowClickEventArgs, RowRemovingEventArgs, and SummaryTextEventArgs |
Public Functions
BaseEventArgs() | |
bool | isHandled() const |
void | setHandled(bool handled) |
Detailed Description
Member Function Documentation
BaseEventArgs::BaseEventArgs()
Constructs BaseEventArgs class.
bool BaseEventArgs::isHandled() const
Returns whether the event is processed or not.
void BaseEventArgs::setHandled(bool handled)
Sets whether the event is processed or not to handled.
See also isHandled().