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

◆ SBatchRun() [1/2]

CTextRenderer::SBatchRun::SBatchRun ( )
inline

◆ SBatchRun() [2/2]

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

◆ ~SBatchRun()

CTextRenderer::SBatchRun::~SBatchRun ( )
inline

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ owned

bool CTextRenderer::SBatchRun::owned

◆ text

const std::wstring* CTextRenderer::SBatchRun::text

◆ x

float CTextRenderer::SBatchRun::x

◆ y

float CTextRenderer::SBatchRun::y

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