Project

General

Profile

SO3Engine

#include <SO3DataScol.h>

Inheritance diagram for SO3::SData:
SO3::SAnim SO3::SAnimTrack SO3::SCompositor SO3::SCompositorPass SO3::SCompositorTarget SO3::SCompositorTechnique SO3::SDeferredCompositor SO3::SEnvironment SO3::SEnvironmentComponent SO3::SGBuffer SO3::SMaterial SO3::SMaterialID SO3::SNode SO3::SPass SO3::SScene SO3::SShadow SO3::SShape SO3::SSkyLight SO3::STechnique SO3::STerrain SO3::STexture SO3::SWidget SO3::SWindow

Public Member Functions

 SData (const std::string &dataName)
 
virtual ~SData ()
 
std::string GetName () const
 
SUserObjectBindingsGetUserObjectBindings ()
 
const SUserObjectBindingsGetUserObjectBindings () const
 

Protected Attributes

std::string name
 

Detailed Description

Definition at line 40 of file SO3DataScol.h.

Constructor & Destructor Documentation

◆ SData()

SO3::SData::SData ( const std::string &  dataName)

Constructor

Definition at line 17 of file SO3DataScol.cpp.

◆ ~SData()

SO3::SData::~SData ( )
virtual

Definition at line 22 of file SO3DataScol.cpp.

Member Function Documentation

◆ GetName()

std::string SO3::SData::GetName ( ) const

Definition at line 26 of file SO3DataScol.cpp.

◆ GetUserObjectBindings() [1/2]

SUserObjectBindings & SO3::SData::GetUserObjectBindings ( )

Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.

See also
SUserObjectBindings::SetUserAny.

Definition at line 31 of file SO3DataScol.cpp.

◆ GetUserObjectBindings() [2/2]

const SUserObjectBindings & SO3::SData::GetUserObjectBindings ( ) const

Return an instance of user objects binding associated with this class. You can use it to associate one or more custom objects with this class instance.

See also
SUserObjectBindings::SetUserAny.

Definition at line 36 of file SO3DataScol.cpp.

Member Data Documentation

◆ name

std::string SO3::SData::name
protected

Definition at line 44 of file SO3DataScol.h.


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