Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | List of all members
vlX::VisitorExportToVLT Class Reference

Translates a VLX hierarchy into VLT notation. More...

#include <VisitorExportToVLT.hpp>

+ Inheritance diagram for vlX::VisitorExportToVLT:

Public Member Functions

 VisitorExportToVLT ()
 
bool isUsed (const std::string &uid)
 
void indent ()
 
void format (const char *fmt,...)
 
void visitValue (VLXValue &value)
 
virtual void visitStructure (VLXStructure *obj)
 
virtual void visitList (VLXList *list)
 
virtual void visitArray (VLXArrayInteger *arr)
 
virtual void visitArray (VLXArrayReal *arr)
 
std::string rawtextEncode (const char *str)
 
std::string stringEncode (const char *str)
 
const std::string & text () const
 
std::string & text ()
 
virtual void output (const std::string &str)
 
virtual void output (const char *str)
 
void writeHeader ()
 
void setIDSet (std::map< std::string, int > *uids)
 
std::map< std::string, int > * uidSet ()
 
const std::map< std::string, int > * uidSet () const
 
- Public Member Functions inherited from vlX::Visitor
virtual void visitRawtextBlock (VLXRawtextBlock *)
 
bool isVisited (void *node)
 
void resetVisitedNodes ()
 
- Public Member Functions inherited from vl::Object
 Object ()
 Constructor. More...
 
 Object (const Object &other)
 Copy constructor: copies the name, ref count mutex and user data. More...
 
Objectoperator= (const Object &other)
 Copy operator: copies the object's name, ref count mutex and user data. More...
 
const std::string & objectName () const
 The name of the object, by default set to the object's class name. More...
 
void setObjectName (const char *name)
 The name of the object, by default set to the object's class name in debug builds. More...
 
void setObjectName (const std::string &name)
 The name of the object, by default set to the object's class name in debug builds. More...
 
void setRefCountMutex (IMutex *mutex)
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
IMutexrefCountMutex ()
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
const IMutexrefCountMutex () const
 The mutex used to protect the reference counting of an Object across multiple threads. More...
 
int referenceCount () const
 Returns the number of references of an object. More...
 
void incReference () const
 Increments the reference count of an object. More...
 
void decReference ()
 Decrements the reference count of an object and deletes it if both automaticDelete() is true the count reaches 0. More...
 
void setAutomaticDelete (bool autodel_on)
 If set to true the Object is deleted when its reference count reaches 0. More...
 
bool automaticDelete () const
 If set to true the Object is deleted when its reference count reaches 0. More...
 
template<class T >
T * as ()
 Casts an Object to the specified class. More...
 
template<class T >
const T * as () const
 Casts an Object to the specified class. More...
 

Additional Inherited Members

- Protected Member Functions inherited from vl::Object
virtual ~Object ()
 
- Protected Attributes inherited from vl::Object
std::string mObjectName
 
IMutexmRefCountMutex
 
int mReferenceCount
 
bool mAutomaticDelete
 

Detailed Description

Translates a VLX hierarchy into VLT notation.

Definition at line 42 of file VisitorExportToVLT.hpp.

Constructor & Destructor Documentation

◆ VisitorExportToVLT()

vlX::VisitorExportToVLT::VisitorExportToVLT ( )
inline

Definition at line 47 of file VisitorExportToVLT.hpp.

References NULL.

Member Function Documentation

◆ format()

void vlX::VisitorExportToVLT::format ( const char *  fmt,
  ... 
)
inline

Definition at line 99 of file VisitorExportToVLT.hpp.

References output().

Referenced by visitArray(), visitList(), visitStructure(), and visitValue().

◆ indent()

void vlX::VisitorExportToVLT::indent ( )
inline

Definition at line 73 of file VisitorExportToVLT.hpp.

References output().

Referenced by visitArray(), visitList(), visitStructure(), and visitValue().

◆ isUsed()

bool vlX::VisitorExportToVLT::isUsed ( const std::string &  uid)
inline

Definition at line 55 of file VisitorExportToVLT.hpp.

References VL_TRAP.

Referenced by visitStructure().

◆ output() [1/2]

virtual void vlX::VisitorExportToVLT::output ( const std::string &  str)
inlinevirtual

◆ output() [2/2]

virtual void vlX::VisitorExportToVLT::output ( const char *  str)
inlinevirtual

Definition at line 383 of file VisitorExportToVLT.hpp.

◆ rawtextEncode()

std::string vlX::VisitorExportToVLT::rawtextEncode ( const char *  str)
inline

Definition at line 324 of file VisitorExportToVLT.hpp.

Referenced by visitValue().

◆ setIDSet()

void vlX::VisitorExportToVLT::setIDSet ( std::map< std::string, int > *  uids)
inline

Definition at line 394 of file VisitorExportToVLT.hpp.

Referenced by vlX::VLXSerializer::saveVLT().

◆ stringEncode()

std::string vlX::VisitorExportToVLT::stringEncode ( const char *  str)
inline

Definition at line 343 of file VisitorExportToVLT.hpp.

Referenced by visitValue().

◆ text() [1/2]

const std::string& vlX::VisitorExportToVLT::text ( ) const
inline

Definition at line 374 of file VisitorExportToVLT.hpp.

Referenced by vlX::VLXSerializer::saveVLT().

◆ text() [2/2]

std::string& vlX::VisitorExportToVLT::text ( )
inline

Definition at line 376 of file VisitorExportToVLT.hpp.

◆ uidSet() [1/2]

std::map< std::string, int >* vlX::VisitorExportToVLT::uidSet ( )
inline

Definition at line 396 of file VisitorExportToVLT.hpp.

◆ uidSet() [2/2]

const std::map< std::string, int >* vlX::VisitorExportToVLT::uidSet ( ) const
inline

Definition at line 398 of file VisitorExportToVLT.hpp.

◆ visitArray() [1/2]

virtual void vlX::VisitorExportToVLT::visitArray ( VLXArrayInteger arr)
inlinevirtual

◆ visitArray() [2/2]

virtual void vlX::VisitorExportToVLT::visitArray ( VLXArrayReal arr)
inlinevirtual

◆ visitList()

virtual void vlX::VisitorExportToVLT::visitList ( VLXList list)
inlinevirtual

◆ visitStructure()

virtual void vlX::VisitorExportToVLT::visitStructure ( VLXStructure obj)
inlinevirtual

◆ visitValue()

void vlX::VisitorExportToVLT::visitValue ( VLXValue value)
inline

◆ writeHeader()

void vlX::VisitorExportToVLT::writeHeader ( )
inline

The documentation for this class was generated from the following file: