PapersDocument.Outlines

g GObject.Object GObject.Object PapersDocument.Outlines PapersDocument.Outlines GObject.Object->PapersDocument.Outlines

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new ()

get_children ()

get_expand ()

get_link ()

set_children (children)

set_expand (expand)

set_label (label)

set_link (link)

set_markup (markup)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

children

Gio.ListModel

r/w

The children of the outlines

expand

bool

r/w

Whether the outlines should be expanded

label

str

r/w

The label of the outlines

link

PapersDocument.Link

r/w

The link of the outlines

markup

str

r/w

The markup of the outlines

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class PapersDocument.Outlines(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

PapersDocument.OutlinesClass

classmethod new()
Return type:

PapersDocument.Outlines

get_children()
Returns:

The children of the outlines

Return type:

Gio.ListModel or None

get_expand()
Returns:

Whether the outlines should be expanded

Return type:

bool

Returns:

The PapersDocument.Link of the outlines

Return type:

PapersDocument.Link or None

set_children(children)
Parameters:

children (Gio.ListModel) – The children of the outlines

Sets the ‘children’ property of the outlines.

set_expand(expand)
Parameters:

expand (bool) – Whether the outlines should be expanded

Sets the ‘expand’ property of the outlines.

set_label(label)
Parameters:

label (str) –

Parameters:

link (PapersDocument.Link) –

set_markup(markup)
Parameters:

markup (str) –

Property Details

PapersDocument.Outlines.props.children
Name:

children

Type:

Gio.ListModel

Default Value:

None

Flags:

READABLE, WRITABLE

The children of the outlines

PapersDocument.Outlines.props.expand
Name:

expand

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE

Whether the outlines should be expanded

PapersDocument.Outlines.props.label
Name:

label

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The label of the outlines

Name:

link

Type:

PapersDocument.Link

Default Value:

None

Flags:

READABLE, WRITABLE

The link of the outlines

PapersDocument.Outlines.props.markup
Name:

markup

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The markup of the outlines