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

Public Member Functions

def __init__ (self)
 
def push (self, status)
 
def update (self, status)
 
def pop (self, event)
 
- Public Member Functions inherited from unohelper::Base
def getTypes (self)
 
def getImplementationId (self)
 

Detailed Description

Definition at line 777 of file pythonscript.py.

Constructor & Destructor Documentation

◆ __init__()

def pythonscript.DummyProgressHandler.__init__ (   self)

Definition at line 778 of file pythonscript.py.

Member Function Documentation

◆ pop()

def pythonscript.DummyProgressHandler.pop (   self,
  event 
)

Definition at line 785 of file pythonscript.py.

◆ push()

def pythonscript.DummyProgressHandler.push (   self,
  status 
)

Definition at line 781 of file pythonscript.py.

◆ update()

def pythonscript.DummyProgressHandler.update (   self,
  status 
)

Definition at line 783 of file pythonscript.py.


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