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.
- Layout - The restrictions on window layout are such that some
aspects of layout that are style-dependent cannot be achieved
using TQLayout. Changes are being considered (and feedback would be
appreciated) to make layouts TQStyle-able. Some of the restrictions
involve horizontal and vertical widget alignment and widget size
(covered below).
- Widget size - Aqua allows widgets to have specific fixed sizes. TQt
does not fully implement this behaviour so as to maintain multiplatform
compatibility. As a result some widgets sizes may be inappropriate (and
subsequently not rendered correctly by the Appearance Manager).The
TQWidget::sizeHint() will return the appropriate size for many
managed widgets (widgets enumerated in TQStyle::ContentsType).
- Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating
(except where Appearance Manager does not provide certain
capabilities), for example TQPushButton pulsing effects. In this case a
near matching emulation has been implemented, but naturally this will
not be identical to the similar functionality built into the Appearance
Manager. Please report any issues you see in effects or non-standard
widgets.
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::FocusEnabled - show a focus rectangle when the widget has focus.
- TQMacStyle::FocusDisabled - never show a focus rectangle for the widget.
- TQMacStyle::FocusDefault - show a focus rectangle when the widget has
focus and the widget is a TQSpinWidget, TQDateTimeEdit, TQLineEdit,
TQListBox, TQListView, editable TQTextEdit, or one of their
subclasses.
TQMacStyle::WidgetSizePolicy
- TQMacStyle::SizeSmall
- TQMacStyle::SizeLarge
- TQMacStyle::SizeNone
- TQMacStyle::SizeDefault
Member Function Documentation
TQMacStyle::TQMacStyle ()
Constructs a TQMacStyle object.
TQMacStyle::~TQMacStyle () [virtual]
Destructs a TQMacStyle object.
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().
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.