The IView audio object interface. More...

#include "murl_audio_i_view.h"

Inherited by Murl::Audio::Al11::View, and Murl::Audio::Dummy::View.

Public Member Functions

virtual IObjectGetObjectInterface ()=0
 Get the mutable Audio::IObject interface. More...
 
virtual const IObjectGetObjectInterface () const =0
 Get the constant Audio::IObject interface. More...
 
virtual Bool SetDepthOrder (SInt32 depthOrder)=0
 Set the depth (sorting) order. More...
 
virtual SInt32 GetDepthOrder () const =0
 Get the depth (sorting) order. More...
 

Detailed Description

The IView audio object interface.

Member Function Documentation

◆ GetObjectInterface() [1/2]

virtual IObject* Murl::Audio::IView::GetObjectInterface ( )
pure virtual

Get the mutable Audio::IObject interface.

Returns
The IObject interface.

◆ GetObjectInterface() [2/2]

virtual const IObject* Murl::Audio::IView::GetObjectInterface ( ) const
pure virtual

Get the constant Audio::IObject interface.

Returns
The IObject interface.

◆ SetDepthOrder()

virtual Bool Murl::Audio::IView::SetDepthOrder ( SInt32  depthOrder)
pure virtual

Set the depth (sorting) order.

Parameters
depthOrderThe sorting order.
Returns
true if successful.

◆ GetDepthOrder()

virtual SInt32 Murl::Audio::IView::GetDepthOrder ( ) const
pure virtual

Get the depth (sorting) order.

Returns
The sorting order.

The documentation for this interface was generated from the following file:
  • murl_audio_i_view.h


Copyright © 2011-2024 Spraylight GmbH.