src/macosx/AAURLHandler.mm File Reference

#include "AAURLHandler.h"
#include "tString.h"
#include "nServerInfo.h"
#include "gCommandLineJumpStart.h"

Include dependency graph for AAURLHandler.mm:

Go to the source code of this file.

Classes

class  AAURLHandler

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

Variables

AAURLHandlerurlhandler


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:


Variable Documentation

AAURLHandler* urlhandler

Definition at line 108 of file AAURLHandler.mm.


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