Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
|
成员的完整列表,这些成员属于 TcJSONObject,包括所有继承而来的类成员
add(const QString &key, const char *value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(const QString &key, const QString &value) (定义于 TcJSONObject) | TcJSONObject | |
add(const QString &key, int value) (定义于 TcJSONObject) | TcJSONObject | |
add(const QString &key, double value) (定义于 TcJSONObject) | TcJSONObject | |
add(const QString &key, bool value) (定义于 TcJSONObject) | TcJSONObject | |
add(const QString &key, QDateTime value) (定义于 TcJSONObject) | TcJSONObject | |
add(const char *value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(const QString &value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(int value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(double value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(bool value) (定义于 TcJSONObject) | TcJSONObject | inline |
add(QDateTime value) (定义于 TcJSONObject) | TcJSONObject | inline |
addArray(const QString &key) (定义于 TcJSONObject) | TcJSONObject | |
addNull(const QString &key) (定义于 TcJSONObject) | TcJSONObject | |
addNull() (定义于 TcJSONObject) | TcJSONObject | |
addObject(const QString &key="") (定义于 TcJSONObject) | TcJSONObject | |
children() const (定义于 TcJSONObject) | TcJSONObject | |
clear() (定义于 TcJSONObject) | TcJSONObject | |
clearChildren() (定义于 TcJSONObject) | TcJSONObject | |
count() const (定义于 TcJSONObject) | TcJSONObject | inline |
deleteChildren(const QString &key) (定义于 TcJSONObject) | TcJSONObject | |
dequote(const QString &S) (定义于 TcJSONObject) | TcJSONObject | static |
exists(const QString &key) const (定义于 TcJSONObject) | TcJSONObject | inline |
fromArray(const wchar_t *ptr) (定义于 TcJSONObject) | TcJSONObject | protected |
fromObject(const QString &Key, const wchar_t *ptr) (定义于 TcJSONObject) | TcJSONObject | protected |
fromString(QString jsonText) (定义于 TcJSONObject) | TcJSONObject | |
get(const QString &key) const (定义于 TcJSONObject) | TcJSONObject | inline |
init() (定义于 TcJSONObject) | TcJSONObject | protected |
jsonKey() const (定义于 TcJSONObject) | TcJSONObject | protected |
jsonValue() const (定义于 TcJSONObject) | TcJSONObject | protected |
key() const (定义于 TcJSONObject) | TcJSONObject | |
m_index (定义于 TcJSONObject) | TcJSONObject | protected |
m_key (定义于 TcJSONObject) | TcJSONObject | protected |
m_list (定义于 TcJSONObject) | TcJSONObject | protected |
m_type (定义于 TcJSONObject) | TcJSONObject | protected |
m_value (定义于 TcJSONObject) | TcJSONObject | protected |
newKey(const QString &key) (定义于 TcJSONObject) | TcJSONObject | inlineprotected |
parent (定义于 TcJSONObject) | TcJSONObject | protected |
parseKey(QString &Value, const wchar_t *ptr) (定义于 TcJSONObject) | TcJSONObject | protected |
parseNumber(QString &Value, const wchar_t *ptr) (定义于 TcJSONObject) | TcJSONObject | protected |
parseValue(QString Key, const wchar_t *ptr) (定义于 TcJSONObject) | TcJSONObject | protected |
quote(const QString &Text) (定义于 TcJSONObject) | TcJSONObject | static |
setKey(const QString &value) (定义于 TcJSONObject) | TcJSONObject | |
setType(int value) (定义于 TcJSONObject) | TcJSONObject | inline |
skip(const wchar_t *in) (定义于 TcJSONObject) | TcJSONObject | inlineprotectedstatic |
TcJSONObject(const QString &key="") (定义于 TcJSONObject) | TcJSONObject | |
toString() const (定义于 TcJSONObject) | TcJSONObject | virtual |
type() const (定义于 TcJSONObject) | TcJSONObject | inline |
value() const (定义于 TcJSONObject) | TcJSONObject | |
value(const QString &key) const (定义于 TcJSONObject) | TcJSONObject | inline |
value(const QString &key, QVariant &v) const (定义于 TcJSONObject) | TcJSONObject | |
ValueTypeFlag 枚举名称 (定义于 TcJSONObject) | TcJSONObject | |
vtfArray 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfBool 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfDateTime 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfDouble 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfInt 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfNull 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfObject 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
vtfString 枚举值 (定义于 TcJSONObject) | TcJSONObject | |
~TcJSONObject() (定义于 TcJSONObject) | TcJSONObject | virtual |