跳转至

Class qqmusic::TabType

ClassList > 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]

使用枚举值初始化标签类

qqmusic::TabType::TabType () = delete

Parameters:

  • type 标签类型枚举

Exception:

  • 若提供的枚举值不合法

function TabType [2/2]

inline qqmusic::TabType::TabType (
    Type type
) 

function get_id

获取tab id

inline std::string qqmusic::TabType::get_id () const

Returns:

std::string格式tab id


function get_name

获取tab名称

inline std::string qqmusic::TabType::get_name () const

Returns:

std::string格式tab name



The documentation for this class was generated from the following file include/qqmusic/singer.h