|
|
|
@ -59,7 +59,7 @@ class GSInterpreterCMD : public QThread |
|
|
|
void setPlatformFonts(bool pfonts=true); |
|
|
|
void setPlatformFonts(bool pfonts=true); |
|
|
|
void setAABits(int text=1, int graphics=1); |
|
|
|
void setAABits(int text=1, int graphics=1); |
|
|
|
void setMagnify( double magnify ); |
|
|
|
void setMagnify( double magnify ); |
|
|
|
void setMedia (QString media) ; |
|
|
|
void setMedia( const QString &media ); |
|
|
|
// void setBoundingBox( const KDSCBBOX& boundingBox );
|
|
|
|
// void setBoundingBox( const KDSCBBOX& boundingBox );
|
|
|
|
void setStructure(GSInterpreterLib::Position prolog, GSInterpreterLib::Position setup); |
|
|
|
void setStructure(GSInterpreterLib::Position prolog, GSInterpreterLib::Position setup); |
|
|
|
bool run( GSInterpreterLib::Position pos ); |
|
|
|
bool run( GSInterpreterLib::Position pos ); |
|
|
|
|