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, Label='aLabel', Horz=False, Items=None) |
def | calcMinSize (self) |
def | add (self, *items) |
def | getWidget (self, wId) |
def | __getitem__ (self, key) |
def | getProps (self) |
def | getAction (self) |
def | dump (self, indent) |
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) |
def | widgetEvent (self, evt) |
def | getData (self) |
def | setData (self, d) |
Altri membri ereditati | |
Attributi pubblici ereditati da Dialogs.DialogItem | |
align | |
Group box Display a box with optional border and label Used mostly to group items In behaviour is similar to Dialog
Definizione alla linea 2088 del file Dialogs.py.
def Dialogs.GroupBox.__init__ | ( | self, | |
* | Id = None , |
||
Label = 'aLabel' , |
|||
Horz = False , |
|||
Items = None |
|||
) |
constructor
Definizione alla linea 2095 del file Dialogs.py.
def Dialogs.GroupBox.__getitem__ | ( | self, | |
key | |||
) |
Definizione alla linea 2157 del file Dialogs.py.
def Dialogs.GroupBox.add | ( | self, | |
* | items | ||
) |
add elements to group
Definizione alla linea 2131 del file Dialogs.py.
def Dialogs.GroupBox.calcMinSize | ( | self | ) |
Calculate widget's minimum size
Reimplementa Dialogs.DialogItem.
Definizione alla linea 2107 del file Dialogs.py.
def Dialogs.GroupBox.dump | ( | self, | |
indent | |||
) |
bring a string representation of object
Reimplementa Dialogs.DialogItem.
Definizione alla linea 2178 del file Dialogs.py.
def Dialogs.GroupBox.getAction | ( | self | ) |
Gets a string representing the action on the control This string will be sent to event handler along with control name If the value returned is None or an empty string, no action will be performed
Definizione alla linea 2170 del file Dialogs.py.
def Dialogs.GroupBox.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 2160 del file Dialogs.py.
def Dialogs.GroupBox.getWidget | ( | self, | |
wId | |||
) |
gets widget by Id
Definizione alla linea 2151 del file Dialogs.py.