#include <ariaUtil.h>
Definition at line 1240 of file ariaUtil.h.
Public Member Functions | |
| void | addCallback (ArFunctor *functor, int position=50) |
| Adds a callback. | |
| ArCallbackList (const char *name="", ArLog::LogLevel logLevel=ArLog::Verbose) | |
| Constructor. | |
| void | invoke (void) |
| Calls the callback list. | |
| void | remCallback (ArFunctor *functor) |
| Removes a callback. | |
| void | setLogLevel (ArLog::LogLevel logLevel) |
| Sets the log level. | |
| void | setName (const char *name) |
| Sets the name. | |
| virtual | ~ArCallbackList () |
| Destructor. | |
Protected Attributes | |
| ArMutex | myDataMutex |
| std::map< int, ArFunctor * > | myList |
| ArLog::LogLevel | myLogLevel |
| std::string | myName |
1.4.0