dRonin
adbada4
dRonin GCS
|
#include <styledbar.h>
Public Member Functions | |
StyledBar (QWidget *parent=nullptr) | |
void | setSingleRow (bool singleRow) |
bool | isSingleRow () const |
void | setLightColored (bool lightColored) |
bool | isLightColored () const |
Protected Member Functions | |
void | paintEvent (QPaintEvent *event) |
Definition at line 39 of file styledbar.h.
StyledBar::StyledBar | ( | QWidget * | parent = nullptr | ) |
Definition at line 40 of file styledbar.cpp.
bool StyledBar::isLightColored | ( | ) | const |
Definition at line 63 of file styledbar.cpp.
bool StyledBar::isSingleRow | ( | ) | const |
Definition at line 53 of file styledbar.cpp.
|
protected |
Definition at line 68 of file styledbar.cpp.
void StyledBar::setLightColored | ( | bool | lightColored | ) |
Definition at line 58 of file styledbar.cpp.
void StyledBar::setSingleRow | ( | bool | singleRow | ) |
Definition at line 48 of file styledbar.cpp.