|
Hymn to Beauty
C++ 3D Engine
|
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... | |
Used to edit a sound.
| SoundEditor::SoundEditor | ( | ) |
Constructor.
| bool SoundEditor::IsVisible | ( | ) | const |
Get whether the window is visible.
| void SoundEditor::SetFile | ( | const std::string & | path, |
| const std::string & | filename | ||
| ) |
Set sound file.
| path | Path. |
| filename | Filename. |
| void SoundEditor::SetVisible | ( | bool | visible | ) |
Set whether the window should be visible.
| visible | Whether the window should be visible. |
| void SoundEditor::Show | ( | ) |
Show the editor.