ReactOS 0.4.15-dev-7918-g2a2556c
nsIClipboardCommands Interface Reference
Inheritance diagram for nsIClipboardCommands:
Collaboration diagram for nsIClipboardCommands:

Public Member Functions

nsresult CanCutSelection (bool *_retval)
 
nsresult CanCopySelection (bool *_retval)
 
nsresult CanCopyLinkLocation (bool *_retval)
 
nsresult CanCopyImageLocation (bool *_retval)
 
nsresult CanCopyImageContents (bool *_retval)
 
nsresult CanPaste (bool *_retval)
 
nsresult CutSelection ()
 
nsresult CopySelection ()
 
nsresult CopyLinkLocation ()
 
nsresult CopyImageLocation ()
 
nsresult CopyImageContents ()
 
nsresult Paste ()
 
nsresult SelectAll ()
 
nsresult SelectNone ()
 
- Public Member Functions inherited from nsISupports
nsresult QueryInterface (nsIIDRef riid, void **result)
 
nsrefcnt AddRef ()
 
nsrefcnt Release ()
 

Detailed Description

Definition at line 3619 of file nsiface.idl.

Member Function Documentation

◆ CanCopyImageContents()

nsresult nsIClipboardCommands::CanCopyImageContents ( bool _retval)

◆ CanCopyImageLocation()

nsresult nsIClipboardCommands::CanCopyImageLocation ( bool _retval)

◆ CanCopyLinkLocation()

nsresult nsIClipboardCommands::CanCopyLinkLocation ( bool _retval)

◆ CanCopySelection()

nsresult nsIClipboardCommands::CanCopySelection ( bool _retval)

◆ CanCutSelection()

nsresult nsIClipboardCommands::CanCutSelection ( bool _retval)

◆ CanPaste()

nsresult nsIClipboardCommands::CanPaste ( bool _retval)

◆ CopyImageContents()

nsresult nsIClipboardCommands::CopyImageContents ( )

◆ CopyImageLocation()

nsresult nsIClipboardCommands::CopyImageLocation ( )

◆ CopyLinkLocation()

nsresult nsIClipboardCommands::CopyLinkLocation ( )

◆ CopySelection()

nsresult nsIClipboardCommands::CopySelection ( )

◆ CutSelection()

nsresult nsIClipboardCommands::CutSelection ( )

◆ Paste()

nsresult nsIClipboardCommands::Paste ( )

◆ SelectAll()

nsresult nsIClipboardCommands::SelectAll ( )

◆ SelectNone()

nsresult nsIClipboardCommands::SelectNone ( )

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