#include <ax_resource/ax_module_audio.h>

Public Member Functions | |
| AxAudioModule () | |
| Constructor. | |
| ~AxAudioModule () | |
| Destructor. | |
| virtual bool | OnInit () |
| Called on IDE startup, before the main window has been created. | |
| virtual bool | OnInitUI () |
| Called on application startup, after the main window has been created. | |
| virtual void | OnExit () |
| Called just before program termination, but only if OnInit(). | |
| virtual bool | LoadConfig (wxConfigBase &config) |
| Read config settings. | |
| virtual bool | SaveConfig (wxConfigBase &config) |
| Write config settings. | |
| virtual bool | OnCloseMainWindow () |
| virtual bool | OnSearch (const wxString &WXUNUSED(searchString), int WXUNUSED(flags), AxResourceLibrary *WXUNUSED(library)) |
| virtual bool | IsFileSupported (const wxString &filename) |
| Is this file supported? | |
| virtual AxResource * | LoadResource (const wxString &filename) |
| Load the file into a new AxResource. | |
| virtual bool | AggregateFiles (AxResourceLibrary *library, wxArrayString &files, bool checkIfFileLoaded) |
| Aggregate any files that belong together and add to resources. | |
| virtual AxActivator * | CreateActivator (AxResourceLibrary *library, AxResource *resource) |
| Create an activator for the resource, for creating views and further menu items. | |
| AxAudioModule::AxAudioModule | ( | ) |
Constructor.
| AxAudioModule::~AxAudioModule | ( | ) | [inline] |
Destructor.
| bool AxAudioModule::AggregateFiles | ( | AxResourceLibrary * | library, | |
| wxArrayString & | files, | |||
| bool | checkIfFileLoaded | |||
| ) | [virtual] |
Aggregate any files that belong together and add to resources.
Return false if you don't aggregate any files.
| AxActivator * AxAudioModule::CreateActivator | ( | AxResourceLibrary * | library, | |
| AxResource * | resource | |||
| ) | [virtual] |
Create an activator for the resource, for creating views and further menu items.
| bool AxAudioModule::IsFileSupported | ( | const wxString & | filename | ) | [virtual] |
Is this file supported?
| bool AxAudioModule::LoadConfig | ( | wxConfigBase & | config | ) | [virtual] |
Read config settings.
| AxResource * AxAudioModule::LoadResource | ( | const wxString & | filename | ) | [virtual] |
Load the file into a new AxResource.
| virtual bool AxAudioModule::OnCloseMainWindow | ( | ) | [inline, virtual] |
Reimplemented from AxModule.
| void AxAudioModule::OnExit | ( | ) | [virtual] |
| bool AxAudioModule::OnInit | ( | ) | [virtual] |
| bool AxAudioModule::OnInitUI | ( | ) | [virtual] |
| virtual bool AxAudioModule::OnSearch | ( | const wxString & | WXUNUSEDsearchString, | |
| int | WXUNUSEDflags, | |||
| AxResourceLibrary * | WXUNUSEDlibrary | |||
| ) | [inline, virtual] |
Reimplemented from AxModule.
| bool AxAudioModule::SaveConfig | ( | wxConfigBase & | config | ) | [virtual] |
Write config settings.
1.5.8