FormIt Plugin API
v23.0.0 (2023.0.0)
|
FormIt.Configuration namespace.
Functions | |
json | GetToolGroupUUIDs () |
json | GetContextMenuToolUUIDs () |
Returns a vector of UUIDs (as string) for the tools in the context menu currently configured Parameters: In: Out: vector of tool UUIDs. More... | |
json | GetContextMenuToolUUIDFromActionId (actionId) |
Returns the tool UUID from a context menu action Parameters: In: action id Out: tool UUID. More... | |
json | GetContextMenuActionIdFromToolUUID (toolUUID) |
Returns the tool UUID from a context menu action Parameters: In: tool UUID Out: action id. More... | |
json | GetToolGroupInfo (toolGroupUUID) |
Returns the info for a tool group, that the UI can use currently configured Parameters: In: UUID of tool group Out: vector of tool UUIDs, icon and other info. More... | |
json | GetToolInfo (toolUUID) |
Returns the info for a tool, that the UI can use Parameters: In: UUID of tool Out: tool name, tool icon, tool tip, formit tool type. More... | |
json | IsPaletteConfigured (paletteUUID) |
Returns whether a palette should appear in the UI Parameters: In: UUID of palette Out: true/false. More... | |
json | IsProjectBarConfigured (projectBarUUID) |
Returns whether a project bar item should appear in the UI Parameters: In: UUID of project bar item Out: true/false. More... | |
json | ConfigureFromJSON (configurationJSON) |
Configure the UI from the given JSON Data Parameters: In: JSON string Out: True, if configuration was successful. More... | |
json | GetAllPalettes () |
Get the names and ids of all palettes Parameters: In: Out: vector of id - name pairs. More... | |
json | GetAllProjectBarItems () |
Get the names and ids of all project bar items Parameters: In: Out: vector of id - name pairs. More... | |
json | GetAllToolGroups () |
Get the names and ids of all main tools Parameters: In: Out: vector of id - name pairs. More... | |
json | GetAllToolGroupTools (toolGroupUUID) |
Get the names and ids of all tools for a given tool group Parameters: In: Out: vector of id - name pairs. More... | |
json | GetAllContextMenuTools () |
Get the names and ids of all context menu tools Parameters: In: Out: vector of id - name pairs. More... | |
json | GetAllImplicitTools () |
Get all formit native implicit tools ids and names Parameters: In: Out: vector of id - name pairs. More... | |
json | IsShortcutCommandConfigured (commandName) |
Returns whether a shortcut command is configured Parameters: In: command name Out: true/false. More... | |