![]() |
LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Membri pubblici | |
| def | __init__ (self, *Id=None, List=None, Current=None, MinWidth=None, MinHeight=None, MaxWidth=None, MaxHeight=None, FixedWidth=None, FixedHeight=None, InternalHandler=None) |
| def | calcMinSize (self) |
| def | getProps (self) |
| def | widgetEvent (self, evt) |
| def | setCurrent (self, curr) |
| def | getCurrent (self) |
| def | dump (self, indent) |
| def | setList (self, list) |
| def | getList (self) |
| def | getData (self) |
| def | setData (self, d) |
Membri pubblici ereditati da Dialogs.DialogItem | |
| def | __init__ (self, Id=None, MinWidth=None, MinHeight=None, MaxWidth=None, MaxHeight=None, FixedWidth=None, FixedHeight=None, InternalHandler=None) |
| def | __repr__ (self) |
| def | actionPerformed (self, oActionEvent) |
| def | textChanged (self, textEvent) |
Altri membri ereditati | |
Attributi pubblici ereditati da Dialogs.DialogItem | |
| align | |
ListBox Display a list of strings
Definizione alla linea 1783 del file Dialogs.py.
| def Dialogs.ComboBox.__init__ | ( | self, | |
| * | Id = None, |
||
List = None, |
|||
Current = None, |
|||
MinWidth = None, |
|||
MinHeight = None, |
|||
MaxWidth = None, |
|||
MaxHeight = None, |
|||
FixedWidth = None, |
|||
FixedHeight = None, |
|||
InternalHandler = None |
|||
| ) |
constructor
Definizione alla linea 1788 del file Dialogs.py.
| def Dialogs.ComboBox.calcMinSize | ( | self | ) |
Calculate widget's minimum size
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1802 del file Dialogs.py.
| def Dialogs.ComboBox.dump | ( | self, | |
| indent | |||
| ) |
convert object to string
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1840 del file Dialogs.py.
| def Dialogs.ComboBox.getCurrent | ( | self | ) |
Definizione alla linea 1837 del file Dialogs.py.
| def Dialogs.ComboBox.getData | ( | self | ) |
| def Dialogs.ComboBox.getList | ( | self | ) |
Definizione alla linea 1866 del file Dialogs.py.
| def Dialogs.ComboBox.getProps | ( | self | ) |
Get control's properties (name+value) to be set in UNO MUST be redefined on each visible control
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1808 del file Dialogs.py.
| def Dialogs.ComboBox.setCurrent | ( | self, | |
| curr | |||
| ) |
Definizione alla linea 1832 del file Dialogs.py.
| def Dialogs.ComboBox.setData | ( | self, | |
| d | |||
| ) |
| def Dialogs.ComboBox.setList | ( | self, | |
| list | |||
| ) |
Definizione alla linea 1849 del file Dialogs.py.
| def Dialogs.ComboBox.widgetEvent | ( | self, | |
| evt | |||
| ) |
an action on underlying widget happened
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1827 del file Dialogs.py.
1.8.16