osgEarth 2.1.1
Namespaces | Defines | Functions

/home/cube/sources/osgearth/src/osgEarth/Notify File Reference

#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 Documentation

#define OE_DEBUG   OE_NOTIFY(osg::DEBUG_INFO,"[osgEarth] ")

Definition at line 52 of file Notify.

#define OE_FATAL   OE_NOTIFY(osg::FATAL,"[osgEarth]* ")

Definition at line 48 of file Notify.

#define OE_INFO   OE_NOTIFY(osg::INFO,"[osgEarth] ")

Definition at line 51 of file Notify.

#define OE_NOTICE   OE_NOTIFY(osg::NOTICE,"[osgEarth] ")

Definition at line 50 of file Notify.

#define OE_NOTIFY (   X,
 
)    if(osgEarth::isNotifyEnabled( X )) osgEarth::notify( X ) << Y

Definition at line 47 of file Notify.

#define OE_NULL   if(false) osgEarth::notify(osg::ALWAYS)

Definition at line 53 of file Notify.

#define OE_WARN   OE_NOTIFY(osg::WARN,"[osgEarth]* ")

Definition at line 49 of file Notify.

#define OSGEARTH_NOTIFY_H   1

Definition at line 21 of file Notify.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines