Abstract class for file of any format. Подробнее...
Открытые типы | |
enum | Source { Scene = 0, Layer, count } |
Открытые члены | |
AFormat () | |
Constructor for building an empty object. | |
bool | operator== (const AFormat &b) const |
Comparison. Sources only. Подробнее... | |
template<class Child > | |
bool | operator== (const Child &b) const |
For cozy registers to the scripting and for simple inheritance. | |
T & | source (const std::string &s) |
Setter for source. Подробнее... | |
std::string | source () const |
Getter for source. Подробнее... | |
T & | layer (const std::string &l) |
Setter for name of layer. Right now set up a source as "layer". Подробнее... | |
std::string | layer () const |
Getter for name of layer. Подробнее... | |
Защищенные члены | |
Source | src () const |
Source & | src () |
T & | castThis () |
Защищенные статические члены | |
static const std::vector < std::string > & | strEnumSources () |
static Source | sourceLikeEnum (const std::string &s) |
static const std::string & | sourceLikeString (Source s) |
Abstract class for file of any format.
|
inline |
Comparison. Sources only.
|
inline |
Setter for source.
|
inline |
Getter for source.
|
inline |
Setter for name of layer. Right now set up a source as "layer".
|
inline |
Getter for name of layer.