VikWebtoolFormat

VikWebtoolFormat

Functions

Properties

char * url Read / Write / Construct Only
char * url-format-code Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── VikExtTool
        ╰── VikWebtool
            ╰── VikWebtoolFormat

Description

Functions

vik_webtool_format_mpp_to_zoom ()

guint8
vik_webtool_format_mpp_to_zoom (VikWebtool *self,
                                gdouble mpp);

vik_webtool_format_new ()

VikWebtoolFormat *
vik_webtool_format_new ();

vik_webtool_format_new_with_members ()

VikWebtoolFormat *
vik_webtool_format_new_with_members (const gchar *label,
                                     const gchar *url,
                                     const gchar *url_format_code);

Types and Values

VIK_WEBTOOL_FORMAT_TYPE

#define VIK_WEBTOOL_FORMAT_TYPE            (vik_webtool_format_get_type ())

Property Details

The “url” property

  “url”                      char *

Set the template url.

Owner: VikWebtoolFormat

Flags: Read / Write / Construct Only

Default value: "http://viking.sf.net/"


The “url-format-code” property

  “url-format-code”          char *

Set the template URL format code.

Owner: VikWebtoolFormat

Flags: Read / Write / Construct Only

Default value: "AOZ"