20 void SetFile(
const std::string& path,
const std::string& filename);
Used to edit a sound.
Definition: SoundEditor.hpp:7
bool IsVisible() const
Get whether the window is visible.
Definition: SoundEditor.cpp:23
void SetFile(const std::string &path, const std::string &filename)
Set sound file.
Definition: SoundEditor.cpp:18
SoundEditor()
Constructor.
Definition: SoundEditor.cpp:7
void Show()
Show the editor.
Definition: SoundEditor.cpp:11
void SetVisible(bool visible)
Set whether the window should be visible.
Definition: SoundEditor.cpp:27
Definition: AssetEditor.hpp:9