#include "sbRemotePlaylistClickEvent.h"
#include "sbRemoteAPIUtils.h"
#include "sbRemotePlayer.h"
#include <sbClassInfoUtils.h>
#include <sbIPlaylistClickEvent.h>
#include <nsComponentManagerUtils.h>
#include <nsIProgrammingLanguage.h>
#include <nsMemory.h>
#include <prlog.h>
Go to the source code of this file.
#define FORWARD_NSIPRIVATEDOMEVENT |
( |
|
_method, |
|
|
|
_type, |
|
|
|
_arg, |
|
|
|
_rettype, |
|
|
|
_default |
|
) |
| |
Value:
{ \
nsresult rv; \
nsCOMPtr<nsIPrivateDOMEvent> inner( do_QueryInterface(mMouseEvent, &rv) ); \
NS_ENSURE_SUCCESS(rv, _default);
\
return inner->_method( _arg ); \
}
NS_IMETHODIMP_(nsresult) sbRemotePlaylistClickEvent
Definition at line 206 of file sbRemotePlaylistClickEvent.cpp.
#define LOG |
( |
|
args | ) |
PR_LOG(gRemoteEventLog, PR_LOG_WARN, args) |
NS_IMETHODIMP_ |
( |
nsresult |
| ) |
|
NS_IMETHODIMP_ |
( |
PRBool |
| ) |
|
NS_IMETHODIMP_ |
( |
nsEvent * |
| ) |
|
nsISecurityCheckedComponent |
const char* sPublicMethods[] |
|
static |
const char* sPublicRProperties[] |
|
static |
Initial value:=
{
"helper:property",
"helper:item",
"helper:button",
"helper:ctrlKey",
"helper:altKey",
"helper:shiftKey",
"helper:metaKey",
"classinfo:classDescription",
"classinfo:contractID",
"classinfo:classID",
"classinfo:implementationLanguage",
"classinfo:flags"
}
Definition at line 53 of file sbRemotePlaylistClickEvent.cpp.
const char* sPublicWProperties[] = { "" } |
|
static |