LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Vai al codice sorgente di questo file.
Composti | |
class | Dialogs.DialogException |
class | Dialogs.AbstractError |
class | Dialogs.LayoutError |
class | Dialogs.DialogItem |
class | Dialogs.Spacer |
class | Dialogs.Sizer |
class | Dialogs.HSizer |
class | Dialogs.VSizer |
class | Dialogs.FixedText |
class | Dialogs.Edit |
class | Dialogs.DateField |
class | Dialogs.FileControl |
class | Dialogs.PathControl |
class | Dialogs.DateControl |
class | Dialogs.ImageControl |
class | Dialogs.ProgressBar |
class | Dialogs.Button |
class | Dialogs.CheckBox |
class | Dialogs.ListBox |
class | Dialogs.ComboBox |
class | Dialogs.RadioButton |
class | Dialogs.RadioGroup |
class | Dialogs.GroupBox |
class | Dialogs.Dialog |
class | Dialogs.Progress |
Namespace | |
Dialogs | |
Funzioni | |
def | Dialogs.getCurrentPath () |
def | Dialogs.getParentWindowSize () |
def | Dialogs.getScreenInfo () |
def | Dialogs.getScaleFactors () |
def | Dialogs.getImageSize (Image) |
def | Dialogs.getBigIconSize () |
def | Dialogs.getTextBox (txt) |
def | Dialogs.getEditBox (txt) |
def | Dialogs.getListBoxSize (items) |
def | Dialogs.getRadioButtonSize (label) |
def | Dialogs.getRadioButtonHeight () |
def | Dialogs.getCheckBoxSize (label) |
def | Dialogs.getCheckBoxHeight () |
def | Dialogs.getButtonSize (txt, Icon=None) |
def | Dialogs.getDefaultPath () |
def | Dialogs.storeLastPath (oPath) |
def | Dialogs.shortenPath (pth, width) |
def | Dialogs.FileSelect (titolo='Scegli il file...', est=' *.*', mode=0, startPath=None) |
SOME COMMON DIALOGS. Continua... | |
def | Dialogs.FolderSelect (titolo='Scegli la cartella...', startPath=None) |
def | Dialogs.NotifyDialog (*Image, Title, Text) |
def | Dialogs.Exclamation (*Title='', Text='') |
def | Dialogs.Info (*Title='', Text='') |
def | Dialogs.Ok (*Title='', Text='') |
def | Dialogs.YesNoDialog (*Title, Text) |
def | Dialogs.YesNoCancelDialog (*Title, Text) |
def | Dialogs.MultiButton (*Icon=None, Title='', Text='', Buttons=None) |
def | Dialogs.YesNo (*Title='', Text='', CanClose=True) |
def | Dialogs.YesNoCancel (*Title='', Text='') |
def | Dialogs.pickDate (curDate=None) |
Variabili | |
int | Dialogs.MINBTNWIDTH = 100 |
int | Dialogs.HORZ_ALIGN_LEFT = 1 |
int | Dialogs.HORZ_ALIGN_CENTER = 2 |
int | Dialogs.HORZ_ALIGN_RIGHT = 4 |
int | Dialogs.VERT_ALIGN_TOP = 8 |
int | Dialogs.VERT_ALIGN_CENTER = 16 |
int | Dialogs.VERT_ALIGN_BOTTOM = 32 |
int | Dialogs.MIN_SPACER_SIZE = 10 |
int | Dialogs.DIALOG_BORDERS = 10 |
int | Dialogs.GROUPBOX_TOP_BORDER = 25 |
int | Dialogs.GROUPBOX_BOTTOM_BORDER = 10 |
int | Dialogs.GROUPBOX_LEFT_BORDER = 10 |
int | Dialogs.GROUPBOX_RIGHT_BORDER = 10 |