This class represents one slide
This class represents one slide. It contains all data, that is needed for writing the apropriate HTML-File. The member variable environment_ points to any environment, where the content of the slide is stored. A slide can also consist of subslides, which will be written to own HTML-files. The subslides itself are generated on-the-fly, when the method write() is called.
~SlideNode()
void writeHTML(int parameter = 0) const
void writeLaTeX() const
void writeXML() const
void initFilenameOfFirstAndLastSlide()
void writeTOCEntry() const
void writeSubSlideHTML(const int sub_slide) const
void writeHTMLHeader(const char *prev_slide, const char *next_slide) const
next_slide - The filename of the next (sub)slidevoid writeHTMLNavigationButtons(const char *prev_slide, const char *next_slide) const
next_slide - The filename of the next (sub)slidevoid writeHTMLFooter(const char *prev_slide, const char *next_slide) const
next_slide - The filename of the next (sub)slideint sequence_number_
int number_of_subslides_
char* title_
char* note_
int latex_
All_Slides_
char Filename_Of_First_Slide_[64]
char Filename_Of_Last_Slide_[64]
char* Section_Title_
char Section_Filename_[64]
int Section_Written_In_Outline_
Alphabetic index Hierarchy of classes