QCommonStyle - Encapsulates common Look and Feel of a GUI
#include <qcommonstyle.h>
Inherits QStyle.
Inherited by QMotifStyle and QWindowsStyle.
Public Members
ScrollControl scrollBarPointOver ( const QScrollBar * sb,
int sliderStart, const QPoint & p )
void drawMenuBarItem ( QPainter * p, int x, int y, int w,
int h, QMenuItem * mi, QColorGroup & g, bool enabled,
bool active )
DESCRIPTION
Encapsulates common Look and Feel of a GUI.
This abstract class implements some of the widget's look
and feel that is common to all GUI styles provided and
shipped as part of Qt.
MEMBER FUNCTION DOCUMENTATION
QRect QCommonStyle::comboButtonFocusRect ( int x, int y, int w,
int h ) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
QRect QCommonStyle::comboButtonRect ( int x, int y, int w, int h
) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
int QCommonStyle::defaultFrameWidth () const [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
void QCommonStyle::drawComboButton ( QPainter * p, int x, int y,
int w, int h, const QColorGroup & g, bool sunken = FALSE,
bool = FALSE, bool = TRUE, const QBrush * fill = 0 )
[virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
y, int w, int h ) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
void QCommonStyle::drawPushButtonLabel ( QPushButton * btn,
QPainter * p ) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
void QCommonStyle::drawSliderGrooveMask ( QPainter * p, int x,
int y, int w, int h, QCOORD c, Orientation orient )
[virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
void QCommonStyle::drawSliderMask ( QPainter * p, int x, int y,
int w, int h, Orientation, bool, bool ) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
void QCommonStyle::drawTab ( QPainter * p, const QTabBar * tb,
QTab * t, bool selected )
Reimplemented for internal reasons; the API is not
affected.
void QCommonStyle::drawTabMask ( QPainter * p, const QTabBar *,
QTab * t, bool )
Reimplemented for internal reasons; the API is not
affected.
void QCommonStyle::getButtonShift ( int & x, int & y ) [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
int QCommonStyle::maximumSliderDragDistance () const [virtual]
Reimplemented for internal reasons; the API is not
affected.
Reimplemented from QStyle.
int QCommonStyle::popupSubmenuIndicatorWidth ( const QFontMetrics
& fm ) [virtual]
Reimplemented for internal reasons; the API is not
Reimplemented from QStyle.
void QCommonStyle::tabbarMetrics ( const QTabBar * t, int &
hframe, int & vframe, int & overlap )
Reimplemented for internal reasons; the API is not
affected.
SEE ALSO
http://doc.trolltech.com/qcommonstyle.html
http://www.trolltech.com/faq/tech.html
COPYRIGHT
Copyright 1992-2001 Trolltech AS,
http://www.trolltech.com. See the license file included
in the distribution for a complete license statement.
AUTHOR
Generated automatically from the source code.
BUGS
If you find a bug in Qt, please report it as described in
http://doc.trolltech.com/bughowto.html. Good bug reports
make our job much simpler. Thank you.
In case of content or formattting problems with this
manual page, please report them to qt-bugs@trolltech.com.
Please include the name of the manual page
(qcommonstyle.3qt) and the Qt version (2.3.1).
Man(1) output converted with
man2html