From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qmacstyle.html | 160 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 160 insertions(+) create mode 100644 doc/html/qmacstyle.html (limited to 'doc/html/qmacstyle.html') diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html new file mode 100644 index 0000000..85aa464 --- /dev/null +++ b/doc/html/qmacstyle.html @@ -0,0 +1,160 @@ + + + + + +QMacStyle Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QMacStyle Class Reference

+ +

The QMacStyle class implements an Appearance Manager style. +More... +

#include <qmacstyle_mac.h> +

Inherits QWindowsStyle. +

List of all member functions. +

Public Members

+ +

Static Public Members

+ +

Detailed Description

+ + +The QMacStyle class implements an Appearance Manager style. +

+

This class is implemented as a wrapper to the Apple Appearance +Manager. This allows your application to be styled by whatever +theme your Macintosh is using. This is done by having primitives +in QStyle implemented in terms of what the Macintosh would +normally theme (i.e. the Finder). +

There are additional issues that should be taken +into consideration to make an application compatible with the +Aqua Style Guidelines. Some of these issues are outlined +below. +

+

There are other issues that need to be considered in the feel of +your application (including the general color scheme to match the +Aqua colors). The Guidelines mentioned above will remain current +with new advances and design suggestions for Mac OS X. +

Note that the functions provided by QMacStyle are +reimplementations of QStyle functions; see QStyle for their +documentation. +

See also Widget Appearance and Style. + +


Member Type Documentation

+

QMacStyle::FocusRectPolicy

+ +

This type is used to signify a widget's focus rectangle policy. +

+

QMacStyle::WidgetSizePolicy

+ + +

Member Function Documentation

+

QMacStyle::QMacStyle () +

+Constructs a QMacStyle object. + +

QMacStyle::~QMacStyle () [virtual] +

+Destructs a QMacStyle object. + +

FocusRectPolicy QMacStyle::focusRectPolicy ( QWidget * w ) [static] +

+Returns the focus rectangle policy for the widget w. +

The focus rectangle policy can be one of QMacStyle::FocusRectPolicy. +

See also setFocusRectPolicy(). + +

void QMacStyle::setFocusRectPolicy ( QWidget * w, FocusRectPolicy policy ) [static] +

+Sets the focus rectangle policy of w. The policy can be one of +QMacStyle::FocusRectPolicy. +

See also focusRectPolicy(). + +

void QMacStyle::setWidgetSizePolicy ( QWidget * w, WidgetSizePolicy policy ) [static] +

+Sets the widget size policy of w. The policy can be one of +QMacStyle::WidgetSizePolicy. +

See also widgetSizePolicy(). + +

WidgetSizePolicy QMacStyle::widgetSizePolicy ( QWidget * w ) [static] +

+Returns the widget size policy for the widget w. +

The widget size policy can be one of QMacStyle::WidgetSizePolicy. +

See also setWidgetSizePolicy(). + + +


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


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