Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
as() | vl::Object | [inline] |
as() const | vl::Object | [inline] |
automaticDelete() const | vl::Object | [inline] |
bug(const String &message) | vl::Log | [static] |
debug(const String &message) | vl::Log | [static] |
decReference() | vl::Object | [inline] |
error(const String &message) | vl::Log | [static] |
incReference() const | vl::Object | [inline] |
Log() | vl::Log | [inline] |
logFile() const | vl::StandardLog | [inline] |
logMutex() | vl::Log | [inline, static] |
logSystemInfo() | vl::Log | [static] |
mAutomaticDelete | vl::Object | [protected] |
mFile | vl::StandardLog | [protected] |
mLogFile | vl::StandardLog | [protected] |
mLogLevel | vl::Log | [protected] |
mObjectName | vl::Object | [protected] |
mRefCountMutex | vl::Object | [protected] |
mReferenceCount | vl::Object | [mutable, protected] |
notify(const String &message) | vl::Log | [static] |
Object() | vl::Object | [inline] |
Object(const Object &other) | vl::Object | [inline] |
objectName() const | vl::Object | [inline] |
operator<<(ELogLevel log_level) | vl::Log | [inline] |
operator<<(const String &str) | vl::Log | [inline] |
operator<<(const std::string &v) | vl::Log | [inline] |
operator<<(const void *v) | vl::Log | [inline] |
operator<<(const char *v) | vl::Log | [inline] |
operator<<(char v) | vl::Log | [inline] |
operator<<(unsigned char v) | vl::Log | [inline] |
operator<<(short v) | vl::Log | [inline] |
operator<<(unsigned short v) | vl::Log | [inline] |
operator<<(int v) | vl::Log | [inline] |
operator<<(unsigned int v) | vl::Log | [inline] |
operator<<(long v) | vl::Log | [inline] |
operator<<(unsigned long v) | vl::Log | [inline] |
operator<<(long long v) | vl::Log | [inline] |
operator<<(unsigned long long v) | vl::Log | [inline] |
operator<<(double v) | vl::Log | [inline] |
operator<<(float v) | vl::Log | [inline] |
operator=(const Object &other) | vl::Object | [inline] |
print(const String &message) | vl::Log | [static] |
printImplementation(ELogLevel level, const String &message) | vl::StandardLog | [protected, virtual] |
refCountMutex() | vl::Object | [inline] |
refCountMutex() const | vl::Object | [inline] |
referenceCount() const | vl::Object | [inline] |
setAutomaticDelete(bool autodel_on) | vl::Object | [inline] |
setLogFile(const String &file) | vl::StandardLog | |
setLogMutex(IMutex *mutex) | vl::Log | [inline, static] |
setObjectName(const char *name) | vl::Object | [inline] |
setRefCountMutex(IMutex *mutex) | vl::Object | [inline] |
warning(const String &message) | vl::Log | [static] |
~Object() | vl::Object | [protected, virtual] |