PapersView.History¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
  | 
|
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
w/co  | 
The document model  | 
Signals¶
- Inherited:
 
Name  | 
Short Description  | 
|---|---|
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class PapersView.History(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- classmethod new(model)¶
 - Parameters:
 model (
PapersView.DocumentModel) –- Return type:
 
- add_link(link)¶
 - Parameters:
 link (
PapersDocument.Link) –
- freeze()¶
 
- get_back_list()¶
 - Returns:
 the back history
- Return type:
 
- get_forward_list()¶
 - Returns:
 the forward history
- Return type:
 
- go_back()¶
 
- go_forward()¶
 
- go_to_link(link)¶
 - Parameters:
 link (
PapersDocument.Link) –- Return type:
 
- thaw()¶
 
- do_activate_link(link) virtual¶
 - Parameters:
 link (
PapersDocument.Link) –
- do_changed() virtual¶
 
Signal Details¶
- PapersView.History.signals.activate_link(history, object)¶
 - Signal Name:
 activate-link- Flags:
 - Parameters:
 history (
PapersView.History) – The object which received the signalobject (
GObject.Object) –
- PapersView.History.signals.changed(history)¶
 - Signal Name:
 changed- Flags:
 - Parameters:
 history (
PapersView.History) – The object which received the signal
Property Details¶
- PapersView.History.props.document_model¶
 - Name:
 document-model- Type:
 - Default Value:
 - Flags:
 
The document model