Documentation
¶
Index ¶
- func ApplicationFontPointSize() int
- func DelayedCall(f func())
- func ErrorPopup(title string, msg string)
- func InfoPopup(title string, msg string)
- func OpenCPFilenames(title string, dir string, exts []string) []string
- func OpenJSONFilename(title string, dir string) string
- func OpenTextFilename(title string, dir string) string
- func OpenXLSXFilename(title string, dir string) string
- func SaveFilename(title string, dir string, extension string) string
- func SetApplicationFontPointSize(pointSize int)
- func UpdateComboboxWidget(widget *FieldWidget, opt string, opts []string)
- type Action
- type App
- type AppSettings
- func (as *AppSettings) BeginReadArray(prefix string) int
- func (as *AppSettings) BeginWriteArray(prefix string, size int)
- func (as *AppSettings) Bool(str string, deflt bool) bool
- func (as *AppSettings) EndArray()
- func (as *AppSettings) Int(str string, deflt int) int
- func (as *AppSettings) SetArrayIndex(i int)
- func (as *AppSettings) SetBool(str string, b bool)
- func (as *AppSettings) SetInt(str string, i int)
- func (as *AppSettings) SetString(str string, s string)
- func (as *AppSettings) String(str string, deflt string) string
- func (as *AppSettings) Sync()
- type Button
- type DelayedCallStruct
- type Dialog
- type FieldMembers
- type FieldWidget
- func NewButtonWidget(text string, clicked func()) *FieldWidget
- func NewCheckboxWidget(checked bool, clickedFunc func(bool)) *FieldWidget
- func NewComboboxWidget(opt string, opts []string, changed func(int)) *FieldWidget
- func NewLineEditWidget(str string) *FieldWidget
- func NewSpinboxWidget(value, min, max int, changedFunc func(int)) *FieldWidget
- func (fw *FieldWidget) AddWidget(w Widget)
- func (widget *FieldWidget) SetChecked(checked bool)
- func (fw *FieldWidget) SetContentsMargins(left int, right int, top int, bottom int)
- func (w *FieldWidget) SetEnabled(b bool)
- func (w *FieldWidget) SetLabel(text string)
- func (w *FieldWidget) SetMinimumWidth(width int)
- func (w *FieldWidget) SetReadOnly(b bool)
- func (w *FieldWidget) SetVisible(b bool)
- func (w *FieldWidget) Width() int
- func (w *FieldWidget) Window() *Window
- type Form
- func (parent *Form) AddFieldRow(labelFunc func(*codeplug.Field) string, f *codeplug.Field)
- func (parent *Form) AddFieldRows(labelFunc func(*codeplug.Field) string, fields ...*codeplug.Field)
- func (parent *Form) AddFieldTypeRows(r *codeplug.Record, fTypes ...codeplug.FieldType)
- func (parent *Form) AddFieldWidget(w *FieldWidget)
- func (parent *Form) AddReadOnlyFieldRow(labelFunc func(*codeplug.Field) string, f *codeplug.Field)
- func (parent *Form) AddReadOnlyFieldRows(labelFunc func(*codeplug.Field) string, fields ...*codeplug.Field)
- func (parent *Form) AddReadOnlyFieldTypeRows(r *codeplug.Record, fTypes ...codeplug.FieldType)
- func (parent *Form) AddRow(label string, w *FieldWidget)
- func (parent *Form) AddWidget(w Widget)
- func (form *Form) QWidget() widgets.QWidget
- func (form *Form) RemoveWidget(widget *FieldWidget)
- func (form *Form) SetContentsMargins(left int, right int, top int, bottom int)
- func (form *Form) Window() *Window
- type HBox
- func (parent *HBox) AddButton(text string) *Button
- func (parent *HBox) AddExistingHbox(box *HBox) *HBox
- func (parent *HBox) AddExistingVbox(box *VBox) *VBox
- func (hBox *HBox) AddFieldMembers(r *codeplug.Record, memberType codeplug.FieldType, sortAvailable *bool)
- func (parent *HBox) AddFiller()
- func (parent *HBox) AddForm() *Form
- func (parent *HBox) AddGroupbox(label string) *HBox
- func (parent *HBox) AddHbox() *HBox
- func (parent *HBox) AddLabel(str string)
- func (parent *HBox) AddRadioButton(option string) *RadioButton
- func (parent *HBox) AddRecordList(rType codeplug.RecordType) *RecordList
- func (hBox *HBox) AddSeparator()
- func (parent *HBox) AddSpace(width int)
- func (parent *HBox) AddTable() *Table
- func (parent *HBox) AddTextEdit() *TextEdit
- func (parent *HBox) AddVbox() *VBox
- func (parent *HBox) AddWidget(widget Widget)
- func (hBox *HBox) Clear()
- func (hBox *HBox) SetContentsMargins(left int, right int, top int, bottom int)
- func (box *HBox) SetEnabled(enable bool)
- func (hBox *HBox) SetExpand()
- func (box *HBox) SetFixedHeight()
- func (hBox *HBox) Window() *Window
- type MainWindow
- func (parent *MainWindow) AddHbox() *HBox
- func (parent *MainWindow) AddVbox() *VBox
- func (mw *MainWindow) BeginChange(change *codeplug.Change)
- func (mw *MainWindow) Close()
- func (mw *MainWindow) Codeplug() *codeplug.Codeplug
- func (mw *MainWindow) CodeplugChanged(change *codeplug.Change)
- func (mw *MainWindow) ConnectChange(fn func(*codeplug.Change))
- func (mw *MainWindow) ConnectClose(fn func() bool)
- func (mw *MainWindow) EndChange(change *codeplug.Change)
- func (mw *MainWindow) MenuBar() *MenuBar
- func (mw *MainWindow) NewRecordWindow(rType codeplug.RecordType, writable bool) *Window
- func (mw *MainWindow) NewWindow() *Window
- func (mw *MainWindow) RecordWindows() map[codeplug.RecordType]*Window
- func (mW *MainWindow) Resize(w, h int)
- func (mw *MainWindow) SetCodeplug(cp *codeplug.Codeplug)
- func (mw *MainWindow) SetTitle(title string)
- func (mw *MainWindow) Show()
- func (mw *MainWindow) Title() string
- type Menu
- type MenuBar
- type PopupValue
- type ProgressDialog
- type RadioButton
- type RecordList
- func (rl *RecordList) AddDupSelected(add bool) error
- func (rl *RecordList) AddSelected() error
- func (rl *RecordList) ClearSelection()
- func (rl *RecordList) Current() int
- func (rl *RecordList) DupSelected() error
- func (rl *RecordList) Model() *core.QAbstractItemModel
- func (rl *RecordList) RemoveSelected() error
- func (rl *RecordList) SelectRecords(records ...*codeplug.Record)
- func (rl *RecordList) SelectedRecords() []*codeplug.Record
- func (rl *RecordList) SelectionModel() *core.QItemSelectionModel
- func (rl *RecordList) SetCurrent(i int)
- func (rl *RecordList) Update()
- type StackedWidget
- type TabWidget
- type Table
- func (t *Table) AddLeftLabels(labels []string)
- func (t *Table) AddRow(cells ...Widget)
- func (t *Table) AddTopLabels(labels []string)
- func (t *Table) AddWidget(w Widget)
- func (t *Table) ColumnCount() int
- func (t *Table) ResizeToContents()
- func (t *Table) RowCount() int
- func (t *Table) SetContentsMargins(left int, right int, top int, bottom int)
- func (t *Table) SetFixedSize()
- func (t *Table) Window() *Window
- type TextEdit
- type VBox
- func (parent *VBox) AddButton(text string) *Button
- func (parent *VBox) AddExistingHbox(box *HBox) *HBox
- func (parent *VBox) AddExistingVbox(box *VBox) *VBox
- func (parent *VBox) AddFiller()
- func (parent *VBox) AddForm() *Form
- func (parent *VBox) AddGroupbox(label string) *HBox
- func (parent *VBox) AddHbox() *HBox
- func (parent *VBox) AddLabel(str string)
- func (vBox *VBox) AddSeparator()
- func (parent *VBox) AddSpace(height int)
- func (parent *VBox) AddTable() *Table
- func (parent *VBox) AddTextEdit() *TextEdit
- func (parent *VBox) AddVbox() *VBox
- func (parent *VBox) AddWidget(widget Widget)
- func (vBox *VBox) Clear()
- func (vBox *VBox) SetContentsMargins(left int, right int, top int, bottom int)
- func (box *VBox) SetEnabled(enable bool)
- func (vBox *VBox) SetExpand()
- func (box *VBox) SetFixedWidth()
- func (vBox *VBox) Window() *Window
- type Widget
- type Window
- func (w *Window) AddEnablerWidget(widget *FieldWidget)
- func (window *Window) AddFieldWidget(w *FieldWidget)
- func (parent *Window) AddHbox() *HBox
- func (w *Window) AddMenuBar() *MenuBar
- func (parent *Window) AddVbox() *VBox
- func (w *Window) AddWidget(widget Widget)
- func (w *Window) Close()
- func (w *Window) ConnectClose(fn func() bool)
- func (w *Window) DeleteLater()
- func (w *Window) MainWindow() *MainWindow
- func (w *Window) MenuBar() *MenuBar
- func (window *Window) NewFieldWidget(label string, f *codeplug.Field) *FieldWidget
- func (w *Window) RecordFunc() func()
- func (w *Window) RecordList() *RecordList
- func (w *Window) RecordType() codeplug.RecordType
- func (w *Window) Records(rType codeplug.RecordType) []*codeplug.Record
- func (w *Window) SetContentsMargins(left int, right int, top int, bottom int)
- func (w *Window) SetRecordFunc(fn func())
- func (w *Window) SetTitle(title string)
- func (w *Window) Show()
- func (w *Window) Title() string
- func (w *Window) Window() *Window
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplicationFontPointSize ¶ added in v1.0.2
func ApplicationFontPointSize() int
func DelayedCall ¶ added in v0.14.8
func DelayedCall(f func())
func ErrorPopup ¶ added in v0.7.2
func OpenCPFilenames ¶ added in v0.8.10
func OpenJSONFilename ¶ added in v0.9.2
func OpenTextFilename ¶ added in v0.8.10
func OpenXLSXFilename ¶ added in v0.9.2
func SetApplicationFontPointSize ¶ added in v1.0.2
func SetApplicationFontPointSize(pointSize int)
func UpdateComboboxWidget ¶ added in v0.8.3
func UpdateComboboxWidget(widget *FieldWidget, opt string, opts []string)
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
func (*Action) SetEnabled ¶ added in v0.8.0
func (*Action) SetVisible ¶ added in v0.14.4
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) NewSettings ¶
func (app *App) NewSettings() *AppSettings
func (*App) ProcessEvents ¶ added in v0.9.0
func (app *App) ProcessEvents()
func (*App) SetApplicationName ¶
func (*App) SetOrganizationDomain ¶
func (*App) SetOrganizationName ¶
type AppSettings ¶
type AppSettings struct {
// contains filtered or unexported fields
}
func (*AppSettings) BeginReadArray ¶
func (as *AppSettings) BeginReadArray(prefix string) int
func (*AppSettings) BeginWriteArray ¶
func (as *AppSettings) BeginWriteArray(prefix string, size int)
func (*AppSettings) EndArray ¶
func (as *AppSettings) EndArray()
func (*AppSettings) SetArrayIndex ¶
func (as *AppSettings) SetArrayIndex(i int)
func (*AppSettings) SetBool ¶
func (as *AppSettings) SetBool(str string, b bool)
func (*AppSettings) SetInt ¶
func (as *AppSettings) SetInt(str string, i int)
func (*AppSettings) SetString ¶
func (as *AppSettings) SetString(str string, s string)
func (*AppSettings) Sync ¶
func (as *AppSettings) Sync()
type Button ¶
type Button struct {
// contains filtered or unexported fields
}
func (*Button) ConnectClicked ¶
func (b *Button) ConnectClicked(fn func())
func (*Button) SetEnabled ¶ added in v0.8.0
type DelayedCallStruct ¶ added in v0.14.9
type Dialog ¶ added in v0.8.3
type Dialog struct { *VBox // contains filtered or unexported fields }
type FieldMembers ¶
type FieldMembers struct {
// contains filtered or unexported fields
}
type FieldWidget ¶ added in v0.15.0
type FieldWidget struct {
// contains filtered or unexported fields
}
func NewButtonWidget ¶ added in v0.8.3
func NewButtonWidget(text string, clicked func()) *FieldWidget
func NewCheckboxWidget ¶ added in v0.9.5
func NewCheckboxWidget(checked bool, clickedFunc func(bool)) *FieldWidget
func NewComboboxWidget ¶ added in v0.8.3
func NewComboboxWidget(opt string, opts []string, changed func(int)) *FieldWidget
func NewLineEditWidget ¶ added in v0.16.0
func NewLineEditWidget(str string) *FieldWidget
func NewSpinboxWidget ¶ added in v0.8.3
func NewSpinboxWidget(value, min, max int, changedFunc func(int)) *FieldWidget
func (*FieldWidget) AddWidget ¶ added in v0.15.0
func (fw *FieldWidget) AddWidget(w Widget)
func (*FieldWidget) SetChecked ¶ added in v0.15.0
func (widget *FieldWidget) SetChecked(checked bool)
func (*FieldWidget) SetContentsMargins ¶ added in v0.15.0
func (fw *FieldWidget) SetContentsMargins(left int, right int, top int, bottom int)
func (*FieldWidget) SetEnabled ¶ added in v0.15.0
func (w *FieldWidget) SetEnabled(b bool)
func (*FieldWidget) SetLabel ¶ added in v0.15.0
func (w *FieldWidget) SetLabel(text string)
func (*FieldWidget) SetMinimumWidth ¶ added in v0.15.0
func (w *FieldWidget) SetMinimumWidth(width int)
func (*FieldWidget) SetReadOnly ¶ added in v0.15.0
func (w *FieldWidget) SetReadOnly(b bool)
func (*FieldWidget) SetVisible ¶ added in v0.15.0
func (w *FieldWidget) SetVisible(b bool)
func (*FieldWidget) Width ¶ added in v0.15.0
func (w *FieldWidget) Width() int
func (*FieldWidget) Window ¶ added in v0.15.0
func (w *FieldWidget) Window() *Window
type Form ¶
type Form struct {
// contains filtered or unexported fields
}
func (*Form) AddFieldRow ¶ added in v0.12.7
func (*Form) AddFieldRows ¶
func (*Form) AddFieldTypeRows ¶ added in v0.12.7
func (*Form) AddFieldWidget ¶ added in v0.15.0
func (parent *Form) AddFieldWidget(w *FieldWidget)
func (*Form) AddReadOnlyFieldRow ¶ added in v0.12.7
func (*Form) AddReadOnlyFieldRows ¶ added in v0.8.11
func (*Form) AddReadOnlyFieldTypeRows ¶ added in v0.12.7
func (*Form) AddRow ¶
func (parent *Form) AddRow(label string, w *FieldWidget)
func (*Form) RemoveWidget ¶ added in v0.14.0
func (form *Form) RemoveWidget(widget *FieldWidget)
func (*Form) SetContentsMargins ¶ added in v0.15.0
type HBox ¶
type HBox struct {
// contains filtered or unexported fields
}
func (*HBox) AddExistingHbox ¶ added in v0.10.9
func (*HBox) AddExistingVbox ¶ added in v0.10.9
func (*HBox) AddFieldMembers ¶ added in v0.14.0
func (*HBox) AddGroupbox ¶
func (*HBox) AddRadioButton ¶ added in v0.7.0
func (parent *HBox) AddRadioButton(option string) *RadioButton
func (*HBox) AddRecordList ¶
func (parent *HBox) AddRecordList(rType codeplug.RecordType) *RecordList
func (*HBox) AddSeparator ¶
func (hBox *HBox) AddSeparator()
func (*HBox) AddTextEdit ¶ added in v0.12.7
func (*HBox) SetContentsMargins ¶
func (*HBox) SetEnabled ¶ added in v0.8.0
func (*HBox) SetFixedHeight ¶ added in v0.9.2
func (box *HBox) SetFixedHeight()
type MainWindow ¶
type MainWindow struct {
// contains filtered or unexported fields
}
func MainWindows ¶
func MainWindows() []*MainWindow
func NewMainWindow ¶
func NewMainWindow() *MainWindow
func (*MainWindow) AddHbox ¶
func (parent *MainWindow) AddHbox() *HBox
func (*MainWindow) AddVbox ¶
func (parent *MainWindow) AddVbox() *VBox
func (*MainWindow) BeginChange ¶ added in v0.15.7
func (mw *MainWindow) BeginChange(change *codeplug.Change)
func (*MainWindow) Close ¶
func (mw *MainWindow) Close()
func (*MainWindow) Codeplug ¶
func (mw *MainWindow) Codeplug() *codeplug.Codeplug
func (*MainWindow) CodeplugChanged ¶ added in v0.15.7
func (mw *MainWindow) CodeplugChanged(change *codeplug.Change)
func (*MainWindow) ConnectChange ¶
func (mw *MainWindow) ConnectChange(fn func(*codeplug.Change))
func (*MainWindow) ConnectClose ¶
func (mw *MainWindow) ConnectClose(fn func() bool)
func (*MainWindow) EndChange ¶ added in v0.15.7
func (mw *MainWindow) EndChange(change *codeplug.Change)
func (*MainWindow) MenuBar ¶
func (mw *MainWindow) MenuBar() *MenuBar
func (*MainWindow) NewRecordWindow ¶
func (mw *MainWindow) NewRecordWindow(rType codeplug.RecordType, writable bool) *Window
func (*MainWindow) NewWindow ¶
func (mw *MainWindow) NewWindow() *Window
func (*MainWindow) RecordWindows ¶
func (mw *MainWindow) RecordWindows() map[codeplug.RecordType]*Window
func (*MainWindow) Resize ¶ added in v0.16.4
func (mW *MainWindow) Resize(w, h int)
func (*MainWindow) SetCodeplug ¶ added in v0.6.0
func (mw *MainWindow) SetCodeplug(cp *codeplug.Codeplug)
func (*MainWindow) SetTitle ¶
func (mw *MainWindow) SetTitle(title string)
func (*MainWindow) Show ¶
func (mw *MainWindow) Show()
func (*MainWindow) Title ¶
func (mw *MainWindow) Title() string
type Menu ¶
type Menu struct {
// contains filtered or unexported fields
}
func (*Menu) AddSeparator ¶
func (menu *Menu) AddSeparator()
func (*Menu) ConnectAboutToShow ¶
func (menu *Menu) ConnectAboutToShow(fn func())
func (*Menu) SetEnabled ¶
type PopupValue ¶
type PopupValue int
const ( PopupCancel PopupValue = iota PopupDiscard PopupIgnore PopupNo PopupSave PopupYes )
func SavePopup ¶
func SavePopup(title string, msg string) PopupValue
func WarningPopup ¶
func WarningPopup(title string, msg string) PopupValue
func YesNoPopup ¶
func YesNoPopup(title string, msg string) PopupValue
type ProgressDialog ¶ added in v0.9.0
type ProgressDialog struct {
// contains filtered or unexported fields
}
func NewProgressDialog ¶ added in v0.9.0
func NewProgressDialog(str string) *ProgressDialog
func (*ProgressDialog) Close ¶ added in v0.9.0
func (pd *ProgressDialog) Close()
func (*ProgressDialog) SetLabelText ¶ added in v0.9.0
func (pd *ProgressDialog) SetLabelText(str string)
func (*ProgressDialog) SetRange ¶ added in v0.9.0
func (pd *ProgressDialog) SetRange(min int, max int)
func (*ProgressDialog) SetValue ¶ added in v0.9.0
func (pd *ProgressDialog) SetValue(value int)
func (*ProgressDialog) WasCanceled ¶ added in v0.9.0
func (pd *ProgressDialog) WasCanceled() bool
type RadioButton ¶ added in v0.7.0
type RadioButton struct {
// contains filtered or unexported fields
}
func (*RadioButton) ConnectClicked ¶ added in v0.7.0
func (b *RadioButton) ConnectClicked(fn func(checked bool))
func (*RadioButton) IsChecked ¶ added in v0.7.0
func (b *RadioButton) IsChecked() bool
func (*RadioButton) SetChecked ¶ added in v0.7.0
func (b *RadioButton) SetChecked(bo bool)
func (*RadioButton) Text ¶ added in v0.7.0
func (b *RadioButton) Text() string
type RecordList ¶
type RecordList struct {
// contains filtered or unexported fields
}
func (*RecordList) AddDupSelected ¶ added in v0.14.0
func (rl *RecordList) AddDupSelected(add bool) error
func (*RecordList) AddSelected ¶
func (rl *RecordList) AddSelected() error
func (*RecordList) ClearSelection ¶
func (rl *RecordList) ClearSelection()
func (*RecordList) Current ¶
func (rl *RecordList) Current() int
func (*RecordList) DupSelected ¶ added in v0.14.0
func (rl *RecordList) DupSelected() error
func (*RecordList) Model ¶ added in v0.14.9
func (rl *RecordList) Model() *core.QAbstractItemModel
func (*RecordList) RemoveSelected ¶
func (rl *RecordList) RemoveSelected() error
func (*RecordList) SelectRecords ¶ added in v0.14.9
func (rl *RecordList) SelectRecords(records ...*codeplug.Record)
func (*RecordList) SelectedRecords ¶
func (rl *RecordList) SelectedRecords() []*codeplug.Record
func (*RecordList) SelectionModel ¶ added in v0.14.9
func (rl *RecordList) SelectionModel() *core.QItemSelectionModel
func (*RecordList) SetCurrent ¶
func (rl *RecordList) SetCurrent(i int)
func (*RecordList) Update ¶
func (rl *RecordList) Update()
type StackedWidget ¶ added in v0.15.0
type StackedWidget struct {
// contains filtered or unexported fields
}
func NewStackedWidget ¶ added in v0.15.0
func NewStackedWidget(window *Window) *StackedWidget
func (*StackedWidget) AddWidget ¶ added in v0.15.0
func (sw *StackedWidget) AddWidget(w Widget)
func (*StackedWidget) SetContentsMargins ¶ added in v0.15.0
func (sw *StackedWidget) SetContentsMargins(left int, right int, top int, bottom int)
func (*StackedWidget) Window ¶ added in v0.15.0
func (sw *StackedWidget) Window() *Window
type TabWidget ¶ added in v0.15.0
type TabWidget struct {
// contains filtered or unexported fields
}
func NewTabWidget ¶ added in v0.15.0
func (*TabWidget) AddTab ¶ added in v0.15.0
func (tw *TabWidget) AddTab(w *FieldWidget, label string)
func (*TabWidget) ConnectChange ¶ added in v0.15.0
func (tw *TabWidget) ConnectChange(f func(w *FieldWidget))
type Table ¶ added in v0.15.0
type Table struct {
// contains filtered or unexported fields
}
func (*Table) AddLeftLabels ¶ added in v0.15.0
func (*Table) AddTopLabels ¶ added in v0.15.0
func (*Table) ColumnCount ¶ added in v0.15.0
func (*Table) ResizeToContents ¶ added in v0.15.0
func (t *Table) ResizeToContents()
func (*Table) SetContentsMargins ¶ added in v0.15.0
func (*Table) SetFixedSize ¶ added in v0.15.0
func (t *Table) SetFixedSize()
type TextEdit ¶ added in v0.12.7
type TextEdit struct {
// contains filtered or unexported fields
}
func NewTextEdit ¶ added in v0.12.7
func NewTextEdit() *TextEdit
func (*TextEdit) SetNoLineWrap ¶ added in v0.12.7
func (t *TextEdit) SetNoLineWrap()
func (*TextEdit) SetPlainText ¶ added in v0.12.7
func (*TextEdit) SetReadOnly ¶ added in v0.12.7
type VBox ¶
type VBox struct {
// contains filtered or unexported fields
}
func (*VBox) AddExistingHbox ¶ added in v0.10.9
func (*VBox) AddExistingVbox ¶ added in v0.10.9
func (*VBox) AddGroupbox ¶
func (*VBox) AddSeparator ¶
func (vBox *VBox) AddSeparator()
func (*VBox) AddTextEdit ¶ added in v0.12.7
func (*VBox) SetContentsMargins ¶
func (*VBox) SetEnabled ¶ added in v0.8.0
func (*VBox) SetFixedWidth ¶ added in v0.9.2
func (box *VBox) SetFixedWidth()
type Window ¶
type Window struct {
// contains filtered or unexported fields
}
func (*Window) AddEnablerWidget ¶ added in v0.16.8
func (w *Window) AddEnablerWidget(widget *FieldWidget)
func (*Window) AddFieldWidget ¶ added in v0.16.8
func (window *Window) AddFieldWidget(w *FieldWidget)
func (*Window) AddMenuBar ¶
func (*Window) ConnectClose ¶
func (*Window) DeleteLater ¶ added in v0.7.0
func (w *Window) DeleteLater()
func (*Window) MainWindow ¶
func (w *Window) MainWindow() *MainWindow
func (*Window) NewFieldWidget ¶ added in v0.15.0
func (window *Window) NewFieldWidget(label string, f *codeplug.Field) *FieldWidget
func (*Window) RecordFunc ¶ added in v0.9.5
func (w *Window) RecordFunc() func()
func (*Window) RecordList ¶
func (w *Window) RecordList() *RecordList
func (*Window) RecordType ¶
func (w *Window) RecordType() codeplug.RecordType
func (*Window) Records ¶ added in v0.15.0
func (w *Window) Records(rType codeplug.RecordType) []*codeplug.Record
func (*Window) SetContentsMargins ¶ added in v0.15.0
func (*Window) SetRecordFunc ¶
func (w *Window) SetRecordFunc(fn func())
Click to show internal directories.
Click to hide internal directories.