GestureRecognitionToolkit  Version: 0.2.0
The Gesture Recognition Toolkit (GRT) is a cross-platform, open-source, c++ machine learning library for real-time gesture recognition.
WarningLog Class Reference
Inheritance diagram for WarningLog:

Public Member Functions

 WarningLog (std::string proceedingText="")
 
WarningLogoperator= (const WarningLog &rhs)
 
virtual bool loggingEnabled () const
 

Static Public Member Functions

static bool enableLogging (bool loggingEnabled)
 
static bool registerObserver (Observer< WarningLogMessage > &observer)
 
static bool removeObserver (Observer< WarningLogMessage > &observer)
 

Protected Member Functions

virtual void triggerCallback (const std::string &message) const
 

Static Protected Attributes

static ObserverManager< WarningLogMessageobserverManager
 
static bool warningLoggingEnabled = true
 

Detailed Description

Definition at line 51 of file WarningLog.h.


The documentation for this class was generated from the following files: