#include <osg/Export>
#include <osg/Referenced>
#include <ostream>
Namespaces | |
namespace | osg |
Classes | |
class | osg::NotifyHandler |
class | osg::StandardNotifyHandler |
Defines | |
#define | OSG_NOTIFY_H 1 |
#define | OSG_NOTIFY(level) if (osg::isNotifyEnabled(level)) osg::notify(level) |
#define | OSG_FATAL OSG_NOTIFY(osg::FALTAL) |
#define | OSG_WARN OSG_NOTIFY(osg::WARN) |
#define | OSG_NOTICE OSG_NOTIFY(osg::NOTICE) |
#define | OSG_INFO OSG_NOTIFY(osg::INFO) |
#define | OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO) |
Enumerations | |
enum | osg::NotifySeverity { osg::ALWAYS = 0, osg::FATAL = 1, osg::WARN = 2, osg::NOTICE = 3, osg::INFO = 4, osg::DEBUG_INFO = 5, osg::DEBUG_FP = 6 } |
Functions | |
OSG_EXPORT void | osg::setNotifyLevel (NotifySeverity severity) |
OSG_EXPORT NotifySeverity | osg::getNotifyLevel () |
OSG_EXPORT bool | osg::initNotifyLevel () |
OSG_EXPORT bool | osg::isNotifyEnabled (NotifySeverity severity) |
OSG_EXPORT std::ostream & | osg::notify (const NotifySeverity severity) |
std::ostream & | osg::notify (void) |
OSG_EXPORT void | osg::setNotifyHandler (NotifyHandler *handler) |
OSG_EXPORT NotifyHandler * | osg::getNotifyHandler () |
#define OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO) |
#define OSG_FATAL OSG_NOTIFY(osg::FALTAL) |
#define OSG_INFO OSG_NOTIFY(osg::INFO) |
#define OSG_NOTICE OSG_NOTIFY(osg::NOTICE) |
#define OSG_NOTIFY | ( | level | ) | if (osg::isNotifyEnabled(level)) osg::notify(level) |
#define OSG_NOTIFY_H 1 |
#define OSG_WARN OSG_NOTIFY(osg::WARN) |