|
VizKit
3.3.7
|
Collection of static methods for specific data to establish communication with iTunes host application. More...
#include <VisualSignature.h>
Static Public Member Functions | |
| static void | setAppCookie (void *anAppCookie) |
| Sets the appCookie. | |
| static void * | getAppCookie (void) |
| Gets the appCookie. | |
| static void | setAppProc (ITAppProcPtr anAppProc) |
| Sets the appProc. | |
| static ITAppProcPtr | getAppProc (void) |
| Gets the appProc. | |
Private Member Functions | |
| VisualSignature () | |
| The constructor. | |
| ~VisualSignature () | |
| The destructor. | |
Static Private Attributes | |
| static void * | appCookie = NULL |
| Pointer to AppCookie. | |
| static ITAppProcPtr | appProc = NULL |
| Pointer to AppProc. | |
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.