Simulacrum  1.2
Variables
lighttable.cpp File Reference
#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>
Include dependency graph for lighttable.cpp:

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"
 

Variable Documentation

◆ BRATTR

const std::string BRATTR = "border"

◆ PATTR

const std::string PATTR = "precedent"

◆ PREDATTR

const std::string PREDATTR = "name"

◆ SPCATTR

const std::string SPCATTR = "spconf"

◆ SPLITHSTR

const std::string SPLITHSTR = "hsplit"

◆ SPLITVSTR

const std::string SPLITVSTR = "vsplit"

◆ STR1ATTR

const std::string STR1ATTR = "size1"

◆ STR2ATTR

const std::string STR2ATTR = "size2"

◆ VPCATTR

const std::string VPCATTR = "vpconf"

◆ VPSLICE

const std::string VPSLICE = "viewportslicer"

◆ VPSTAND

const std::string VPSTAND = "viewport"
Simulacrum Project