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', State=False, 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 | setState (self, state) |
def | getState (self) |
def | dump (self, indent) |
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 | |
Checkbox Display a check box (aka option)
Definizione alla linea 1605 del file Dialogs.py.
def Dialogs.CheckBox.__init__ | ( | self, | |
* | Id = None , |
||
Label = 'aLabel' , |
|||
State = False , |
|||
MinWidth = None , |
|||
MinHeight = None , |
|||
MaxWidth = None , |
|||
MaxHeight = None , |
|||
FixedWidth = None , |
|||
FixedHeight = None , |
|||
InternalHandler = None |
|||
) |
constructor
Definizione alla linea 1610 del file Dialogs.py.
def Dialogs.CheckBox.calcMinSize | ( | self | ) |
Calculate widget's minimum size
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1624 del file Dialogs.py.
def Dialogs.CheckBox.dump | ( | self, | |
indent | |||
) |
convert object to string
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1654 del file Dialogs.py.
def Dialogs.CheckBox.getData | ( | self | ) |
def Dialogs.CheckBox.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 1630 del file Dialogs.py.
def Dialogs.CheckBox.getState | ( | self | ) |
Definizione alla linea 1651 del file Dialogs.py.
def Dialogs.CheckBox.setData | ( | self, | |
d | |||
) |
def Dialogs.CheckBox.setState | ( | self, | |
state | |||
) |
Definizione alla linea 1646 del file Dialogs.py.
def Dialogs.CheckBox.widgetEvent | ( | self, | |
evt | |||
) |
widget event handler shall do widget-dependent process for each control and return a 'parameter' to send to dialog event handler MUST BE REDEFINED FOR WIDGETS HANDLING EVENTS
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1642 del file Dialogs.py.