src/macosx/AAURLHandler.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SetupAAURLHandler ()
 1) Call before we pass off to Armagetron's main()
void StartAAURLHandler ()
 2) Call after everything is initialized.
void CleanupAAURLHandler ()
 3) Call before exiting


Function Documentation

void CleanupAAURLHandler (  ) 

3) Call before exiting

Definition at line 120 of file AAURLHandler.mm.

Referenced by main().

00121 {
00122     [urlhandler release];
00123 }

Here is the caller graph for this function:

void SetupAAURLHandler (  ) 

1) Call before we pass off to Armagetron's main()

Definition at line 110 of file AAURLHandler.mm.

Referenced by main().

00111 {
00112     urlhandler = [[AAURLHandler alloc] init];
00113 }

Here is the caller graph for this function:

void StartAAURLHandler (  ) 

2) Call after everything is initialized.

Definition at line 115 of file AAURLHandler.mm.

References AAURLHandler::setShouldConnect:.

Referenced by welcome().

00116 {
00117     [urlhandler setShouldConnect:YES];
00118 }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Sat Mar 15 22:59:54 2008 for Armagetron Advanced by  doxygen 1.5.4