AxFallbackModule Class Reference

A module for dealing with files not dealt with by other modules. More...

#include <ax_resource/ax_fallbacks.h>

Inheritance diagram for AxFallbackModule:

AxModule List of all members.

Public Member Functions

 AxFallbackModule ()
 Constructor.
 ~AxFallbackModule ()
 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 ()
 succeeded.
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 AxResourceLoadResource (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 AxActivatorCreateActivator (AxResourceLibrary *library, AxResource *resource)
 Create an activator for the resource, for creating views and further menu items.

Static Public Member Functions

static bool GetFallbacksEnabled ()
 Fallbacks enabled.
static void EnableFallbacks (bool enabled)
 Enable fallbacks.

Static Protected Attributes

static bool sm_fallbacksEnabled

Detailed Description

A module for dealing with files not dealt with by other modules.


Constructor & Destructor Documentation

AxFallbackModule::AxFallbackModule (  ) 

Constructor.

AxFallbackModule::~AxFallbackModule (  )  [inline]

Destructor.


Member Function Documentation

bool AxFallbackModule::OnInit (  )  [virtual]

Called on IDE startup, before the main window has been created.

Implements AxModule.

bool AxFallbackModule::OnInitUI (  )  [virtual]

Called on application startup, after the main window has been created.

Implements AxModule.

void AxFallbackModule::OnExit (  )  [virtual]

succeeded.

Implements AxModule.

bool AxFallbackModule::LoadConfig ( wxConfigBase &  config  )  [virtual]

Read config settings.

bool AxFallbackModule::SaveConfig ( wxConfigBase &  config  )  [virtual]

Write config settings.

virtual bool AxFallbackModule::OnCloseMainWindow (  )  [inline, virtual]

Reimplemented from AxModule.

virtual bool AxFallbackModule::OnSearch ( const wxString &  WXUNUSED(searchString),
int   WXUNUSED(flags),
AxResourceLibrary WXUNUSED(library) 
) [inline, virtual]

Reimplemented from AxModule.

bool AxFallbackModule::IsFileSupported ( const wxString &  filename  )  [virtual]

Is this file supported?

AxResource * AxFallbackModule::LoadResource ( const wxString &  filename  )  [virtual]

Load the file into a new AxResource.

virtual bool AxFallbackModule::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.

virtual AxActivator* AxFallbackModule::CreateActivator ( AxResourceLibrary library,
AxResource resource 
) [virtual]

Create an activator for the resource, for creating views and further menu items.

static bool AxFallbackModule::GetFallbacksEnabled (  )  [inline, static]

Fallbacks enabled.

static void AxFallbackModule::EnableFallbacks ( bool  enabled  )  [inline, static]

Enable fallbacks.


Member Data Documentation

bool AxFallbackModule::sm_fallbacksEnabled [static, protected]


The documentation for this class was generated from the following files:
Generated on Wed May 6 19:20:20 2009 for AxTk by  doxygen 1.5.1