DtkCore
DTK Core module
|
Dtk::Core::DPathBuf cat path friendly and supoort multiplatform. 更多...
Public 成员函数 | |
DPathBuf (const QString &path) | |
Create Dtk::Core::DPathBuf from string. path | |
DPathBuf | operator/ (const QString &p) const |
join path with operator / p is subpath 更多... | |
DPathBuf & | operator/= (const QString &p) |
join path to self with operator /= p is subpath to join 更多... | |
DPathBuf | operator/ (const char *p) const |
join path with operator / p is subpath 更多... | |
DPathBuf & | operator/= (const char *p) |
join path to self with operator /= p is subpath to join 更多... | |
DPathBuf & | join (const QString &p) |
join add subpath p to self p is subpath to join 更多... | |
QString | toString () const |
toString export native separators format string. 更多... | |
Dtk::Core::DPathBuf cat path friendly and supoort multiplatform.
\inmodule dtkcore
Dtk::Core::DPathBuf是一个用于跨平台拼接路径的辅助类.
它能够方便的写出链式结构的路径拼接代码。
|
inline |
join add subpath p to self p is subpath to join
|
inline |
join path with operator / p is subpath
|
inline |
join path with operator / p is subpath
|
inline |
join path to self with operator /= p is subpath to join
|
inline |
join path to self with operator /= p is subpath to join
|
inline |
toString export native separators format string.