![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
 Inheritance diagram for QProgressBarPrivate:
 Collaboration diagram for QProgressBarPrivate:Additional Inherited Members | |
  Public Types inherited from QWidgetPrivate | |
| enum | DrawWidgetFlag {  DrawAsRoot = 0x01 , DrawPaintOnScreen = 0x02 , DrawRecursive = 0x04 , DrawInvisible = 0x08 , DontSubtractOpaqueChildren = 0x10 , DontDrawOpaqueChildren = 0x20 , DontDrawNativeChildren = 0x40 , DontSetCompositionMode = 0x80 , UseEffectRegionBounds = 0x100 }  | 
| enum | Direction { DirectionNorth = 0x01 , DirectionEast = 0x10 , DirectionSouth = 0x02 , DirectionWest = 0x20 } | 
| enum class | WindowHandleMode { Direct , Closest , TopLevel } | 
| enum | CloseMode { CloseNoEvent , CloseWithEvent , CloseWithSpontaneousEvent } | 
  Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) | 
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > | 
  Static Public Member Functions inherited from QWidgetPrivate | |
| static QWidgetPrivate * | get (QWidget *w) | 
| static const QWidgetPrivate * | get (const QWidget *w) | 
| static void | checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight) | 
| static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr) | 
| static QWidget * | parentGraphicsView (const QWidget *widget) | 
| static QRect | screenGeometry (const QWidget *widget) | 
| static QRect | availableScreenGeometry (const QWidget *widget) | 
| static QScreen * | screen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) | 
| static QRect | screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) | 
| static QRect | availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) | 
| static void | sendComposeStatus (QWidget *w, bool end) | 
| static void | setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent) | 
  Static Public Member Functions inherited from QObjectPrivate | |
| static bool | removeConnection (Connection *c) | 
| static QObjectPrivate * | get (QObject *o) | 
| static const QObjectPrivate * | get (const QObject *o) | 
| template<typename Func1 , typename Func2 > | |
| static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) | 
| template<typename Func1 , typename Func2 > | |
| static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) | 
| static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) | 
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) | 
| static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) | 
| static bool | disconnect (const QObject *sender, int signal_index, void **slot) | 
| static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) | 
  Static Public Attributes inherited from QWidgetPrivate | |
| static QWidgetMapper * | mapper = nullptr | 
| static QWidgetSet * | allWidgets = nullptr | 
| static int | instanceCounter = 0 | 
| static int | maxInstances = 0 | 
Definition at line 21 of file qprogressbar.cpp.
| QProgressBarPrivate::QProgressBarPrivate | ( | ) | 
Definition at line 47 of file qprogressbar.cpp.
References initDefaultFormat().
 Here is the call graph for this function:
      
  | 
  inline | 
| void QProgressBarPrivate::init | ( | ) | 
Definition at line 61 of file qprogressbar.cpp.
References QSizePolicy::Expanding, QSizePolicy::Fixed, orientation, resetLayoutItemMargins(), sp, Qt::Vertical, and Qt::WA_WState_OwnSizePolicy.
 Here is the call graph for this function:| void QProgressBarPrivate::initDefaultFormat | ( | ) | 
Definition at line 55 of file qprogressbar.cpp.
References defaultFormat, QWidgetPrivate::locale, and QLocale::percent().
Referenced by QProgressBarPrivate().
 Here is the call graph for this function:
 Here is the caller graph for this function:| bool QProgressBarPrivate::repaintRequired | ( | ) | const | 
Definition at line 108 of file qprogressbar.cpp.
References cw, QRect::height(), Qt::Horizontal, lastPaintedValue, maximum, minimum, opt, QStyle::PM_ProgressBarChunkWidth, qAbs(), QStyle::SE_ProgressBarGroove, textVisible, and QRect::width().
 Here is the call graph for this function:
      
  | 
  inline | 
Definition at line 72 of file qprogressbar.cpp.
References QStyle::SE_ProgressBarLayoutItem, and QWidgetPrivate::setLayoutItemMargins().
Referenced by init().
 Here is the call graph for this function:
 Here is the caller graph for this function:| Qt::Alignment QProgressBarPrivate::alignment | 
Definition at line 35 of file qprogressbar.cpp.
| uint QProgressBarPrivate::defaultFormat | 
Definition at line 37 of file qprogressbar.cpp.
Referenced by initDefaultFormat().
| QString QProgressBarPrivate::format | 
Definition at line 42 of file qprogressbar.cpp.
| bool QProgressBarPrivate::invertedAppearance | 
Definition at line 40 of file qprogressbar.cpp.
| int QProgressBarPrivate::lastPaintedValue | 
Definition at line 38 of file qprogressbar.cpp.
Referenced by repaintRequired().
| int QProgressBarPrivate::maximum | 
Definition at line 33 of file qprogressbar.cpp.
Referenced by bound(), and repaintRequired().
| int QProgressBarPrivate::minimum | 
Definition at line 32 of file qprogressbar.cpp.
Referenced by bound(), and repaintRequired().
| Qt::Orientation QProgressBarPrivate::orientation | 
Definition at line 39 of file qprogressbar.cpp.
Referenced by init().
| QProgressBar::Direction QProgressBarPrivate::textDirection | 
Definition at line 41 of file qprogressbar.cpp.
| uint QProgressBarPrivate::textVisible | 
Definition at line 36 of file qprogressbar.cpp.
Referenced by repaintRequired().
| int QProgressBarPrivate::value | 
Definition at line 34 of file qprogressbar.cpp.