![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <openedlist.h>
Public Types | |
| enum | ListStyle { Bullet , Tag , Value , Numeric , UpperAlpha , LowerAlpha , UpperRoman , LowerRoman } |
Public Member Functions | |
| OpenedList () | |
| OpenedList (ListStyle style) | |
| OpenedList (const Location &location, const QString &hint) | |
| void | next () |
| bool | isStarted () const |
| ListStyle | style () const |
| QString | styleString () const |
| int | number () const |
| QString | numberString () const |
| QString | prefix () const |
| QString | suffix () const |
Definition at line 13 of file openedlist.h.
| Enumerator | |
|---|---|
| Bullet | |
| Tag | |
| Value | |
| Numeric | |
| UpperAlpha | |
| LowerAlpha | |
| UpperRoman | |
| LowerRoman | |
Definition at line 16 of file openedlist.h.
|
inline |
Definition at line 18 of file openedlist.h.
References Bullet.
|
explicit |
Definition at line 14 of file openedlist.cpp.
Referenced by Generator::generateFileList().
Definition at line 16 of file openedlist.cpp.
References Bullet, LowerAlpha, LowerRoman, Numeric, UpperAlpha, and UpperRoman.
|
inlinenodiscard |
Definition at line 24 of file openedlist.h.
|
inline |
Definition at line 22 of file openedlist.h.
|
inlinenodiscard |
Definition at line 27 of file openedlist.h.
|
nodiscard |
Definition at line 68 of file openedlist.cpp.
|
inlinenodiscard |
Definition at line 29 of file openedlist.h.
|
inlinenodiscard |
Definition at line 25 of file openedlist.h.
Referenced by styleString().
|
nodiscard |
Definition at line 45 of file openedlist.cpp.
References Bullet, LowerAlpha, LowerRoman, Numeric, style(), Tag, UpperAlpha, UpperRoman, and Value.
Referenced by Generator::generateFileList().
|
inlinenodiscard |
Definition at line 30 of file openedlist.h.