diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-08-10 12:13:27 -0500 |
commit | d296f1d337dabfeae5191955fdadb874965dbbe9 (patch) | |
tree | 1a4b3b4cca01f2ea77eee2497297219d60e9bbd4 /tqtinterface/qt4/src/kernel/tqevent.cpp | |
parent | eaa7ee2e0bbca40ba3173c4304f81957e8964291 (diff) | |
download | experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.tar.gz experimental-d296f1d337dabfeae5191955fdadb874965dbbe9.zip |
rename the following methods:
tqparent parent
tqmask mask
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqevent.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqevent.cpp | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqevent.cpp b/tqtinterface/qt4/src/kernel/tqevent.cpp index 6b9f90b..eebcf50 100644 --- a/tqtinterface/qt4/src/kernel/tqevent.cpp +++ b/tqtinterface/qt4/src/kernel/tqevent.cpp @@ -235,9 +235,9 @@ TQCustomEvent::TQCustomEvent( int type ) \value AltButton an Alt key on the keyboard is also pressed. \value MetaButton a Meta key on the keyboard is also pressed. \value Keypad a keypad button is pressed. - \value KeyButtonMask a tqmask for ShiftButton, ControlButton, + \value KeyButtonMask a mask for ShiftButton, ControlButton, AltButton and MetaButton. - \value MouseButtonMask a tqmask for LeftButton, RightButton and MidButton. + \value MouseButtonMask a mask for LeftButton, RightButton and MidButton. */ /*! @@ -286,10 +286,10 @@ TQCustomEvent::TQCustomEvent( int type ) \value WindowDeactivate Window was deactivated. \value CaptionChange Widget's caption changed. \value IconChange Widget's icon changed. - \value ParentFontChange Font of the tqparent widget changed. + \value ParentFontChange Font of the parent widget changed. \value ApplicationFontChange Default application font changed. \value PaletteChange Palette of the widget changed. - \value ParentPaletteChange Palette of the tqparent widget changed. + \value ParentPaletteChange Palette of the parent widget changed. \value ApplicationPaletteChange Default application palette changed. \value Clipboard Clipboard contents have changed. \value SockAct Socket activated, used to implement \l{TQSocketNotifier}. @@ -309,7 +309,7 @@ TQCustomEvent::TQCustomEvent( int type ) \value Quit Reserved. \value Create Reserved. \value Destroy Reserved. - \value Retqparent Reserved. + \value Reparent Reserved. \value Speech Reserved for speech input. \value TabletMove A Wacom Tablet Move Event. \value Style Internal use only @@ -403,7 +403,7 @@ TQCustomEvent::TQCustomEvent( int type ) A mouse event contains a special accept flag that indicates whether the receiver wants the event. You should call TQMouseEvent::ignore() if the mouse event is not handled by your - widget. A mouse event is propagated up the tqparent widget chain + widget. A mouse event is propagated up the parent widget chain until a widget accepts it with TQMouseEvent::accept() or an event filter consumes it. @@ -595,7 +595,7 @@ TQt::ButtonState TQMouseEvent::stateAfter() const Setting the accept parameter indicates that the receiver of the event wants the mouse event. Unwanted mouse events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. @@ -610,7 +610,7 @@ TQt::ButtonState TQMouseEvent::stateAfter() const Clearing the accept parameter indicates that the event receiver does not want the mouse event. Unwanted mouse events are sent to - the tqparent widget. + the parent widget. The accept flag is set by default. @@ -632,7 +632,7 @@ TQt::ButtonState TQMouseEvent::stateAfter() const A wheel event contains a special accept flag that indicates whether the receiver wants the event. You should call TQWheelEvent::accept() if you handle the wheel event; otherwise it - will be sent to the tqparent widget. + will be sent to the parent widget. The TQWidget::setEnable() function can be used to enable or disable mouse and keyboard events for a widget. @@ -783,7 +783,7 @@ TQWheelEvent::TQWheelEvent( const TQPoint &pos, int delta, int state, Orientatio Setting the accept parameter indicates that the receiver of the event wants the wheel event. Unwanted wheel events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. @@ -797,7 +797,7 @@ TQWheelEvent::TQWheelEvent( const TQPoint &pos, int delta, int state, Orientatio Clearing the accept parameter indicates that the event receiver does not want the wheel event. Unwanted wheel events are sent to - the tqparent widget. The accept flag is set by default. + the parent widget. The accept flag is set by default. \sa accept() */ @@ -813,7 +813,7 @@ TQWheelEvent::TQWheelEvent( const TQPoint &pos, int delta, int state, Orientatio \value META the Meta keys. \value CTRL the Ctrl keys. \value ALT the normal Alt keys, but not e.g. AltGr. - \value MODIFIER_MASK is a tqmask of Shift, Ctrl, Alt and Meta. + \value MODIFIER_MASK is a mask of Shift, Ctrl, Alt and Meta. \value UNICODE_ACCEL the accelerator is specified as a Unicode code point, not as a TQt Key. */ @@ -830,7 +830,7 @@ TQWheelEvent::TQWheelEvent( const TQPoint &pos, int delta, int state, Orientatio A key event contains a special accept flag that indicates whether the receiver wants the key event. You should call TQKeyEvent::ignore() if the key press or release event is not handled by your widget. A key event is - propagated up the tqparent widget chain until a widget accepts it with + propagated up the parent widget chain until a widget accepts it with TQKeyEvent::accept() or an event filter consumes it. Key events for multi media keys are ignored by default. You should call TQKeyEvent::accept() if your widget handles those events. @@ -951,7 +951,7 @@ TQt::ButtonState TQKeyEvent::stateAfter() const Setting the accept parameter indicates that the receiver of the event wants the key event. Unwanted key events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. @@ -985,7 +985,7 @@ TQt::ButtonState TQKeyEvent::stateAfter() const Clearing the accept parameter indicates that the event receiver does not want the key event. Unwanted key events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. @@ -1473,7 +1473,7 @@ void TQFocusEvent::resetReason() \ingroup events Move events are sent to widgets that have been moved to a new position - relative to their tqparent. + relative to their parent. The event handler TQWidget::moveEvent() receives move events. @@ -1835,7 +1835,7 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s Setting the consume flag indicates that the receiver of this event does not want the event to be propagated further (i.e. not sent to - tqparent classes.) + parent classes.) The consumed flag is not set by default. @@ -2063,7 +2063,7 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s A tablet event contains a special accept flag that indicates whether the receiver wants the event. You should call TQTabletEvent::accept() if you handle the tablet event; otherwise - it will be sent to the tqparent widget. + it will be sent to the parent widget. The TQWidget::setEnabled() function can be used to enable or disable mouse and keyboard events for a widget. @@ -2083,7 +2083,7 @@ TQContextMenuEvent::TQContextMenuEvent( Reason reason, const TQPoint &pos, int s \value NoDevice No tqdevice, or an unknown tqdevice. \value Puck A Puck (a tqdevice that is similar to a flat mouse with - a transtqparent circle with cross-hairs). + a transparent circle with cross-hairs). \value Stylus A Stylus (the narrow end of the pen). \value Eraser An Eraser (the broad end of the pen). \omit @@ -2252,7 +2252,7 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP Setting the accept flag indicates that the receiver of the event wants the tablet event. Unwanted tablet events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. @@ -2266,7 +2266,7 @@ TQTabletEvent::TQTabletEvent( Type t, const TQPoint &pos, const TQPoint &globalP Clearing the accept flag indicates that the event receiver does not want the tablet event. Unwanted tablet events are sent to the - tqparent widget. + parent widget. The accept flag is set by default. |