44#ifndef VSI_ELEMENTINPUT_HH
45#define VSI_ELEMENTINPUT_HH
50#include <QDomDocument>
53#include "elementInOut.hh"
54#include "../parser/input.hh"
77 Type type ()
const override {
return TypeInput; };
80 void setValid (
bool _value) { valid_ = _value; };
86 void setValue (
const QString& _value);
89 QString
value ()
const {
return value_; };
110 unsigned int state ();
113 void saveToXml (QDomDocument &_doc, QDomElement &_root);