Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
PromptTextInput (Item *parent, const QString &initialCommandText={}, const StyleType *style=itemStyles().get()) | |
virtual void | determineChildren () override |
void | setSelection (PromptMode::InputSelection selection) |
void | setText (const QString &text) |
QString | text () const |
Static Public Member Functions | |
static void | initializeForms () |
Private Attributes | |
Visualization::Text * | text_ {} |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
Interaction::PromptTextInput::PromptTextInput | ( | Item * | parent, |
const QString & | initialCommandText = {} , |
||
const StyleType * | style = itemStyles().get() |
||
) |
|
overridevirtual |
|
static |
void Interaction::PromptTextInput::setSelection | ( | PromptMode::InputSelection | selection | ) |
void Interaction::PromptTextInput::setText | ( | const QString & | text | ) |
QString Interaction::PromptTextInput::text | ( | ) | const |
|
private |