ReactOS 0.4.15-dev-7942-gd23573b
nsICommandManager Interface Reference
Inheritance diagram for nsICommandManager:
Collaboration diagram for nsICommandManager:

Public Member Functions

nsresult AddCommandObserver (nsIObserver *aCommandObserver, const char *aCommandToObserve)
 
nsresult RemoveCommandObserver (nsIObserver *aCommandObserver, const char *aCommandObserved)
 
nsresult IsCommandSupported (const char *aCommandName, nsIDOMWindow *aTargetWindow, bool *_retval)
 
nsresult IsCommandEnabled (const char *aCommandName, nsIDOMWindow *aTargetWindow, bool *_retval)
 
nsresult GetCommandState (const char *aCommandName, nsIDOMWindow *aTargetWindow, nsICommandParams *aCommandParams)
 
nsresult DoCommand (const char *aCommandName, nsICommandParams *aCommandParams, nsIDOMWindow *aTargetWindow)
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 3363 of file nsiface.idl.

Member Function Documentation

◆ AddCommandObserver()

nsresult nsICommandManager::AddCommandObserver ( nsIObserver aCommandObserver,
const char aCommandToObserve 
)

◆ DoCommand()

nsresult nsICommandManager::DoCommand ( const char aCommandName,
nsICommandParams aCommandParams,
nsIDOMWindow aTargetWindow 
)

◆ GetCommandState()

nsresult nsICommandManager::GetCommandState ( const char aCommandName,
nsIDOMWindow aTargetWindow,
nsICommandParams aCommandParams 
)

◆ IsCommandEnabled()

nsresult nsICommandManager::IsCommandEnabled ( const char aCommandName,
nsIDOMWindow aTargetWindow,
bool _retval 
)

◆ IsCommandSupported()

nsresult nsICommandManager::IsCommandSupported ( const char aCommandName,
nsIDOMWindow aTargetWindow,
bool _retval 
)

◆ RemoveCommandObserver()

nsresult nsICommandManager::RemoveCommandObserver ( nsIObserver aCommandObserver,
const char aCommandObserved 
)

The documentation for this interface was generated from the following file: