#include <qprinter.h>
#include <qinputdialog.h>
#include <qlineedit.h>
#include <qstring.h>
#include <qcstring.h>
#include <qvaluelist.h>
#include <qwidget.h>
#include <qdragobject.h>
#include <qclipboard.h>
#include <qapplication.h>
#include <qpopupmenu.h>
#include <qlabel.h>
#include "trapperconf.h"
#include <qcursor.h>
#include "trapperview.h"
#include "trapperdoc.h"
#include "generalmaker.h"
#include "featuregui.h"
#include "readdata.h"
#include "viewmode.h"
#include <string>
#include <iostream>
#include "algomaker.h"
#include "algo.h"
#include <algorithm>
#include <cstdlib>
#include <vector>
#include "readsinrect.h"
#include <sstream>
#include "destroyer.h"
Include dependency graph for trapperview.cpp:
Go to the source code of this file.
Classes | |
class | ReadDrag |
drag object representing selected reads. Is created when a drag in TrapperView is initiated. More... |