Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

TQMacStyle Class Reference

The TQMacStyle class implements an Appearance Manager style. More...

#include <qmacstyle_mac.h>

Inherits TQWindowsStyle.

List of all member functions.

Public Members

Static Public Members


Detailed Description

The TQMacStyle 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 TQStyle 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 TQMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation.

See also Widget Appearance and Style.


Member Type Documentation

TQMacStyle::FocusRectPolicy

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

TQMacStyle::WidgetSizePolicy


Member Function Documentation

TQMacStyle::TQMacStyle ()

Constructs a TQMacStyle object.

TQMacStyle::~TQMacStyle () [virtual]

Destructs a TQMacStyle object.

FocusRectPolicy TQMacStyle::focusRectPolicy ( TQWidget * w ) [static]

Returns the focus rectangle policy for the widget w.

The focus rectangle policy can be one of TQMacStyle::FocusRectPolicy.

See also setFocusRectPolicy().

void TQMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy ) [static]

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

See also focusRectPolicy().

void TQMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy ) [static]

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

See also widgetSizePolicy().

WidgetSizePolicy TQMacStyle::widgetSizePolicy ( TQWidget * w ) [static]

Returns the widget size policy for the widget w.

The widget size policy can be one of TQMacStyle::WidgetSizePolicy.

See also setWidgetSizePolicy().


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


Copyright © 2007 TrolltechTrademarks
TQt 3.3.8