Pyrogenesis  trunk
Public Member Functions | Public Attributes | Private Member Functions | List of all members
CTextRenderer::SBatchRun Struct Reference

A string (optionally owned by this object, or else pointing to an externally-owned string) with a position. More...

Public Member Functions

 SBatchRun ()
 
 SBatchRun (const SBatchRun &str)
 
 ~SBatchRun ()
 

Public Attributes

float x
 
float y
 
const std::wstring * text
 
bool owned
 

Private Member Functions

SBatchRunoperator= (const SBatchRun &)
 

Detailed Description

A string (optionally owned by this object, or else pointing to an externally-owned string) with a position.

Constructor & Destructor Documentation

CTextRenderer::SBatchRun::SBatchRun ( )
inline
CTextRenderer::SBatchRun::SBatchRun ( const SBatchRun str)
inline
CTextRenderer::SBatchRun::~SBatchRun ( )
inline

Member Function Documentation

SBatchRun& CTextRenderer::SBatchRun::operator= ( const SBatchRun )
private

Member Data Documentation

bool CTextRenderer::SBatchRun::owned
const std::wstring* CTextRenderer::SBatchRun::text
float CTextRenderer::SBatchRun::x
float CTextRenderer::SBatchRun::y

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