All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <XMLStringStream.h>
Public Member Functions | |
| virtual bool | isMultiFile () const |
| const QString & | toString () const |
| XMLStringStream (QIODevice::OpenMode m) | |
| ~XMLStringStream () | |
Brief description of class still missing.
Full description of class still missing
| QGpCoreTools::XMLStringStream::XMLStringStream | ( | QIODevice::OpenMode | m | ) |
Description of constructor still missing
: XMLStream(_xml=new QString, m) { }
Description of destructor still missing
References QGpCoreTools::XMLStream::flush().
{
flush();
delete _xml;
}
| virtual bool QGpCoreTools::XMLStringStream::isMultiFile | ( | ) | const [inline, virtual] |
Implements QGpCoreTools::XMLStream.
{return false;}
| const QString& QGpCoreTools::XMLStringStream::toString | ( | ) | const [inline] |