TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the command line option. More...
#include <ttkcommandline.h>
Public Member Functions | |
TTKCommandLineOption (const QString &first) noexcept | |
TTKCommandLineOption (const QString &first, const QString &description) noexcept | |
TTKCommandLineOption (const QString &first, const QString &second, const QString &description) noexcept | |
QString | first () const noexcept |
QString | second () const noexcept |
QString | description () const noexcept |
bool | operator== (const TTKCommandLineOption &other) const noexcept |
bool | operator!= (const TTKCommandLineOption &other) const noexcept |
Private Attributes | |
QString | m_first |
QString | m_second |
QString | m_description |
The class of the command line option.
Definition at line 28 of file ttkcommandline.h.
|
inlinenoexcept |
Object constructor.
Definition at line 34 of file ttkcommandline.h.
|
inlinenoexcept |
Definition at line 40 of file ttkcommandline.h.
|
inlinenoexcept |
Definition at line 47 of file ttkcommandline.h.
|
inlinenoexcept |
Get option description.
Definition at line 66 of file ttkcommandline.h.
|
inlinenoexcept |
Get first option.
Definition at line 58 of file ttkcommandline.h.
Referenced by TTKCommandLineParser::addOption(), TTKCommandLineParser::isSet(), and TTKCommandLineParser::value().
|
inlinenoexcept |
Definition at line 72 of file ttkcommandline.h.
|
inlinenoexcept |
Definition at line 68 of file ttkcommandline.h.
|
inlinenoexcept |
Get second option.
Definition at line 62 of file ttkcommandline.h.
Referenced by TTKCommandLineParser::isSet(), and TTKCommandLineParser::value().
|
private |
Definition at line 80 of file ttkcommandline.h.
|
private |
Definition at line 78 of file ttkcommandline.h.
|
private |
Definition at line 79 of file ttkcommandline.h.