20#ifndef ModuleBase_WidgetEditor_H
21#define ModuleBase_WidgetEditor_H
23#include <ModuleBase.h>
24#include "ModuleBase_WidgetDoubleValue.h"
63 bool showPopupEditor(
const bool theSendSignals =
true);
68 void setCursorPosition(
const int theX,
const int theY);
75 virtual bool processEscape();
84 bool editedValue(
double theSpinMinValue,
double theSpinMaxValue,
85 double& theOutValue, QString& theOutText);
92 QStringList myFeatureKinds;
94 int myXPosition, myYPosition;
Feature function that represents the particular functionality of this operation.
Definition: ModelAPI_Feature.h:41