From 6cee20f4cbb42baa0a37d21c8bd52cf40ae13935 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 25 Dec 2024 13:15:25 +0900 Subject: Rename *.html files that were missed out during previous qt->tqt renaming Signed-off-by: Michele Calgaro --- doc/html/qbytearray-members.html | 73 ---------------- doc/html/qbytearray.html | 118 ------------------------- doc/html/qdoublevalidator-members.html | 98 --------------------- doc/html/qdoublevalidator.html | 150 -------------------------------- doc/html/qt-members.html | 45 ---------- doc/html/qt.dcf | 2 +- doc/html/titleindex | 72 +++++++-------- doc/html/tqbytearray-members.html | 73 ++++++++++++++++ doc/html/tqbytearray.html | 118 +++++++++++++++++++++++++ doc/html/tqdoublevalidator-members.html | 98 +++++++++++++++++++++ doc/html/tqdoublevalidator.html | 150 ++++++++++++++++++++++++++++++++ doc/html/tqt-members.html | 45 ++++++++++ doc/html/tqt.html | 2 +- 13 files changed, 522 insertions(+), 522 deletions(-) delete mode 100644 doc/html/qbytearray-members.html delete mode 100644 doc/html/qbytearray.html delete mode 100644 doc/html/qdoublevalidator-members.html delete mode 100644 doc/html/qdoublevalidator.html delete mode 100644 doc/html/qt-members.html create mode 100644 doc/html/tqbytearray-members.html create mode 100644 doc/html/tqbytearray.html create mode 100644 doc/html/tqdoublevalidator-members.html create mode 100644 doc/html/tqdoublevalidator.html create mode 100644 doc/html/tqt-members.html (limited to 'doc/html') diff --git a/doc/html/qbytearray-members.html b/doc/html/qbytearray-members.html deleted file mode 100644 index 606581836..000000000 --- a/doc/html/qbytearray-members.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - -TQByteArray Member List - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

Complete Member List for TQByteArray

- -

This is the complete list of member functions for -TQByteArray, including inherited members. - -

- -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qbytearray.html b/doc/html/qbytearray.html deleted file mode 100644 index bd5ca50b0..000000000 --- a/doc/html/qbytearray.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - -TQByteArray Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQByteArray Class Reference

- -

The TQByteArray class provides an array of bytes. -More... -

All the functions in this class are reentrant when TQt is built with thread support.

-

#include <tqcstring.h> -

Inherits TQMemArray<char>. -

Inherited by TQBitArray and TQCString. -

List of all member functions. -

Public Members

- -

Related Functions

- -

Detailed Description

- - - -The TQByteArray class provides an array of bytes. -

- -

The TQByteArray class provides an explicitly shared array of bytes. -It is useful for manipulating memory areas with custom data. -TQByteArray is implemented as a TQMemArray<char>. See the TQMemArray documentation for further information. -

See also Collection Classes and Non-GUI Classes. - -


Member Function Documentation

-

TQByteArray::TQByteArray () -

- -

Constructs an empty TQByteArray. - -

TQByteArray::TQByteArray ( int size ) -

- -

Constructs a TQByteArray of size size. - -


Related Functions

-

TQByteArray tqCompress ( const TQByteArray & data ) -

- -

-

Compresses the array data and returns the compressed byte -array using zlib. -

See also tqUncompress(). - -

TQByteArray tqCompress ( const uchar * data, int nbytes ) -

- -

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

Compresses the array data which is nbytes long and returns the -compressed byte array. - -

TQByteArray tqUncompress ( const TQByteArray & data ) -

- -

-

Uncompresses the array data and returns the uncompressed byte -array. -

Returns an empty TQByteArray if the input data was corrupt. - -

See also tqCompress(). - -

TQByteArray tqUncompress ( const uchar * data, int nbytes ) -

- -

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -

Uncompresses the array data which is nbytes long and returns -the uncompressed byte array. - - -


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


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qdoublevalidator-members.html b/doc/html/qdoublevalidator-members.html deleted file mode 100644 index b29cd1846..000000000 --- a/doc/html/qdoublevalidator-members.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - -TQDoubleValidator Member List - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

Complete Member List for TQDoubleValidator

- -

This is the complete list of member functions for -TQDoubleValidator, including inherited members. - -

- -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html deleted file mode 100644 index ceb2a5d86..000000000 --- a/doc/html/qdoublevalidator.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - -TQDoubleValidator Class - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

TQDoubleValidator Class Reference

- -

The TQDoubleValidator class provides range checking of -floating-point numbers. -More... -

#include <tqvalidator.h> -

Inherits TQValidator. -

List of all member functions. -

Public Members

- -

Properties

- -

Detailed Description

- - -

The TQDoubleValidator class provides range checking of -floating-point numbers. -

-

TQDoubleValidator provides an upper bound, a lower bound and a -limit on the number of digits after the decimal point. It does not -provide a fixup() function. -

You can set the acceptable range in one call with setRange(), or -with setBottom() and setTop(). Set the number of decimal places -with setDecimals(). The validate() function returns the validation -state. -

See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes. - -


Member Function Documentation

-

TQDoubleValidator::TQDoubleValidator ( TQObject * parent, const char * name = 0 ) -

-Constructs a validator object with parent parent, called name, which accepts any double. - -

TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, TQObject * parent, const char * name = 0 ) -

-Constructs a validator object with parent parent, called name. This validator will accept doubles from bottom to top -inclusive, with up to decimals digits after the decimal point. - -

TQDoubleValidator::~TQDoubleValidator () -

-Destroys the validator, freeing any resources used. - -

double TQDoubleValidator::bottom () const -

Returns the validator's minimum acceptable value. -See the "bottom" property for details. -

int TQDoubleValidator::decimals () const -

Returns the validator's maximum number of digits after the decimal point. -See the "decimals" property for details. -

void TQDoubleValidator::setBottom ( double ) -

Sets the validator's minimum acceptable value. -See the "bottom" property for details. -

void TQDoubleValidator::setDecimals ( int ) -

Sets the validator's maximum number of digits after the decimal point. -See the "decimals" property for details. -

void TQDoubleValidator::setRange ( double minimum, double maximum, int decimals = 0 ) [virtual] -

-Sets the validator to accept doubles from minimum to maximum -inclusive, with at most decimals digits after the decimal -point. - -

void TQDoubleValidator::setTop ( double ) -

Sets the validator's maximum acceptable value. -See the "top" property for details. -

double TQDoubleValidator::top () const -

Returns the validator's maximum acceptable value. -See the "top" property for details. -

TQValidator::State TQDoubleValidator::validate ( TQString & input, int & ) const [virtual] -

-Returns Acceptable if the string input contains a double -that is within the valid range and is in the correct format. -

Returns Intermediate if input contains a double that is -outside the range or is in the wrong format, e.g. with too many -digits after the decimal point or is empty. -

Returns Invalid if the input is not a double. -

Note: If the valid range consists of just positive doubles (e.g. 0.0 - 100.0) -and input is a negative double then Invalid is returned. - -

Reimplemented from TQValidator. -


Property Documentation

-

double bottom

-

This property holds the validator's minimum acceptable value. -

Set this property's value with setBottom() and get this property's value with bottom(). -

See also setRange(). - -

int decimals

-

This property holds the validator's maximum number of digits after the decimal point. -

Set this property's value with setDecimals() and get this property's value with decimals(). -

See also setRange(). - -

double top

-

This property holds the validator's maximum acceptable value. -

Set this property's value with setTop() and get this property's value with top(). -

See also setRange(). - - -


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


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qt-members.html b/doc/html/qt-members.html deleted file mode 100644 index 615272374..000000000 --- a/doc/html/qt-members.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - -TQt Member List - - - - - - - -
- -Home - | -All Classes - | -Main Classes - | -Annotated - | -Grouped Classes - | -Functions -

Complete Member List for TQt

- -

This is the complete list of member functions for -TQt, including inherited members. - -

- -


- -
Copyright © 2007 -TrolltechTrademarks -
TQt 3.3.8
-
- diff --git a/doc/html/qt.dcf b/doc/html/qt.dcf index 856ee66c9..eda8cf1cc 100644 --- a/doc/html/qt.dcf +++ b/doc/html/qt.dcf @@ -7155,7 +7155,7 @@ WidgetState WindowState WindowsVersion -
+
diff --git a/doc/html/titleindex b/doc/html/titleindex index 42c5f2882..a8eec621b 100644 --- a/doc/html/titleindex +++ b/doc/html/titleindex @@ -915,42 +915,42 @@ TQXmlReader Class | tqxmlreader.html TQXmlReader Member List | tqxmlreader-members.html TQXmlSimpleReader Class | tqxmlsimplereader.html TQXmlSimpleReader Member List | tqxmlsimplereader-members.html -Qt Class | tqt.html -Qt Commercial Editions | commercialeditions.html -Qt Demo | demo-example.html -Qt Distribution Example | distributor-example.html -Qt Editions | editions.html -Qt Member List | qt-members.html -Qt Object Model | object.html -Qt Open Source Edition | opensourceedition.html -Qt Open Source Edition License Agreement | license.html -Qt OpenGL 3D Graphics | opengl.html -Qt Plugins HOWTO | plugins-howto.html -Qt Reference Documentation (Open Source Edition) | index.html -Qt SQL Examples | sql-examples.html -Qt Template Library | qt-template-lib.html -Qt Template Library Classes | tqtl.html -Qt Tutorial #1 - The 14 Steps | tutorial.html -Qt Tutorial - Chapter 10: Smooth as Silk | tutorial1-10.html -Qt Tutorial - Chapter 11: Giving It a Shot | tutorial1-11.html -Qt Tutorial - Chapter 12: Hanging in the Air the Way Bricks Don't | tutorial1-12.html -Qt Tutorial - Chapter 13: Game Over | tutorial1-13.html -Qt Tutorial - Chapter 14: Facing the Wall | tutorial1-14.html -Qt Tutorial - Chapter 1: Hello, World! | tutorial1-01.html -Qt Tutorial - Chapter 2: Calling it Quits | tutorial1-02.html -Qt Tutorial - Chapter 3: Family Values | tutorial1-03.html -Qt Tutorial - Chapter 4: Let There Be Widgets | tutorial1-04.html -Qt Tutorial - Chapter 5: Building Blocks | tutorial1-05.html -Qt Tutorial - Chapter 6: Building Blocks Galore! | tutorial1-06.html -Qt Tutorial - Chapter 7: One Thing Leads to Another | tutorial1-07.html -Qt Tutorial - Chapter 8: Preparing for Battle | tutorial1-08.html -Qt Tutorial - Chapter 9: With Cannon You Can | tutorial1-09.html -Qt XML Examples | xml-examples.html -Qt's Classes | classes.html -Qt's Main Classes | mainclasses.html -Qt's Tools | tools-list.html -Qt/Mac Issues | mac-differences.html -Qt/Mac is Mac OS X Native | qtmac-as-native.html +TQt Class | tqt.html +TQt Commercial Editions | commercialeditions.html +TQt Demo | demo-example.html +TQt Distribution Example | distributor-example.html +TQt Editions | editions.html +TQt Member List | tqt-members.html +TQt Object Model | object.html +TQt Open Source Edition | opensourceedition.html +TQt Open Source Edition License Agreement | license.html +TQt OpenGL 3D Graphics | opengl.html +TQt Plugins HOWTO | plugins-howto.html +TQt Reference Documentation (Open Source Edition) | index.html +TQt SQL Examples | sql-examples.html +TQt Template Library | qt-template-lib.html +TQt Template Library Classes | tqtl.html +TQt Tutorial #1 - The 14 Steps | tutorial.html +TQt Tutorial - Chapter 10: Smooth as Silk | tutorial1-10.html +TQt Tutorial - Chapter 11: Giving It a Shot | tutorial1-11.html +TQt Tutorial - Chapter 12: Hanging in the Air the Way Bricks Don't | tutorial1-12.html +TQt Tutorial - Chapter 13: Game Over | tutorial1-13.html +TQt Tutorial - Chapter 14: Facing the Wall | tutorial1-14.html +TQt Tutorial - Chapter 1: Hello, World! | tutorial1-01.html +TQt Tutorial - Chapter 2: Calling it Quits | tutorial1-02.html +TQt Tutorial - Chapter 3: Family Values | tutorial1-03.html +TQt Tutorial - Chapter 4: Let There Be Widgets | tutorial1-04.html +TQt Tutorial - Chapter 5: Building Blocks | tutorial1-05.html +TQt Tutorial - Chapter 6: Building Blocks Galore! | tutorial1-06.html +TQt Tutorial - Chapter 7: One Thing Leads to Another | tutorial1-07.html +TQt Tutorial - Chapter 8: Preparing for Battle | tutorial1-08.html +TQt Tutorial - Chapter 9: With Cannon You Can | tutorial1-09.html +TQt XML Examples | xml-examples.html +TQt's Classes | classes.html +TQt's Main Classes | mainclasses.html +TQt's Tools | tools-list.html +TQt/Mac Issues | mac-differences.html +TQt/Mac is Mac OS X Native | qtmac-as-native.html Range controls | rangecontrols-example.html Richtext | richtext-example.html Rot13 | rot-example.html diff --git a/doc/html/tqbytearray-members.html b/doc/html/tqbytearray-members.html new file mode 100644 index 000000000..606581836 --- /dev/null +++ b/doc/html/tqbytearray-members.html @@ -0,0 +1,73 @@ + + + + +TQByteArray Member List + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Complete Member List for TQByteArray

+ +

This is the complete list of member functions for +TQByteArray, including inherited members. + +

+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ diff --git a/doc/html/tqbytearray.html b/doc/html/tqbytearray.html new file mode 100644 index 000000000..bd5ca50b0 --- /dev/null +++ b/doc/html/tqbytearray.html @@ -0,0 +1,118 @@ + + + + +TQByteArray Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQByteArray Class Reference

+ +

The TQByteArray class provides an array of bytes. +More... +

All the functions in this class are reentrant when TQt is built with thread support.

+

#include <tqcstring.h> +

Inherits TQMemArray<char>. +

Inherited by TQBitArray and TQCString. +

List of all member functions. +

Public Members

+ +

Related Functions

+
    +
  • TQByteArray tqCompress ( const TQByteArray & data )
  • +
  • TQByteArray tqCompress ( const uchar * data, int nbytes )
  • +
  • TQByteArray tqUncompress ( const TQByteArray & data )
  • +
  • TQByteArray tqUncompress ( const uchar * data, int nbytes )
  • +
+

Detailed Description

+ + + +The TQByteArray class provides an array of bytes. +

+ +

The TQByteArray class provides an explicitly shared array of bytes. +It is useful for manipulating memory areas with custom data. +TQByteArray is implemented as a TQMemArray<char>. See the TQMemArray documentation for further information. +

See also Collection Classes and Non-GUI Classes. + +


Member Function Documentation

+

TQByteArray::TQByteArray () +

+ +

Constructs an empty TQByteArray. + +

TQByteArray::TQByteArray ( int size ) +

+ +

Constructs a TQByteArray of size size. + +


Related Functions

+

TQByteArray tqCompress ( const TQByteArray & data ) +

+ +

+

Compresses the array data and returns the compressed byte +array using zlib. +

See also tqUncompress(). + +

TQByteArray tqCompress ( const uchar * data, int nbytes ) +

+ +

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

Compresses the array data which is nbytes long and returns the +compressed byte array. + +

TQByteArray tqUncompress ( const TQByteArray & data ) +

+ +

+

Uncompresses the array data and returns the uncompressed byte +array. +

Returns an empty TQByteArray if the input data was corrupt. + +

See also tqCompress(). + +

TQByteArray tqUncompress ( const uchar * data, int nbytes ) +

+ +

This is an overloaded member function, provided for convenience. It behaves essentially like the above function. +

Uncompresses the array data which is nbytes long and returns +the uncompressed byte array. + + +


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


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ diff --git a/doc/html/tqdoublevalidator-members.html b/doc/html/tqdoublevalidator-members.html new file mode 100644 index 000000000..b29cd1846 --- /dev/null +++ b/doc/html/tqdoublevalidator-members.html @@ -0,0 +1,98 @@ + + + + +TQDoubleValidator Member List + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Complete Member List for TQDoubleValidator

+ +

This is the complete list of member functions for +TQDoubleValidator, including inherited members. + +

+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ diff --git a/doc/html/tqdoublevalidator.html b/doc/html/tqdoublevalidator.html new file mode 100644 index 000000000..ceb2a5d86 --- /dev/null +++ b/doc/html/tqdoublevalidator.html @@ -0,0 +1,150 @@ + + + + +TQDoubleValidator Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQDoubleValidator Class Reference

+ +

The TQDoubleValidator class provides range checking of +floating-point numbers. +More... +

#include <tqvalidator.h> +

Inherits TQValidator. +

List of all member functions. +

Public Members

+ +

Properties

+
    +
  • double bottom - the validator's minimum acceptable value
  • +
  • int decimals - the validator's maximum number of digits after the decimal point
  • +
  • double top - the validator's maximum acceptable value
  • +
+

Detailed Description

+ + +

The TQDoubleValidator class provides range checking of +floating-point numbers. +

+

TQDoubleValidator provides an upper bound, a lower bound and a +limit on the number of digits after the decimal point. It does not +provide a fixup() function. +

You can set the acceptable range in one call with setRange(), or +with setBottom() and setTop(). Set the number of decimal places +with setDecimals(). The validate() function returns the validation +state. +

See also TQIntValidator, TQRegExpValidator, and Miscellaneous Classes. + +


Member Function Documentation

+

TQDoubleValidator::TQDoubleValidator ( TQObject * parent, const char * name = 0 ) +

+Constructs a validator object with parent parent, called name, which accepts any double. + +

TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, TQObject * parent, const char * name = 0 ) +

+Constructs a validator object with parent parent, called name. This validator will accept doubles from bottom to top +inclusive, with up to decimals digits after the decimal point. + +

TQDoubleValidator::~TQDoubleValidator () +

+Destroys the validator, freeing any resources used. + +

double TQDoubleValidator::bottom () const +

Returns the validator's minimum acceptable value. +See the "bottom" property for details. +

int TQDoubleValidator::decimals () const +

Returns the validator's maximum number of digits after the decimal point. +See the "decimals" property for details. +

void TQDoubleValidator::setBottom ( double ) +

Sets the validator's minimum acceptable value. +See the "bottom" property for details. +

void TQDoubleValidator::setDecimals ( int ) +

Sets the validator's maximum number of digits after the decimal point. +See the "decimals" property for details. +

void TQDoubleValidator::setRange ( double minimum, double maximum, int decimals = 0 ) [virtual] +

+Sets the validator to accept doubles from minimum to maximum +inclusive, with at most decimals digits after the decimal +point. + +

void TQDoubleValidator::setTop ( double ) +

Sets the validator's maximum acceptable value. +See the "top" property for details. +

double TQDoubleValidator::top () const +

Returns the validator's maximum acceptable value. +See the "top" property for details. +

TQValidator::State TQDoubleValidator::validate ( TQString & input, int & ) const [virtual] +

+Returns Acceptable if the string input contains a double +that is within the valid range and is in the correct format. +

Returns Intermediate if input contains a double that is +outside the range or is in the wrong format, e.g. with too many +digits after the decimal point or is empty. +

Returns Invalid if the input is not a double. +

Note: If the valid range consists of just positive doubles (e.g. 0.0 - 100.0) +and input is a negative double then Invalid is returned. + +

Reimplemented from TQValidator. +


Property Documentation

+

double bottom

+

This property holds the validator's minimum acceptable value. +

Set this property's value with setBottom() and get this property's value with bottom(). +

See also setRange(). + +

int decimals

+

This property holds the validator's maximum number of digits after the decimal point. +

Set this property's value with setDecimals() and get this property's value with decimals(). +

See also setRange(). + +

double top

+

This property holds the validator's maximum acceptable value. +

Set this property's value with setTop() and get this property's value with top(). +

See also setRange(). + + +


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


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ diff --git a/doc/html/tqt-members.html b/doc/html/tqt-members.html new file mode 100644 index 000000000..615272374 --- /dev/null +++ b/doc/html/tqt-members.html @@ -0,0 +1,45 @@ + + + + +TQt Member List + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Complete Member List for TQt

+ +

This is the complete list of member functions for +TQt, including inherited members. + +

    +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ diff --git a/doc/html/tqt.html b/doc/html/tqt.html index bad4533cd..1c71cbbf1 100644 --- a/doc/html/tqt.html +++ b/doc/html/tqt.html @@ -35,7 +35,7 @@ that need to be global-like. More...

#include <tqnamespace.h>

Inherited by TQObject, TQPixmap, TQBrush, TQCanvasItem, TQCursor, TQPainter, TQEvent, TQIconViewItem, TQKeySequence, TQListViewItem, TQCustomMenuItem, TQPen, TQStyleSheetItem, TQSyntaxHighlighter, TQTab, TQTableItem, TQThread, TQToolTip, and TQWhatsThis. -

List of all member functions. +

List of all member functions.

Public Members

  • enum ButtonState { NoButton = 0x0000, LeftButton = 0x0001, RightButton = 0x0002, MidButton = 0x0004, MouseButtonMask = 0x0007, ShiftButton = 0x0100, ControlButton = 0x0200, AltButton = 0x0400, MetaButton = 0x0800, KeyButtonMask = 0x0f00, Keypad = 0x4000 }
  • -- cgit v1.2.1