• PapersDocument 4.0 »
  • Classes »
  • PapersDocument.Link
  • PapersDocument.Link
    • Methods
    • Virtual Methods
    • Properties
    • Signals
    • Fields
    • Class Details
      • PapersDocument.Link
        • PapersDocument.Link.new()
        • PapersDocument.Link.get_action()
        • PapersDocument.Link.get_title()
    • Property Details
      • PapersDocument.Link.props.action
      • PapersDocument.Link.props.title
  • PapersDocument 4.0 »
  • Classes »
  • PapersDocument.Link
  • PapersDocument.Link
    • Methods
    • Virtual Methods
    • Properties
    • Signals
    • Fields
    • Class Details
      • PapersDocument.Link
        • PapersDocument.Link.new()
        • PapersDocument.Link.get_action()
        • PapersDocument.Link.get_title()
    • Property Details
      • PapersDocument.Link.props.action
      • PapersDocument.Link.props.title

PapersDocument.Link¶

g GObject.Object GObject.Object PapersDocument.Link PapersDocument.Link GObject.Object->PapersDocument.Link

Subclasses:

None

Methods¶

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (title, action)

get_action ()

get_title ()

Virtual Methods¶

Inherited:

GObject.Object (7)

Properties¶

Name

Type

Flags

Short Description

action

PapersDocument.LinkAction

r/w/co

The link action

title

str

r/w/co

The link title

Signals¶

Inherited:

GObject.Object (1)

Fields¶

Inherited:

GObject.Object (1)

Class Details¶

class PapersDocument.Link(**kwargs)¶
Bases:

GObject.Object

Abstract:

No

Structure:

PapersDocument.LinkClass

classmethod new(title, action)¶
Parameters:
  • title (str or None) – the title

  • action (PapersDocument.LinkAction) – a PapersDocument.LinkAction

Return type:

PapersDocument.Link

get_action()¶
Returns:

an PapersDocument.LinkAction

Return type:

PapersDocument.LinkAction

get_title()¶
Return type:

str

Property Details¶

PapersDocument.Link.props.action¶
Name:

action

Type:

PapersDocument.LinkAction

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The link action

PapersDocument.Link.props.title¶
Name:

title

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

The link title