From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/ntqstylefactory.html | 80 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 doc/html/ntqstylefactory.html (limited to 'doc/html/ntqstylefactory.html') diff --git a/doc/html/ntqstylefactory.html b/doc/html/ntqstylefactory.html new file mode 100644 index 000000000..259ccdb78 --- /dev/null +++ b/doc/html/ntqstylefactory.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 <ntqstylefactory.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