VikExtTool

VikExtTool

Functions

Properties

guint id Read / Write / Construct Only
char * label Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── VikExtTool
        ╰── VikWebtool

Description

Functions

vik_ext_tool_get_label ()

gchar *
vik_ext_tool_get_label (VikExtTool *self);

vik_ext_tool_open ()

void
vik_ext_tool_open (VikExtTool *self,
                   VikWindow *vwindow);

vik_ext_tool_open_at_position ()

void
vik_ext_tool_open_at_position (VikExtTool *self,
                               VikWindow *vwindow,
                               VikCoord *vc);

Types and Values

VIK_EXT_TOOL_TYPE

#define VIK_EXT_TOOL_TYPE            (vik_ext_tool_get_type ())

Property Details

The “id” property

  “id”                       guint

Set the id.

Owner: VikExtTool

Flags: Read / Write / Construct Only

Allowed values: <= 65535

Default value: 0


The “label” property

  “label”                    char *

Set the label.

Owner: VikExtTool

Flags: Read / Write / Construct Only

Default value: "<no-set>"