![]() |
DDraceNetwork Documentation
|
#include <editor_trackers.h>
Classes | |
| struct | SData |
Public Member Functions | |
| CSoundSourceOperationTracker (CEditorMap *pMap) | |
| void | Begin (const CSoundSource *pSource, ESoundSourceOp Operation, int LayerIndex) |
| void | End () |
| Public Member Functions inherited from CMapObject | |
| CMapObject (CEditorMap *pMap) | |
| CMapObject (const CMapObject &Other) | |
| virtual | ~CMapObject ()=default |
| virtual void | OnAttach (CEditorMap *pMap) |
| const CEditor * | Editor () const |
| CEditor * | Editor () |
| const CEditorMap * | Map () const |
| CEditorMap * | Map () |
| const IGraphics * | Graphics () const |
| IGraphics * | Graphics () |
| const ISound * | Sound () const |
| ISound * | Sound () |
| const IStorage * | Storage () const |
| IStorage * | Storage () |
| const ITextRender * | TextRender () const |
| ITextRender * | TextRender () |
Private Attributes | |
| const CSoundSource * | m_pSource |
| ESoundSourceOp | m_TrackedOp |
| int | m_LayerIndex |
| SData | m_Data |
Additional Inherited Members | |
| Public Attributes inherited from CMapObject | |
| float | m_aLayerOffset [2] |
| bool | m_UseClipping |
| float | m_aaClipArea [2][2] |
| float | m_aSpeed [2] |
| float | m_aaScreenOffset [2][2] |
| float | m_aaBaseArea [2][2] |
| float | m_aaExtendedArea [2][2] |
| Static Public Attributes inherited from CMapObject | |
| static constexpr float | ms_aStandardScreen [2] = {1430 / 2.f, 1050 / 2.f} |
|
explicit |
| void CSoundSourceOperationTracker::Begin | ( | const CSoundSource * | pSource, |
| ESoundSourceOp | Operation, | ||
| int | LayerIndex ) |
| void CSoundSourceOperationTracker::End | ( | ) |
|
private |
|
private |
|
private |
|
private |