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, Horz=False, Items=None, Default=0) |
def | calcMinSize (self) |
def | add (self, *items) |
def | widgetEvent (self, param) |
def | getWidget (self, wId) |
def | __getitem__ (self, key) |
def | getProps (self) |
def | getCount (self) |
def | getCurrent (self) |
def | setCurrent (self, current) |
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 | |
Radio group Groups a sequence of radio buttons It has no label not border, if those are required you shall insert it into a GroupBox item
Definizione alla linea 1931 del file Dialogs.py.
def Dialogs.RadioGroup.__init__ | ( | self, | |
* | Id = None , |
||
Horz = False , |
|||
Items = None , |
|||
Default = 0 |
|||
) |
constructor
Definizione alla linea 1938 del file Dialogs.py.
def Dialogs.RadioGroup.__getitem__ | ( | self, | |
key | |||
) |
Definizione alla linea 2037 del file Dialogs.py.
def Dialogs.RadioGroup.add | ( | self, | |
* | items | ||
) |
add elements to group
Definizione alla linea 1987 del file Dialogs.py.
def Dialogs.RadioGroup.calcMinSize | ( | self | ) |
Calculate widget's minimum size
Reimplementa Dialogs.DialogItem.
Definizione alla linea 1967 del file Dialogs.py.
def Dialogs.RadioGroup.dump | ( | self, | |
indent | |||
) |
bring a string representation of object
Reimplementa Dialogs.DialogItem.
Definizione alla linea 2071 del file Dialogs.py.
def Dialogs.RadioGroup.getCount | ( | self | ) |
get number of radio buttons
Definizione alla linea 2048 del file Dialogs.py.
def Dialogs.RadioGroup.getCurrent | ( | self | ) |
gets the currently active radio button index starting from 0
Definizione alla linea 2052 del file Dialogs.py.
def Dialogs.RadioGroup.getData | ( | self | ) |
def Dialogs.RadioGroup.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 2040 del file Dialogs.py.
def Dialogs.RadioGroup.getWidget | ( | self, | |
wId | |||
) |
gets widget by Id
Definizione alla linea 2031 del file Dialogs.py.
def Dialogs.RadioGroup.setCurrent | ( | self, | |
current | |||
) |
sets the currently active radio button index if dialog is displaying, set also the widget on it
Definizione alla linea 2059 del file Dialogs.py.
def Dialogs.RadioGroup.setData | ( | self, | |
d | |||
) |
def Dialogs.RadioGroup.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 2023 del file Dialogs.py.