Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationImpl ¶
type ApplicationImpl struct { }
func NewApplication ¶
func NewApplication() *ApplicationImpl
func (*ApplicationImpl) Start ¶
func (app *ApplicationImpl) Start()
func (*ApplicationImpl) Stop ¶
func (app *ApplicationImpl) Stop()
type ConfigImpl ¶
type ConfigImpl struct {
// contains filtered or unexported fields
}
func NewConfig ¶
func NewConfig() *ConfigImpl
func (ConfigImpl) Get ¶
func (cfg ConfigImpl) Get(key string) uint32
func (ConfigImpl) Save ¶
func (cfg ConfigImpl) Save()
func (ConfigImpl) Set ¶
func (cfg ConfigImpl) Set(key string, value string)
type WindowImpl ¶
type WindowImpl struct {
// contains filtered or unexported fields
}
func NewWindow ¶
func NewWindow() *WindowImpl
func (WindowImpl) SaveWindowState ¶
func (window WindowImpl) SaveWindowState()
Click to show internal directories.
Click to hide internal directories.