Simulacrum
1.2
|
#include "vpTools.h"
#include "lighttable.h"
#include <Toolbox/SPlugins/splugins.h>
#include <Toolbox/SLogger/slogger.h>
#include <Toolbox/sysInfo/sysInfo.h>
#include <QPushButton>
#include <QHBoxLayout>
#include <QPixmap>
#include <QMimeData>
#include <QEvent>
#include <QDropEvent>
#include <QDragEnterEvent>
#include <QInputDialog>
#include <QDesktopWidget>
#include <QApplication>
#include <QScreen>
#include <QScrollBar>
#include <qgraphicsitem.h>
#include <QToolBar>
#include <QStatusBar>
#include <QMenuBar>
#include <QList>
#include <QStringList>
#include <QTabWidget>
#include <QGroupBox>
#include <QVBoxLayout>
Variables | |
const std::string | SPLITHSTR = "hsplit" |
const std::string | SPLITVSTR = "vsplit" |
const std::string | VPSTAND = "viewport" |
const std::string | VPSLICE = "viewportslicer" |
const std::string | PREDATTR = "name" |
const std::string | PATTR = "precedent" |
const std::string | STR1ATTR = "size1" |
const std::string | STR2ATTR = "size2" |
const std::string | BRATTR = "border" |
const std::string | VPCATTR = "vpconf" |
const std::string | SPCATTR = "spconf" |
const std::string BRATTR = "border" |
const std::string PATTR = "precedent" |
const std::string PREDATTR = "name" |
const std::string SPCATTR = "spconf" |
const std::string SPLITHSTR = "hsplit" |
const std::string SPLITVSTR = "vsplit" |
const std::string STR1ATTR = "size1" |
const std::string STR2ATTR = "size2" |
const std::string VPCATTR = "vpconf" |
const std::string VPSLICE = "viewportslicer" |
const std::string VPSTAND = "viewport" |