11 #ifndef CXCONTROLLABLESPLITTER_H 12 #define CXCONTROLLABLESPLITTER_H 37 void initializeSettings();
40 void onMoveSplitterLeft();
41 void onMoveSplitterRight();
42 void shiftSplitter(
int shift);
43 bool splitterShowsBoth()
const;
44 void onSplitterMoved();
46 int getShiftState()
const;
47 void setShiftState(
int shiftState);
54 QAction* mShiftSplitterLeft;
55 QAction* mShiftSplitterRight;
60 double mSplitterRatio;
65 #endif // CXCONTROLLABLESPLITTER_H
void addLeftWidget(QWidget *widget, QString name)
Helper class for storing one string value in an xml document.
ControllableSplitter(XmlOptionFile options, QWidget *parent)
void addRightWidget(QWidget *widget, QString name)
Helper class for xml files used to store ssc/cx data.
QAction * getMoveLeftAction()
QAction * getMoveRightAction()
Namespace for all CustusX production code.