#include <UnityProxy.h>
Public Member Functions | |
| NS_DECL_ISUPPORTS NS_DECL_IUNITYPROXY bool | isUnityRunning () |
| UnityProxy () | |
| virtual | ~UnityProxy () |
Public Member Functions inherited from IUnityProxy | |
| void | InitializeFor (in string desktopFileName, in string windowTitle) |
| void | SoundMenuSetTrackInfo (in string title, in string artist, in string album, in string coverFilePath) |
| void | SoundMenuSetPlayingState (in PRInt16 playing) |
| void | HideWindow () |
| void | ShowWindow () |
Definition at line 15 of file UnityProxy.h.
| UnityProxy::UnityProxy | ( | ) |
Definition at line 60 of file UnityProxy.cpp.
|
virtual |
Definition at line 67 of file UnityProxy.cpp.
| bool UnityProxy::isUnityRunning | ( | ) |
Definition at line 8 of file checkUnity.cpp.