NetSurf
Data Fields
history_entry Struct Reference

A node in the history tree. More...

#include <browser_private.h>

Collaboration diagram for history_entry:
[legend]

Data Fields

struct history_page page
 
struct history_entryback
 Parent. More...
 
struct history_entrynext
 Next sibling. More...
 
struct history_entryforward
 First child. More...
 
struct history_entryforward_pref
 Child in direction of current entry. More...
 
struct history_entryforward_last
 Last child. More...
 
unsigned int children
 Number of children. More...
 
int x
 Position of node. More...
 
int y
 Position of node. More...
 

Detailed Description

A node in the history tree.

Definition at line 52 of file browser_private.h.

Field Documentation

◆ back

struct history_entry* history_entry::back

◆ children

unsigned int history_entry::children

Number of children.

Definition at line 60 of file browser_private.h.

Referenced by browser_window_history_add().

◆ forward

struct history_entry* history_entry::forward

◆ forward_last

struct history_entry* history_entry::forward_last

◆ forward_pref

struct history_entry* history_entry::forward_pref

◆ next

struct history_entry* history_entry::next

◆ page

struct history_page history_entry::page

◆ x

int history_entry::x

◆ y

int history_entry::y

The documentation for this struct was generated from the following file: