My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
diagram.h File Reference
#include "graph.h"
#include "marker.h"
#include "element.h"
#include "viewpainter.h"
#include <qfile.h>
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.

Classes

struct  Axis
 
class  Diagram
 

Macros

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

Macro Definition Documentation

#define FIT_MEMORY_SIZE
Value:
if(p >= p_end) { \
Size += 256; \
tmp = p - g->ScrPoints; \
p = p_end = g->ScrPoints = (float*)realloc(g->ScrPoints, Size*sizeof(float)); \
p += tmp; \
p_end += Size - 9; \
} \

Definition at line 34 of file diagram.h.

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

Definition at line 30 of file diagram.h.

#define MIN_SCROLLBAR_SIZE   8

Definition at line 28 of file diagram.h.