LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Composti | |
class | Dispatcher |
Funzioni | |
def | msgbox (*Title='Errore interno', Message='') |
def | loVersion () |
def | fixPythonPath () |
def | reloadLeenoModules () |
Variabili | |
int | ENABLE_DEBUG = 1 |
int | DISABLE_CACHE = 1 |
g_ImplementationHelper = unohelper.ImplementationHelper() | |
LeenO menu and basic function dispatcher
def python.LeenoDispatcher.fixPythonPath | ( | ) |
This function should fix python path adding it to current sys path if not already there Useless here, just kept for reference
Definizione alla linea 59 del file LeenoDispatcher.py.
def python.LeenoDispatcher.loVersion | ( | ) |
Legge il numero di versione di LibreOffice.
Definizione alla linea 47 del file LeenoDispatcher.py.
def python.LeenoDispatcher.msgbox | ( | * | Title = 'Errore interno' , |
Message = '' |
|||
) |
Create message box type_msg: infobox, warningbox, errorbox, querybox, messbox http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1awt_1_1XMessageBoxFactory.html
Definizione alla linea 20 del file LeenoDispatcher.py.
def python.LeenoDispatcher.reloadLeenoModules | ( | ) |
This function reload all Leeno modules found in pythonpath
Definizione alla linea 72 del file LeenoDispatcher.py.
int python.LeenoDispatcher.DISABLE_CACHE = 1 |
Definizione alla linea 41 del file LeenoDispatcher.py.
int python.LeenoDispatcher.ENABLE_DEBUG = 1 |
Definizione alla linea 36 del file LeenoDispatcher.py.
python.LeenoDispatcher.g_ImplementationHelper = unohelper.ImplementationHelper() |
Definizione alla linea 192 del file LeenoDispatcher.py.