LibreOffice Module scripting (master) 1
Public Member Functions | Public Attributes | List of all members
pythonscript.ScriptContext Class Reference
Inheritance diagram for pythonscript.ScriptContext:
[legend]
Collaboration diagram for pythonscript.ScriptContext:
[legend]

Public Member Functions

def __init__ (self, ctx, doc, inv)
 
def getDocument (self)
 
def getDesktop (self)
 
def getComponentContext (self)
 
def getInvocationContext (self)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 ctx
 
 doc
 
 inv
 

Detailed Description

Definition at line 300 of file pythonscript.py.

Constructor & Destructor Documentation

◆ __init__()

def pythonscript.ScriptContext.__init__ (   self,
  ctx,
  doc,
  inv 
)

Definition at line 301 of file pythonscript.py.

Member Function Documentation

◆ getComponentContext()

def pythonscript.ScriptContext.getComponentContext (   self)

◆ getDesktop()

def pythonscript.ScriptContext.getDesktop (   self)

◆ getDocument()

def pythonscript.ScriptContext.getDocument (   self)

◆ getInvocationContext()

def pythonscript.ScriptContext.getInvocationContext (   self)

Definition at line 319 of file pythonscript.py.

References pythonscript.ScriptContext.inv.

Member Data Documentation

◆ ctx

pythonscript.ScriptContext.ctx

◆ doc

pythonscript.ScriptContext.doc

Definition at line 303 of file pythonscript.py.

Referenced by pythonscript.ScriptContext.getDocument().

◆ inv

pythonscript.ScriptContext.inv

Definition at line 304 of file pythonscript.py.

Referenced by pythonscript.ScriptContext.getInvocationContext().


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