From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/tqchildevent.html | 98 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 doc/html/tqchildevent.html (limited to 'doc/html/tqchildevent.html') diff --git a/doc/html/tqchildevent.html b/doc/html/tqchildevent.html new file mode 100644 index 000000000..881bd99df --- /dev/null +++ b/doc/html/tqchildevent.html @@ -0,0 +1,98 @@ + + + + + +TQChildEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQChildEvent Class Reference

+ +

The TQChildEvent class contains event parameters for child object +events. +More... +

#include <tqevent.h> +

Inherits TQEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQChildEvent class contains event parameters for child object +events. +

+

Child events are sent to objects when children are inserted or +removed. +

A ChildRemoved event is sent immediately, but a ChildInserted event is posted (with TQApplication::postEvent()). +

Note that if a child is removed immediately after it is inserted, +the ChildInserted event may be suppressed, but the ChildRemoved event will always be sent. In this case there will be +a ChildRemoved event without a corresponding ChildInserted +event. +

The handler for these events is TQObject::childEvent(). +

See also Event Classes. + +


Member Function Documentation

+

TQChildEvent::TQChildEvent ( Type type, TQObject * child ) +

+ +

Constructs a child event object. The child is the object that +is to be removed or inserted. +

The type parameter must be either TQEvent::ChildInserted or +TQEvent::ChildRemoved. + +

TQObject * TQChildEvent::child () const +

+ +

Returns the child widget that was inserted or removed. + +

bool TQChildEvent::inserted () const +

+ +

Returns TRUE if the widget received a new child; otherwise returns +FALSE. + +

bool TQChildEvent::removed () const +

+ +

Returns TRUE if the object lost a child; otherwise returns FALSE. + + +


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.3