Public Methods
-
ReadResult(ReadStatus status=FILE_NOT_HANDLED)
-
ReadResult(const std::string& m)
-
ReadResult(osg::Object* obj)
-
ReadResult(const ReadResult& rr)
-
ReadResult& operator = (const ReadResult& rr)
-
osg::Object* getObject()
-
osg::Image* getImage()
-
osg::Node* getNode()
-
const bool validObject()
-
const bool validImage()
-
const bool validNode()
-
osg::Object* takeObject()
-
osg::Image* takeImage()
-
osg::Node* takeNode()
-
const std::string& message() const
-
const ReadStatus status() const
-
const bool success() const
-
const bool error() const
-
const bool notHandled() const
Public Members
-
enum ReadStatus
Protected Fields
-
ReadStatus _status
-
std::string _message
-
osg::ref_ptr<osg::Object> _object
Documentation
- enum ReadStatus
- FILE_NOT_HANDLED
- FILE_LOADED
- ERROR_IN_READING_FILE
- ReadResult(ReadStatus status=FILE_NOT_HANDLED)
- ReadResult(const std::string& m)
- ReadResult(osg::Object* obj)
- ReadResult(const ReadResult& rr)
- ReadResult& operator = (const ReadResult& rr)
- osg::Object* getObject()
- osg::Image* getImage()
- osg::Node* getNode()
- const bool validObject()
- const bool validImage()
- const bool validNode()
- osg::Object* takeObject()
- osg::Image* takeImage()
- osg::Node* takeNode()
- const std::string& message() const
- const ReadStatus status() const
- const bool success() const
- const bool error() const
- const bool notHandled() const
- ReadStatus _status
- std::string _message
- osg::ref_ptr<osg::Object> _object
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.