1 #ifndef _QWT_MML_DOCUMENT_H_ 
    2 #define _QWT_MML_DOCUMENT_H_ 1 
    4 #include <qwt_global.h> 
   12 class QWT_EXPORT QwtMathMLDocument
 
   30     bool setContent( QString text, QString *errorMsg = 0,
 
   31                      int *errorLine = 0, 
int *errorColumn = 0 );
 
   32     void paint( QPainter *p, 
const QPoint &pos ) 
const;
 
   35     QString fontName( MmlFont type ) 
const;
 
   36     void setFontName( MmlFont type, 
const QString &name );
 
   38     int baseFontPointSize() 
const;
 
   39     void setBaseFontPointSize( 
int size );
 
   42     QwtMmlDocument *m_doc;