Main Page   Data Structures   File List   Data Fields   Globals  

Node Struct Reference

#include <control.h>


Data Fields

char * audiofilename
char * audioStartPos
char * audioStopPos
char * textfilename
char * fragmentIdentifier
char * textPassage
char * image
Node * next
Node * prev


Detailed Description

The datastructure for a passage within the book. Holds the name and audio_play times of the corresponding audio file and the text for the passage. Passages is stored in a linked list.

Definition at line 132 of file control.h.


Field Documentation

char* Node::audiofilename
 

Definition at line 135 of file control.h.

Referenced by daisy_play().

char* Node::audioStartPos
 

Definition at line 136 of file control.h.

Referenced by daisy_play().

char* Node::audioStopPos
 

Definition at line 137 of file control.h.

Referenced by daisy_play().

char* Node::fragmentIdentifier
 

Definition at line 139 of file control.h.

Referenced by daisy_play().

char* Node::image
 

Definition at line 141 of file control.h.

struct Node* Node::next
 

Definition at line 142 of file control.h.

struct Node* Node::prev
 

Definition at line 143 of file control.h.

char* Node::textfilename
 

Definition at line 138 of file control.h.

char* Node::textPassage
 

Definition at line 140 of file control.h.

Referenced by daisy_play().


The documentation for this struct was generated from the following file:
Generated on Tue Sep 5 12:14:08 2006 for libdaisy by doxygen1.2.15