Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ProxyClass Class Reference

#include <proxy.h>

Public Member Functions

 ProxyClass (void)
 
 ProxyClass (const char *name, const Matrix3D &tm)
 
bool operator== (const ProxyClass &src)
 
bool operator!= (const ProxyClass &src)
 
const char * Get_Name (void) const
 
void Set_Name (const char *name)
 
const Matrix3DGet_Transform (void) const
 
void Set_Transform (const Matrix3D &tm)
 

Detailed Description

Definition at line 53 of file proxy.h.

Constructor & Destructor Documentation

◆ ProxyClass() [1/2]

ProxyClass::ProxyClass ( void )
inline

Definition at line 60 of file proxy.h.

◆ ProxyClass() [2/2]

ProxyClass::ProxyClass ( const char * name,
const Matrix3D & tm )
inline

Definition at line 61 of file proxy.h.

Member Function Documentation

◆ Get_Name()

const char * ProxyClass::Get_Name ( void ) const
inline

Definition at line 78 of file proxy.h.

◆ Get_Transform()

const Matrix3D & ProxyClass::Get_Transform ( void ) const
inline

Definition at line 81 of file proxy.h.

◆ operator!=()

bool ProxyClass::operator!= ( const ProxyClass & src)
inline

Definition at line 108 of file proxy.h.

◆ operator==()

bool ProxyClass::operator== ( const ProxyClass & src)
inline

Definition at line 98 of file proxy.h.

◆ Set_Name()

void ProxyClass::Set_Name ( const char * name)
inline

Definition at line 79 of file proxy.h.

◆ Set_Transform()

void ProxyClass::Set_Transform ( const Matrix3D & tm)
inline

Definition at line 82 of file proxy.h.


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