Qucs-GUI  0.0.19
Data Structures | Defines
/home/travis/build/Qucs/qucs/qucs/qucs/diagrams/diagram.h File Reference
#include "graph.h"
#include "marker.h"
#include "element.h"
#include "viewpainter.h"
#include <QFile>
#include <QTextStream>
#include <QList>
Include dependency graph for diagram.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Axis
class  Diagram
 The Diagram class is a superclass for diagrams. More...

Defines

#define MIN_SCROLLBAR_SIZE   8
#define INVALID_STR   QObject::tr(" <invalid>")
#define FIT_MEMORY_SIZE

Define Documentation

#define FIT_MEMORY_SIZE
Value:
if(p >= p_end) {     \
    int pos = p - g->begin(); \
    assert(pos<Size); \
    Size += 256;        \
    g->resizeScrPoints(Size); \
    p = g->begin() + pos; \
    p_end = g->begin() + (Size - 9); \
  }

Definition at line 36 of file diagram.h.

#define INVALID_STR   QObject::tr(" <invalid>")

Definition at line 32 of file diagram.h.

#define MIN_SCROLLBAR_SIZE   8

Definition at line 30 of file diagram.h.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines