Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Panel constants LOGO_PANEL = "logo" SAVED_DIAGRAMS_PANEL = "saved_diagrams" LOG_PANEL = "log" DIAGRAM_PANEL = "diagram" PROGRESS_PANEL = "progress" HELP_PANEL = "help" SAVE_MODAL = "save_modal" PROGRESS_MODAL = "progress_modal" // Log messages ERROR_EMPTY = "The editor should not be empty!" DIAGRAMS_DIR = "/diagrams" )
View Source
const MinGUIWindow = 600
MinGUIWindow is the minimum window size
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cursors ¶
type Cursors map[string]struct { // contains filtered or unexported fields }
Cursors stores the cursor position for a specific panel view. Used to restore mouse position when click is detected.
func NewCursors ¶
func NewCursors() Cursors
NewCursors instantiate Cursors map which contains the cursor current position.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.