![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <penstylebox.h>


Public Member Functions | |
| PenStyleBox (QWidget *parent=0) | |
| construct PenStyleBox. More... | |
| void | setStyle (const Qt::PenStyle &style) |
| set style. More... | |
| Qt::PenStyle | style () const |
| obtain selected style. More... | |
Static Public Member Functions | |
| static int | styleIndex (const Qt::PenStyle &style) |
| get the index of style. More... | |
| static Qt::PenStyle | penStyle (int index) |
| get style. More... | |
Definition at line 16 of file penstylebox.h.
| Widgets::PenStyleBox::PenStyleBox | ( | QWidget * | parent = 0 | ) |
|
static |
get style.
| index,the | index of style. |
Definition at line 49 of file penstylebox.cpp.
| void Widgets::PenStyleBox::setStyle | ( | const Qt::PenStyle & | style | ) |
| Qt::PenStyle Widgets::PenStyleBox::style | ( | ) | const |
obtain selected style.
Definition at line 60 of file penstylebox.cpp.
Referenced by setStyle(), and styleIndex().
|
static |
get the index of style.
| style. |
Definition at line 73 of file penstylebox.cpp.
References style().