This class represents one slide
This class represents one slide. It contains all data, that is needed for writing the apropriate HTML-File. A Slide can also consist of subsildes, which will be written to own HTML-files. Note : The subslides itself are generated on-the-fly, when the method write() is called. They are not stored in a list, or something like that.
~Slide()
void read(ifstream *input)
void write()
char* getTitle()
void writeSubSlide(int sub_slide)
void writeHTMLHeader(ofstream *output, char *prev_slide, char *next_slide)
prev_slide - The filename of the previous (sub)slide
next_slide - The filename of the next (sub)slidevoid writeHeader(ofstream *output)
void writeFooter(ofstream *output, char *prev_slide, char *next_slide)
prev_slide - The filename of the previous (sub)slide
next_slide - The filename of the next (sub)slideint sequence_number_
int number_of_subslides_
Alphabetic index Hierarchy of classes