COPASI API
4.16.103
|
The class for nicely displaying QtMmlWidget. More...
#include <CQMmlScrollView.h>
Public Member Functions | |
CQMmlScrollView (QWidget *parent=0, const char *name=0, Qt::WFlags fl=0) | |
Constructor. More... | |
void | updateWidget (std::ostringstream &mml) |
Function to update the MathML widget. More... | |
~CQMmlScrollView () | |
Destructor. More... | |
The class for nicely displaying QtMmlWidget.
This class inherits QScrollView to nicely display an object of class QtMmlWidget.
Definition at line 30 of file CQMmlScrollView.h.
CQMmlScrollView::CQMmlScrollView | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
Constructor.
Definition at line 27 of file CQMmlScrollView.cpp.
CQMmlScrollView::~CQMmlScrollView | ( | ) |
Destructor.
Definition at line 40 of file CQMmlScrollView.cpp.
void CQMmlScrollView::updateWidget | ( | std::ostringstream & | mml | ) |
Function to update the MathML widget.
Definition at line 46 of file CQMmlScrollView.cpp.
References FROM_UTF8.