Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Structures | Macros | Variables
textdoc.h File Reference

Definition of the TextDoc class. More...

#include <QPlainTextEdit>
#include <QFont>
#include "qucsdoc.h"

Go to the source code of this file.

Data Structures

class  TextDoc
 The TextDoc class definition. More...
 

Macros

#define DEV_BJT   0x0001
 
#define DEV_MOS   0x0002
 
#define DEV_MASK_DEV   0x00FF
 
#define DEV_DIG   0x0100
 
#define DEV_ANA   0x0200
 
#define DEV_ALL   0x0300
 
#define DEV_MASK_TYP   0xFF00
 
#define DEV_DEF   0x0200
 

Variables

const char * smallsave_xpm []
 
const char * empty_xpm []
 

Detailed Description

Definition of the TextDoc class.

Definition in file textdoc.h.

Macro Definition Documentation

#define DEV_ALL   0x0300

Definition at line 42 of file textdoc.h.

#define DEV_ANA   0x0200

Definition at line 41 of file textdoc.h.

#define DEV_BJT   0x0001

Definition at line 37 of file textdoc.h.

#define DEV_DEF   0x0200

Definition at line 44 of file textdoc.h.

#define DEV_DIG   0x0100

Definition at line 40 of file textdoc.h.

#define DEV_MASK_DEV   0x00FF

Definition at line 39 of file textdoc.h.

#define DEV_MASK_TYP   0xFF00

Definition at line 43 of file textdoc.h.

#define DEV_MOS   0x0002

Definition at line 38 of file textdoc.h.

Variable Documentation

const char* empty_xpm[]

Definition at line 65 of file qucsdoc.cpp.

const char* smallsave_xpm[]

Definition at line 28 of file qucsdoc.cpp.