Class qqmusic::TabType
标签类
#include <singer.h>
Public Types
Type | Name |
---|---|
enum | Type 标签类型枚举 |
Public Functions
Type | Name |
---|---|
TabType () = delete 使用枚举值初始化标签类 |
|
TabType (Type type) |
|
std::string | get_id () const 获取tab id |
std::string | get_name () const 获取tab名称 |
Public Types Documentation
enum Type
标签类型枚举
enum qqmusic::TabType::Type {
WIKI,
ALBUM,
COMPOSER,
LYRICIST,
PRODUCER,
ARRANGER,
MUSICIAN,
SONG,
VIDEO
};
Public Functions Documentation
function TabType [1/2]
使用枚举值初始化标签类
Parameters:
type
标签类型枚举
Exception:
若提供的枚举值不合法
function TabType [2/2]
function get_id
获取tab id
Returns:
std::string格式tab id
function get_name
获取tab名称
Returns:
std::string格式tab name
The documentation for this class was generated from the following file include/qqmusic/singer.h