My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Slots | Public Member Functions | Public Attributes | List of all members
TextDoc Class Reference

#include <textdoc.h>

Inheritance diagram for TextDoc:
Inheritance graph
[legend]
Collaboration diagram for TextDoc:
Collaboration graph
[legend]

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
 
QucsAppApp
 
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 &)
 

Detailed Description

Definition at line 41 of file textdoc.h.

Constructor & Destructor Documentation

TextDoc::TextDoc ( QucsApp App_,
const QString &  Name_ 
)

Definition at line 42 of file textdoc.cpp.

Here is the call graph for this function:

TextDoc::~TextDoc ( )

Definition at line 85 of file textdoc.cpp.

Member Function Documentation

void TextDoc::becomeCurrent ( bool  )
virtual

Reimplemented from QucsDoc.

Definition at line 199 of file textdoc.cpp.

Here is the call graph for this function:

void TextDoc::commentSelected ( )

Definition at line 417 of file textdoc.cpp.

Here is the caller graph for this function:

QPopupMenu * TextDoc::createPopupMenu ( const QPoint &  pos)

Definition at line 275 of file textdoc.cpp.

QString TextDoc::getModuleName ( void  )

Definition at line 472 of file textdoc.cpp.

Here is the caller graph for this function:

void TextDoc::insertSkeleton ( )

Definition at line 458 of file textdoc.cpp.

Here is the caller graph for this function:

bool TextDoc::load ( )
virtual

Reimplemented from QucsDoc.

Definition at line 285 of file textdoc.cpp.

Here is the call graph for this function:

bool TextDoc::loadSettings ( void  )

Definition at line 142 of file textdoc.cpp.

Here is the caller graph for this function:

bool TextDoc::loadSimulationTime ( QString &  Time)

Definition at line 406 of file textdoc.cpp.

Here is the caller graph for this function:

void TextDoc::print ( QPrinter *  Printer,
QPainter *  Painter,
bool  printAll,
bool   
)
virtual

Reimplemented from QucsDoc.

Definition at line 326 of file textdoc.cpp.

int TextDoc::save ( )
virtual

Reimplemented from QucsDoc.

Definition at line 305 of file textdoc.cpp.

Here is the call graph for this function:

bool TextDoc::saveSettings ( void  )

Definition at line 117 of file textdoc.cpp.

Here is the caller graph for this function:

void TextDoc::setLanguage ( int  lang)

Definition at line 111 of file textdoc.cpp.

Here is the caller graph for this function:

void TextDoc::setLanguage ( const QString &  FileName)

Definition at line 94 of file textdoc.cpp.

Here is the call graph for this function:

void TextDoc::setName ( const QString &  Name_)
virtual

Reimplemented from QucsDoc.

Definition at line 183 of file textdoc.cpp.

Here is the call graph for this function:

void TextDoc::showAll ( )
virtual

Reimplemented from QucsDoc.

Definition at line 389 of file textdoc.cpp.

void TextDoc::showNoZoom ( )
virtual

Reimplemented from QucsDoc.

Definition at line 399 of file textdoc.cpp.

void TextDoc::slotCursorPosChanged ( int  x,
int  y 
)
slot

Definition at line 244 of file textdoc.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void TextDoc::slotSetChanged ( )
slot

Definition at line 259 of file textdoc.cpp.

Here is the caller graph for this function:

float TextDoc::zoomBy ( float  s)
virtual

Reimplemented from QucsDoc.

Definition at line 378 of file textdoc.cpp.

Here is the caller graph for this function:

Member Data Documentation

int TextDoc::devtype

Definition at line 71 of file textdoc.h.

QString TextDoc::Icon

Definition at line 69 of file textdoc.h.

int TextDoc::language

Definition at line 74 of file textdoc.h.

QString TextDoc::Libraries

Definition at line 66 of file textdoc.h.

QString TextDoc::Library

Definition at line 65 of file textdoc.h.

QString TextDoc::LongDesc

Definition at line 68 of file textdoc.h.

bool TextDoc::recreate

Definition at line 70 of file textdoc.h.

bool TextDoc::SetChanged

Definition at line 73 of file textdoc.h.

QString TextDoc::ShortDesc

Definition at line 67 of file textdoc.h.

bool TextDoc::simulation

Definition at line 64 of file textdoc.h.

QFont TextDoc::TextFont

Definition at line 62 of file textdoc.h.


The documentation for this class was generated from the following files: