Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionEditor ¶
type ActionEditor struct { uicontrols.Dialog // contains filtered or unexported fields }
func NewActionEditor ¶
func NewActionEditor(parent uiinterfaces.Widget, value string, client *client.Client) *ActionEditor
func (*ActionEditor) ActionText ¶
func (c *ActionEditor) ActionText() string
func (*ActionEditor) LoadEditor ¶
func (c *ActionEditor) LoadEditor(actionType string, actionContent string)
func (*ActionEditor) OnInit ¶
func (c *ActionEditor) OnInit()
type ActionEditorWidget ¶
type OpenMap ¶
type OpenMap struct { uicontrols.Panel // contains filtered or unexported fields }
func NewOpenMap ¶
func NewOpenMap(parent uiinterfaces.Widget, client *client.Client) *OpenMap
func (*OpenMap) LoadAction ¶
func (*OpenMap) SaveAction ¶
type OpenMapAction ¶
type OpenMapAction struct {
ResId string `json:"res_id"`
}
type WriteItem ¶
type WriteItem struct { uicontrols.Panel // contains filtered or unexported fields }
func NewWriteItem ¶
func NewWriteItem(parent uiinterfaces.Widget, client *client.Client) *WriteItem
func (*WriteItem) LoadAction ¶
func (*WriteItem) SaveAction ¶
type WriteItemAction ¶
Click to show internal directories.
Click to hide internal directories.