Envision
A visual programming IDE for object-oriented languages
|
Functions | |
bool | operator< (const ParseResult &left, const ParseResult &right) |
bool | operator< (const TokenSplitData &left, const TokenSplitData &right) |
Variables | |
constexpr int | COMMAND_RECEIVER_ITEM_MIN_PROMPT_CENTER_HEIGHT = 50 |
Specifies the minimal height of the commandReceiver item which will make a new prompt appear in the center of the item. More... | |
const char * | ESCAPE_SYMBOLS = "\\" |
constexpr int | PROMPT_TO_RECEIVER_DISTANCE = 3 |
The distance between a prompt which is shown under the command receiver item and that item. More... | |
const char * | QUOTE_SYMBOLS = "\"'`" |
const QString | TYPE_HINT = "Type a command" |
bool Interaction::operator< | ( | const ParseResult & | left, |
const ParseResult & | right | ||
) |
bool Interaction::operator< | ( | const TokenSplitData & | left, |
const TokenSplitData & | right | ||
) |
|
constexpr |
Specifies the minimal height of the commandReceiver item which will make a new prompt appear in the center of the item.
If the receiver item's height is less than this number, then the prompt will be placed directly under the item. Otherwise the prompt will be centered inside the item.
const char* Interaction::ESCAPE_SYMBOLS = "\\" |
|
constexpr |
The distance between a prompt which is shown under the command receiver item and that item.
const char* Interaction::QUOTE_SYMBOLS = "\"'`" |
const QString Interaction::TYPE_HINT = "Type a command" |