QStyleOptionProgressBar Class Reference

#include <qstyleoption.h>

Class Description

Definition at line 396 of file qstyleoption.h.

+ Inheritance diagram for QStyleOptionProgressBar:

Public Types

enum  StyleOptionType { Type = SO_ProgressBar }
 
enum  StyleOptionVersion { Version = 1 }
 
- Public Types inherited from QStyleOption
enum  OptionType {
  SO_Default, SO_FocusRect, SO_Button, SO_Tab,
  SO_MenuItem, SO_Frame, SO_ProgressBar, SO_ToolBox,
  SO_Header, SO_Q3DockWindow, SO_DockWidget, SO_Q3ListViewItem,
  SO_ViewItem, SO_TabWidgetFrame, SO_TabBarBase, SO_RubberBand,
  SO_ToolBar, SO_GraphicsItem, SO_Complex = 0xf0000, SO_Slider,
  SO_SpinBox, SO_ToolButton, SO_ComboBox, SO_Q3ListView,
  SO_TitleBar, SO_GroupBox, SO_SizeGrip, SO_CustomBase = 0xf00,
  SO_ComplexCustomBase = 0xf000000
}
 
enum  StyleOptionType { Type = SO_Default }
 
enum  StyleOptionVersion { Version = 1 }
 

Public Member Functions

 QStyleOptionProgressBar ()
 
 QStyleOptionProgressBar (const QStyleOptionProgressBar &other)
 
- Public Member Functions inherited from QStyleOption
 QStyleOption (int version=QStyleOption::Version, int type=SO_Default)
 
 QStyleOption (const QStyleOption &other)
 
 ~QStyleOption ()
 
void init (const QWidget *w)
 
void initFrom (const QWidget *w)
 
QStyleOptionoperator= (const QStyleOption &other)
 

Public Attributes

int minimum
 
int maximum
 
int progress
 
QString text
 
Qt::Alignment textAlignment
 
bool textVisible
 
- Public Attributes inherited from QStyleOption
int version
 
int type
 
QStyle::State state
 
Qt::LayoutDirection direction
 
QRect rect
 
QFontMetrics fontMetrics
 
QPalette palette
 

Protected Member Functions

 QStyleOptionProgressBar (int version)
 

Member Enumeration Documentation

Enumerator
Version 

Definition at line 400 of file qstyleoption.h.

Constructor & Destructor Documentation

Definition at line 410 of file qstyleoption.h.

410 : QStyleOption(Version, Type) { *this = other; }
QStyleOption(int version=QStyleOption::Version, int type=SO_Default)
QStyleOptionProgressBar ( int  version)
protected

Member Data Documentation

int minimum

Definition at line 402 of file qstyleoption.h.

int maximum

Definition at line 403 of file qstyleoption.h.

int progress

Definition at line 404 of file qstyleoption.h.

QString text

Definition at line 405 of file qstyleoption.h.

Qt::Alignment textAlignment

Definition at line 406 of file qstyleoption.h.

bool textVisible

Definition at line 407 of file qstyleoption.h.


The documentation for this class was generated from the following file: