|
VizKit
3.0
|
#include <VisualSignature.h>
Static Public Member Functions | |
| static void | setAppCookie (void *anAppCookie) |
| static void * | getAppCookie (void) |
| static void | setAppProc (ITAppProcPtr anAppProc) |
| static ITAppProcPtr | getAppProc (void) |
Private Member Functions | |
| VisualSignature () | |
| ~VisualSignature () | |
Static Private Attributes | |
| static void * | appCookie = NULL |
| static ITAppProcPtr | appProc = NULL |
Collection of static methods for specific data to establish communication with iTunes host application.
| VizKit::VisualSignature::VisualSignature | ( | ) | [private] |
The constructor. VisualSignature is a collection of static methods. Class does not need any instances. Constructor is private and not implemented.
| VizKit::VisualSignature::~VisualSignature | ( | ) | [private] |
The destructor. VisualSignature is a collection of static methods. Class does not need any instances. Destructor is private and not implemented.
| void * VisualSignature::getAppCookie | ( | void | ) | [static] |
Gets the appCookie.
| ITAppProcPtr VisualSignature::getAppProc | ( | void | ) | [static] |
Gets the appProc.
| void VisualSignature::setAppCookie | ( | void * | anAppCookie | ) | [static] |
Sets the appCookie.
| anAppCookie | Pointer to an appCookie. |
| void VisualSignature::setAppProc | ( | ITAppProcPtr | anAppProc | ) | [static] |
Sets the appProc.
| anAppProc | Pointer to an anAppProc. |
void * VisualSignature::appCookie = NULL [static, private] |
Pointer to AppCookie.
ITAppProcPtr VisualSignature::appProc = NULL [static, private] |
Pointer to AppProc.