|
osgEarth 2.1.1
|
#include <osgEarth/Export>#include <osg/Notify>
Include dependency graph for Notify:Go to the source code of this file.
Namespaces | |
| namespace | osgEarth |
Defines | |
| #define | OSGEARTH_NOTIFY_H 1 |
| #define | OE_NOTIFY(X, Y) if(osgEarth::isNotifyEnabled( X )) osgEarth::notify( X ) << Y |
| #define | OE_FATAL OE_NOTIFY(osg::FATAL,"[osgEarth]* ") |
| #define | OE_WARN OE_NOTIFY(osg::WARN,"[osgEarth]* ") |
| #define | OE_NOTICE OE_NOTIFY(osg::NOTICE,"[osgEarth] ") |
| #define | OE_INFO OE_NOTIFY(osg::INFO,"[osgEarth] ") |
| #define | OE_DEBUG OE_NOTIFY(osg::DEBUG_INFO,"[osgEarth] ") |
| #define | OE_NULL if(false) osgEarth::notify(osg::ALWAYS) |
Functions | |
| OSGEARTH_EXPORT void | osgEarth::setNotifyLevel (osg::NotifySeverity severity) |
| OSGEARTH_EXPORT osg::NotifySeverity | osgEarth::getNotifyLevel () |
| OSGEARTH_EXPORT bool | osgEarth::isNotifyEnabled (osg::NotifySeverity severity) |
| OSGEARTH_EXPORT bool | osgEarth::initNotifyLevel () |
| OSGEARTH_EXPORT std::ostream & | osgEarth::notify (const osg::NotifySeverity severity) |
| std::ostream & | osgEarth::notify (void) |
| #define OE_NOTIFY | ( | X, | |
| Y | |||
| ) | if(osgEarth::isNotifyEnabled( X )) osgEarth::notify( X ) << Y |
1.7.3