From 7bc57326e69b9c3f0eaeda63e4a49b67ba611426 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 15:05:55 +0900 Subject: Rename style nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqstylefactory.html | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 doc/html/tqstylefactory.html (limited to 'doc/html/tqstylefactory.html') diff --git a/doc/html/tqstylefactory.html b/doc/html/tqstylefactory.html new file mode 100644 index 000000000..04c2d8cf4 --- /dev/null +++ b/doc/html/tqstylefactory.html @@ -0,0 +1,80 @@ + + + + + +TQStyleFactory Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQStyleFactory Class Reference

+ +

The TQStyleFactory class creates TQStyle objects. +More... +

#include <tqstylefactory.h> +

List of all member functions. +

Static Public Members

+ +

Detailed Description

+ + +The TQStyleFactory class creates TQStyle objects. +

The style factory creates a TQStyle object for a given key with +TQStyleFactory::create(key). +

The styles are either built-in or dynamically loaded from a style +plugin (see TQStylePlugin). +

TQStyleFactory::keys() returns a list of valid keys, typically +including "Windows", "Motif", "CDE", "MotifPlus", "Platinum", +"SGI" and "Compact". Depending on the platform, "WindowsXP", +"Aqua" or "Macintosh" may be available. + +


Member Function Documentation

+

TQStyle * TQStyleFactory::create ( const TQString & key ) [static] +

+Creates a TQStyle object that matches key case-insensitively. +This is either a built-in style, or a style from a style plugin. +

See also keys(). + +

Example: themes/wood.cpp. +

TQStringList TQStyleFactory::keys () [static] +

+Returns the list of keys this factory can create styles for. +

See also create(). + +

Example: themes/themes.cpp. + +


+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.1