Hymn to Beauty
C++ 3D Engine
GUI::SoundEditor Class Reference

Used to edit a sound. More...

#include <SoundEditor.hpp>

Public Member Functions

 SoundEditor ()
 Constructor. More...
 
void Show ()
 Show the editor. More...
 
void SetFile (const std::string &path, const std::string &filename)
 Set sound file. More...
 
bool IsVisible () const
 Get whether the window is visible. More...
 
void SetVisible (bool visible)
 Set whether the window should be visible. More...
 

Detailed Description

Used to edit a sound.

Constructor & Destructor Documentation

◆ SoundEditor()

SoundEditor::SoundEditor ( )

Constructor.

Member Function Documentation

◆ IsVisible()

bool SoundEditor::IsVisible ( ) const

Get whether the window is visible.

Returns
Whether the window is visible.

◆ SetFile()

void SoundEditor::SetFile ( const std::string &  path,
const std::string &  filename 
)

Set sound file.

Parameters
pathPath.
filenameFilename.

◆ SetVisible()

void SoundEditor::SetVisible ( bool  visible)

Set whether the window should be visible.

Parameters
visibleWhether the window should be visible.

◆ Show()

void SoundEditor::Show ( )

Show the editor.


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