DDraceNetwork Docs
|
#include <sound.h>
Public Member Functions | |
CEditorSound (CEditor *pEditor) | |
~CEditorSound () | |
Public Member Functions inherited from CEditorComponent | |
virtual bool | OnInput (const IInput::CEvent &Event) override |
void | InitSubComponents () |
void | RegisterSubComponent (CEditorComponent &Component) |
Public Member Functions inherited from CEditorObject | |
virtual | ~CEditorObject ()=default |
virtual void | OnInit (CEditor *pEditor) |
virtual void | OnUpdate () |
virtual bool | OnInput (const IInput::CEvent &Event) |
virtual void | OnRender (CUIRect View) |
virtual void | OnHot () |
virtual void | OnActive () |
virtual void | OnReset () |
virtual void | OnMapLoad () |
bool | IsHot () |
void | SetHot () |
void | UnsetHot () |
bool | IsActive () |
void | SetActive () |
void | SetInactive () |
CEditor * | Editor () |
const CEditor * | Editor () const |
IInput * | Input () |
IClient * | Client () |
CConfig * | Config () |
IConsole * | Console () |
IEngine * | Engine () |
IGraphics * | Graphics () |
ISound * | Sound () |
ITextRender * | TextRender () |
IStorage * | Storage () |
CUi * | Ui () |
CRenderTools * | RenderTools () |
Public Attributes | |
int | m_SoundId = -1 |
char | m_aName [IO_MAX_PATH_LENGTH] = "" |
void * | m_pData = nullptr |
unsigned | m_DataSize = 0 |
|
explicit |
CEditorSound::~CEditorSound | ( | ) |
char CEditorSound::m_aName[IO_MAX_PATH_LENGTH] = "" |
unsigned CEditorSound::m_DataSize = 0 |
void* CEditorSound::m_pData = nullptr |
int CEditorSound::m_SoundId = -1 |