Sleeping Wombat GUI  0.100
swGUI
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
sw::MockDepthStencilState Class Reference

#include <MockPipelineState.h>

Inheritance diagram for sw::MockDepthStencilState:
DepthStencilState ResourceObject EngineObject

Public Member Functions

 MockDepthStencilState (const DepthStencilInfo &info)
 
virtual std::string GetResourceName () const override
 Zwraca nazwę zasobu. To może być nazwa pliku, na podstawie którego stworzono zasób, ale zasadniczo interpretacja jest dowolna. More...
 
virtual const DepthStencilInfoGetDescriptor () override
 
- Public Member Functions inherited from DepthStencilState
 DepthStencilState ()
 
- Public Member Functions inherited from ResourceObject
 ResourceObject (int id)
 
void SetID (unsigned int id)
 Ustawia identyfikator obiektu. More...
 
bool CanDelete (unsigned int &objectRef)
 sprawdza czy można zwolnić zmienną More...
 
bool CanDelete ()
 Funkcja informuje czy obiekt są obiektu, które odwołują się do assetu. More...
 
void AddAssetReference ()
 Dodaje odwołanie plikowe do assetu. More...
 
void AddObjectReference ()
 Dodaje odwołanie bezpośrednie obiektu do assetu. More...
 
void DeleteAssetReference ()
 Kasuje odwołanie plikowe do assetu. More...
 
void DeleteObjectReference ()
 Kasuje odwołanie bezpośrednie obiektu do assetu. More...
 
unsigned int GetID ()
 Zwraca identyfikator nadany assetowi. More...
 
- Public Member Functions inherited from EngineObject
TypeID GetType () const
 
std::string GetTypeName () const
 
virtual void Serialize (ISerializer *ser) const
 Implements default serialization. Serializes only declared properties. More...
 
virtual void Deserialize (IDeserializer *deser)
 Implements default deserialization. More...
 
virtual Size MemorySize ()
 
template<typename TargetType >
TargetType * DynamicCast ()
 

Static Public Member Functions

static MockDepthStencilStateCreate (const DepthStencilInfo &info)
 

Protected Member Functions

 ~MockDepthStencilState ()=default
 
- Protected Member Functions inherited from DepthStencilState
virtual ~DepthStencilState ()=default
 
- Protected Member Functions inherited from ResourceObject
virtual ~ResourceObject ()=default
 Nie każdy może skasować obiekt. More...
 

Private Member Functions

 RTTR_ENABLE (DepthStencilState)
 

Private Attributes

DepthStencilInfo m_info
 

Constructor & Destructor Documentation

sw::MockDepthStencilState::~MockDepthStencilState ( )
protecteddefault
sw::MockDepthStencilState::MockDepthStencilState ( const DepthStencilInfo info)
explicit

Member Function Documentation

MockDepthStencilState * sw::MockDepthStencilState::Create ( const DepthStencilInfo info)
static
const DepthStencilInfo & sw::MockDepthStencilState::GetDescriptor ( )
overridevirtual

Implements DepthStencilState.

std::string sw::MockDepthStencilState::GetResourceName ( ) const
overridevirtual

Zwraca nazwę zasobu. To może być nazwa pliku, na podstawie którego stworzono zasób, ale zasadniczo interpretacja jest dowolna.

Implements ResourceObject.

sw::MockDepthStencilState::RTTR_ENABLE ( DepthStencilState  )
private

Member Data Documentation

DepthStencilInfo sw::MockDepthStencilState::m_info
private

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