enum OperatorType

#include <QGlobalVariable.h>

enum OperatorType
{
    TYPE_OPERATOR_NODE,
    TYPE_CBIT_NODE,
    TYPE_CINT_NODE,
};