diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/man/man3/tqmacstyle.3qt | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqmacstyle.3qt')
-rw-r--r-- | doc/man/man3/tqmacstyle.3qt | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/man/man3/tqmacstyle.3qt b/doc/man/man3/tqmacstyle.3qt index e1978ffe2..359d740d2 100644 --- a/doc/man/man3/tqmacstyle.3qt +++ b/doc/man/man3/tqmacstyle.3qt @@ -1,5 +1,5 @@ '\" t -.TH QMacStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQMacStyle 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,19 +7,19 @@ .ad l .nh .SH NAME -QMacStyle \- Implements an Appearance Manager style +TQMacStyle \- Implements an Appearance Manager style .SH SYNOPSIS -\fC#include <qmacstyle_mac.h>\fR +\fC#include <tqmacstyle_mac.h>\fR .PP Inherits TQWindowsStyle. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQMacStyle\fR ()" +.BI "\fBTQMacStyle\fR ()" .br .ti -1c -.BI "virtual \fB~QMacStyle\fR ()" +.BI "virtual \fB~TQMacStyle\fR ()" .br .ti -1c .BI "enum \fBFocusRectPolicy\fR { FocusEnabled, FocusDisabled, FocusDefault }" @@ -44,7 +44,7 @@ Inherits TQWindowsStyle. .br .in -1c .SH DESCRIPTION -The QMacStyle class implements an Appearance Manager style. +The TQMacStyle class implements an Appearance Manager style. .PP 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). .PP @@ -57,60 +57,60 @@ Layout - The restrictions on window layout are such that some aspects of layout 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). .IP .TP -Effects - QMacStyle (in contrast to QAquaStyle) 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. +Effects - TQMacStyle (in contrast to QAquaStyle) 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. .IP .PP 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. .PP -Note that the functions provided by QMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. +Note that the functions provided by TQMacStyle are reimplementations of TQStyle functions; see TQStyle for their documentation. .PP See also Widget Appearance and Style. .SS "Member Type Documentation" -.SH "QMacStyle::FocusRectPolicy" +.SH "TQMacStyle::FocusRectPolicy" This type is used to signify a widget's focus rectangle policy. .TP -\fCQMacStyle::FocusEnabled\fR - show a focus rectangle when the widget has focus. +\fCTQMacStyle::FocusEnabled\fR - show a focus rectangle when the widget has focus. .TP -\fCQMacStyle::FocusDisabled\fR - never show a focus rectangle for the widget. +\fCTQMacStyle::FocusDisabled\fR - never show a focus rectangle for the widget. .TP -\fCQMacStyle::FocusDefault\fR - 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. -.SH "QMacStyle::WidgetSizePolicy" +\fCTQMacStyle::FocusDefault\fR - 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. +.SH "TQMacStyle::WidgetSizePolicy" .TP -\fCQMacStyle::SizeSmall\fR +\fCTQMacStyle::SizeSmall\fR .TP -\fCQMacStyle::SizeLarge\fR +\fCTQMacStyle::SizeLarge\fR .TP -\fCQMacStyle::SizeNone\fR +\fCTQMacStyle::SizeNone\fR .TP -\fCQMacStyle::SizeDefault\fR +\fCTQMacStyle::SizeDefault\fR .SH MEMBER FUNCTION DOCUMENTATION -.SH "QMacStyle::QMacStyle ()" -Constructs a QMacStyle object. -.SH "QMacStyle::~QMacStyle ()\fC [virtual]\fR" -Destructs a QMacStyle object. -.SH "FocusRectPolicy QMacStyle::focusRectPolicy ( TQWidget * w )\fC [static]\fR" +.SH "TQMacStyle::TQMacStyle ()" +Constructs a TQMacStyle object. +.SH "TQMacStyle::~TQMacStyle ()\fC [virtual]\fR" +Destructs a TQMacStyle object. +.SH "FocusRectPolicy TQMacStyle::focusRectPolicy ( TQWidget * w )\fC [static]\fR" Returns the focus rectangle policy for the widget \fIw\fR. .PP -The focus rectangle policy can be one of QMacStyle::FocusRectPolicy. +The focus rectangle policy can be one of TQMacStyle::FocusRectPolicy. .PP See also setFocusRectPolicy(). -.SH "void QMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy )\fC [static]\fR" -Sets the focus rectangle policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::FocusRectPolicy. +.SH "void TQMacStyle::setFocusRectPolicy ( TQWidget * w, FocusRectPolicy policy )\fC [static]\fR" +Sets the focus rectangle policy of \fIw\fR. The \fIpolicy\fR can be one of TQMacStyle::FocusRectPolicy. .PP See also focusRectPolicy(). -.SH "void QMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy )\fC [static]\fR" -Sets the widget size policy of \fIw\fR. The \fIpolicy\fR can be one of QMacStyle::WidgetSizePolicy. +.SH "void TQMacStyle::setWidgetSizePolicy ( TQWidget * w, WidgetSizePolicy policy )\fC [static]\fR" +Sets the widget size policy of \fIw\fR. The \fIpolicy\fR can be one of TQMacStyle::WidgetSizePolicy. .PP See also widgetSizePolicy(). -.SH "WidgetSizePolicy QMacStyle::widgetSizePolicy ( TQWidget * w )\fC [static]\fR" +.SH "WidgetSizePolicy TQMacStyle::widgetSizePolicy ( TQWidget * w )\fC [static]\fR" Returns the widget size policy for the widget \fIw\fR. .PP -The widget size policy can be one of QMacStyle::WidgetSizePolicy. +The widget size policy can be one of TQMacStyle::WidgetSizePolicy. .PP See also setWidgetSizePolicy(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmacstyle.html +.BR http://doc.trolltech.com/tqmacstyle.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |