#include <qpainter.h>
#include <iostream>
#include "trappertypes.h"
Include dependency graph for featuregui.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | FeatureGui |
Abstract class for the visual appereance of a feature. Each FeatureData derived class will have a corresponding FeatureGui derived class with a specialized paintMe() method. More... | |
class | DnpGui |
The visual appearance of a DnpData. More... | |
class | DnaStrGui |
The visual appearance of a DnaStrData. More... | |
class | ChromatGui |
The visual appearance of a ChromatData. More... | |
class | QualityGui |
The visual appearance of a QualityData. More... |