- enum ComplexControl
- enum ContentsType
- enum ControlElement
- enum IconMode
- enum PixelMetric
- enum PrimitiveElement
- enum StandardPixmap
- enum StyleFlag
- typedef StyleFlags
- enum StyleHint
- enum SubControl
- typedef SubControls
- enum SubRect
- QMotifPlusStyle ( bool hoveringHighlight = true )
- ~QMotifPlusStyle ()
- bool blockSignals ( bool block )
- void childEvent ( QChildEvent * event )
- const QObjectList & children () const
- bool connect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member, Qt::ConnectionType type = Qt::AutoConnection )
- bool connect ( const QObject * sender, const char * signal, const char * member, Qt::ConnectionType type = Qt::AutoConnection ) const
- void connectNotify ( const char * signal )
- void customEvent ( QCustomEvent * event )
- void deleteLater ()
- void destroyed ( QObject * obj = 0 )
- bool disconnect ( const QObject * sender, const char * signal, const QObject * receiver, const char * member )
- bool disconnect ( const char * signal = 0, const QObject * receiver = 0, const char * member = 0 )
- bool disconnect ( const QObject * receiver, const char * member = 0 )
- void disconnectNotify ( const char * signal )
- void drawComplexControl ( ComplexControl control, QPainter * p, const QWidget * widget, const QRect & r, const QPalette & pal, SFlags how = Style_Default, SCFlags controls = SC_All, SCFlags active = SC_None /*const Q3StyleOption& = Q3StyleOption::Default*/ ) const
- void drawComplexControlMask ( ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * w = 0 ) const
- void drawControl ( ControlElement element, QPainter * p, const QWidget * widget, const QRect & r, const QPalette & pal, SFlags how = Style_Default /*const Q3StyleOption& = Q3StyleOption::Default*/ ) const
- void drawControlMask ( ControlElement ce, const QStyleOption * opt, QPainter * p, const QWidget * w = 0 ) const
- void drawItem ( QPainter * painter, const QRect & rect, int alignment, const QPalette & pal, bool enabled, const QString & text, int len = -1, const QColor * penColor = 0 ) const
- void drawItem ( QPainter * painter, const QRect & rect, int alignment, const QPalette & pal, bool enabled, const QPixmap & pixmap, const QColor * penColor = 0 ) const
- void drawItem ( QPainter * painter, const QRect & rect, int alignment, const QPalette & pal, bool enabled, const QPixmap & pixmap, const QString & text, int len = -1, const QColor * penColor = 0 ) const
- void drawPrimitive ( PrimitiveElement pe, QPainter * p, const QRect & r, const QPalette & pal, SFlags flags = Style_Default /*const Q3StyleOption& = Q3StyleOption::Default*/ ) const
- void dumpObjectInfo ()
- void dumpObjectTree ()
- bool event ( QEvent * e )
- bool eventFilter ( QObject * watched, QEvent * e )
- QObject * findChild ( const QString & name ) const
- QObjectList findChildren ( const QString & name ) const
- QObjectList findChildren ( const QRegExp & re ) const
- QPixmap generatedIconPixmap ( IconMode iconMode, const QPixmap & pixmap, const QStyleOption * option ) const
|
- bool inherits ( const char * clname ) const
- void installEventFilter ( const QObject * filterObj )
- bool isAncestorOf ( const QObject * child ) const
- bool isWidgetType () const
- QRect itemRect ( const QFontMetrics & metrics, const QRect & rect, int alignment, bool enabled, const QString & text, int len = -1 ) const
- QRect itemRect ( const QRect & rect, int alignment, const QPixmap & pixmap ) const
- void killTimer ( int id )
- const QMetaObject * metaObject () const
- QString objectName () const
- QObject * parent () const
- int pixelMetric ( PixelMetric metric, const QStyleOption * option = 0, const QWidget * widget = 0 ) const
- void polish ( QWidget * widget )
- void polish ( QApplication * app )
- void polish ( QPalette & pal )
- int positionFromValue ( int min, int max, int logicalValue, int span, bool upsideDown = false )
- QCoreVariant property ( const char * name ) const
- SubControl querySubControl ( ComplexControl cc, const QStyleOptionComplex * opt, const QPoint & pt, const QWidget * widget = 0 ) const
- QRect querySubControlMetrics ( ComplexControl control, const QWidget * widget, SubControl subcontrol ) const
- int receivers ( const char * signal ) const
- void removeEventFilter ( const QObject * obj )
- QObject * sender () const
- void setObjectName ( const QString & name )
- void setParent ( QObject * parent )
- bool setProperty ( const char * name, const QCoreVariant & value )
- void setUseHighlightColors ( bool arg )
- bool signalsBlocked () const
- QSize sizeFromContents ( ContentsType contents, const QWidget * widget, const QSize & contentsSize ) const
- QPixmap standardPixmap ( StandardPixmap standardPixmap, const QStyleOption * option = 0, const QWidget * widget = 0 ) const
- int startTimer ( int interval )
- int styleHint ( StyleHint sh, const QWidget * , QStyleHintReturn * = 0 ) const
- QPixmap stylePixmap ( StylePixmap , const QWidget * = 0 /*, const Q3StyleOption& = Q3StyleOption::Default*/ ) const
- QRect subRect ( SubRect r, const QWidget * widget ) const
- QThread * thread () const
- void timerEvent ( QTimerEvent * event )
- QString tr ( const char * sourceText, const char * comment )
- QString trUtf8 ( const char * sourceText, const char * comment )
- void unPolish ( QWidget * widget )
- void unPolish ( QApplication * app )
- bool useHighlightColors () const
- int valueFromPosition ( int min, int max, int pos, int span, bool upsideDown = false )
- QPoint visualPos ( const QPoint & logicalPos, const QWidget * widget )
- QPoint visualPos ( const QPoint & logicalPos, const QRect & boundingRect )
- QRect visualRect ( const QRect & logicalRect, const QWidget * widget )
- QRect visualRect ( const QRect & logicalRect, const QRect & boundingRect )
|