My Project
0.0.16
QUCS Mapping
|
#include <textdoc.h>
Public Slots | |
void | slotCursorPosChanged (int, int) |
void | slotSetChanged () |
Public Member Functions | |
TextDoc (QucsApp *, const QString &) | |
~TextDoc () | |
void | setName (const QString &) |
bool | load () |
int | save () |
void | print (QPrinter *, QPainter *, bool, bool) |
float | zoomBy (float) |
void | showAll () |
void | showNoZoom () |
void | becomeCurrent (bool) |
bool | loadSimulationTime (QString &) |
void | commentSelected () |
void | insertSkeleton () |
void | setLanguage (int) |
void | setLanguage (const QString &) |
QString | getModuleName (void) |
bool | loadSettings (void) |
bool | saveSettings (void) |
QPopupMenu * | createPopupMenu (const QPoint &) |
Public Member Functions inherited from QucsDoc | |
QucsDoc (QucsApp *, const QString &) | |
virtual | ~QucsDoc () |
QString | fileSuffix (void) |
QString | fileBase (void) |
Public Attributes | |
QFont | TextFont |
bool | simulation |
QString | Library |
QString | Libraries |
QString | ShortDesc |
QString | LongDesc |
QString | Icon |
bool | recreate |
int | devtype |
bool | SetChanged |
int | language |
Public Attributes inherited from QucsDoc | |
QString | DocName |
QString | DataSet |
QString | DataDisplay |
QString | Script |
QString | SimTime |
QDateTime | lastSaved |
float | Scale |
QucsApp * | App |
bool | DocChanged |
bool | SimOpenDpl |
bool | SimRunScript |
int | showBias |
bool | GridOn |
int | tmpPosX |
int | tmpPosY |
Additional Inherited Members | |
Static Public Member Functions inherited from QucsDoc | |
static QString | fileSuffix (const QString &) |
static QString | fileBase (const QString &) |
TextDoc::TextDoc | ( | QucsApp * | App_, |
const QString & | Name_ | ||
) |
TextDoc::~TextDoc | ( | ) |
Definition at line 85 of file textdoc.cpp.
|
virtual |
Reimplemented from QucsDoc.
Definition at line 199 of file textdoc.cpp.
void TextDoc::commentSelected | ( | ) |
QPopupMenu * TextDoc::createPopupMenu | ( | const QPoint & | pos | ) |
Definition at line 275 of file textdoc.cpp.
QString TextDoc::getModuleName | ( | void | ) |
void TextDoc::insertSkeleton | ( | ) |
|
virtual |
Reimplemented from QucsDoc.
Definition at line 285 of file textdoc.cpp.
bool TextDoc::loadSettings | ( | void | ) |
bool TextDoc::loadSimulationTime | ( | QString & | Time | ) |
|
virtual |
Reimplemented from QucsDoc.
Definition at line 326 of file textdoc.cpp.
|
virtual |
Reimplemented from QucsDoc.
Definition at line 305 of file textdoc.cpp.
bool TextDoc::saveSettings | ( | void | ) |
void TextDoc::setLanguage | ( | int | lang | ) |
void TextDoc::setLanguage | ( | const QString & | FileName | ) |
|
virtual |
Reimplemented from QucsDoc.
Definition at line 183 of file textdoc.cpp.
|
virtual |
Reimplemented from QucsDoc.
Definition at line 389 of file textdoc.cpp.
|
virtual |
Reimplemented from QucsDoc.
Definition at line 399 of file textdoc.cpp.
|
slot |
Definition at line 244 of file textdoc.cpp.
|
slot |
|
virtual |
Reimplemented from QucsDoc.
Definition at line 378 of file textdoc.cpp.