kpresenter
KPrWebPresentation Class Reference
List of all members.Detailed Description
Definition at line 50 of file KPrWebPresentation.h.
Public Member Functions | |
| KPrWebPresentation (KPrDocument *_doc, KPrView *_view) | |
| KPrWebPresentation (const QString &_config, KPrDocument *_doc, KPrView *_view) | |
| KPrWebPresentation (const KPrWebPresentation &webPres) | |
| void | setAuthor (const QString &_author) |
| void | setEMail (const QString &_email) |
| void | setTitle (const QString &_title) |
| void | setBackColor (const QColor &_backColor) |
| void | setTitleColor (const QColor &_titleColor) |
| void | setTextColor (const QColor &_textColor) |
| void | setXML (bool _xml) |
| void | setWriteHeader (bool _writeHeader) |
| void | setWriteFooter (bool _writeFooter) |
| void | setLoopSlides (bool _loopSlides) |
| void | setPath (const QString &_path) |
| void | setZoom (int _zoom) |
| void | setTimeBetweenSlides (int _timeBetweenSlides) |
| void | setEncoding (const QString &_encoding) |
| QString | getAuthor () const |
| QString | getEmail () const |
| QString | getTitle () const |
| QColor | getBackColor () const |
| QColor | getTitleColor () const |
| QColor | getTextColor () const |
| bool | isXML () const |
| bool | wantHeader () const |
| bool | wantFooter () const |
| bool | wantLoopSlides () const |
| QString | getPath () const |
| int | getZoom () const |
| int | getTimeBetweenSlides () const |
| QString | getEncoding () const |
| QValueList< SlideInfo > | getSlideInfos () const |
| void | setSlideTitle (int i, const QString &slideTitle) |
| void | setConfig (const QString &_config) |
| QString | getConfig () const |
| void | loadConfig () |
| void | saveConfig () |
| int | initSteps () const |
| int | slides1Steps () |
| int | slides2Steps () |
| int | mainSteps () const |
| void | initCreation (KProgress *progressBar) |
| void | createSlidesPictures (KProgress *progressBar) |
| void | createSlidesHTML (KProgress *progressBar) |
| void | createMainPage (KProgress *progressBar) |
Protected Member Functions | |
| void | init () |
| QString | escapeHtmlText (QTextCodec *codec, const QString &strText) const |
| void | writeStartOfHeader (QTextStream &streamOut, QTextCodec *codec, const QString &subtitle, const QString &dest) |
Protected Attributes | |
| KPrDocument * | doc |
| KPrView * | view |
| QString | config |
| QString | author |
| QString | title |
| QString | |
| QValueList< SlideInfo > | slideInfos |
| QColor | backColor |
| QColor | titleColor |
| QColor | textColor |
| QString | path |
| bool | xml |
| bool | m_bWriteHeader |
| bool | m_bWriteFooter |
| bool | m_bLoopSlides |
| int | timeBetweenSlides |
| int | zoom |
| QString | m_encoding |
Classes | |
| struct | SlideInfo |
The documentation for this class was generated from the following files:

