AddAutoComplete(const String &option) | Urho3D::Console | |
AddRef() | Urho3D::RefCounted | |
autoComplete_ | Urho3D::Console | private |
autoCompleteLine_ | Urho3D::Console | private |
autoCompletePosition_ | Urho3D::Console | private |
autoVisibleOnError_ | Urho3D::Console | private |
background_ | Urho3D::Console | private |
blockEvents_ | Urho3D::Object | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
closeButton_ | Urho3D::Console | private |
commandInterpreter_ | Urho3D::Console | private |
commandLine_ | Urho3D::Console | private |
Console(Context *context) | Urho3D::Console | explicit |
context_ | Urho3D::Object | protected |
CopySelectedRows() const | Urho3D::Console | |
currentRow_ | Urho3D::Console | private |
displayedRows_ | Urho3D::Console | private |
eventHandlers_ | Urho3D::Object | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
focusOnShow_ | Urho3D::Console | private |
GetBackground() const | Urho3D::Console | inline |
GetBlockEvents() const | Urho3D::Object | inline |
GetCategory() const | Urho3D::Object | |
GetCloseButton() const | Urho3D::Console | inline |
GetCommandInterpreter() const | Urho3D::Console | inline |
GetContext() const | Urho3D::Object | inline |
GetDefaultStyle() const | Urho3D::Console | |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFocusOnShow() const | Urho3D::Console | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetHistoryPosition() const | Urho3D::Console | inline |
GetHistoryRow(i32 index) const | Urho3D::Console | |
GetLineEdit() const | Urho3D::Console | inline |
GetNumBufferedRows() const | Urho3D::Console | |
GetNumHistoryRows() const | Urho3D::Console | inline |
GetNumRows() const | Urho3D::Console | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleCloseButtonPressed(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleInterpreterSelected(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleLineEditKey(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleLogMessage(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandlePostUpdate(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleRootElementResized(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleTextChanged(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HandleTextFinished(StringHash eventType, VariantMap &eventData) | Urho3D::Console | private |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
history_ | Urho3D::Console | private |
historyOrAutoCompleteChange_ | Urho3D::Console | private |
historyPosition_ | Urho3D::Console | private |
historyRows_ | Urho3D::Console | private |
interpreters_ | Urho3D::Console | private |
IsAutoVisibleOnError() const | Urho3D::Console | inline |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsVisible() const | Urho3D::Console | |
lineEdit_ | Urho3D::Console | private |
Object(Context *context) | Urho3D::Object | explicit |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
pendingRows_ | Urho3D::Console | private |
PopulateInterpreter() | Urho3D::Console | private |
printing_ | Urho3D::Console | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveAutoComplete(const String &option) | Urho3D::Console | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
rowContainer_ | Urho3D::Console | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SetAutoVisibleOnError(bool enable) | Urho3D::Console | inline |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetCommandInterpreter(const String &interpreter) | Urho3D::Console | inline |
SetDefaultStyle(XMLFile *style) | Urho3D::Console | |
SetFocusOnShow(bool enable) | Urho3D::Console | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetNumBufferedRows(i32 rows) | Urho3D::Console | |
SetNumHistoryRows(i32 rows) | Urho3D::Console | |
SetNumRows(i32 rows) | Urho3D::Console | |
SetVisible(bool enable) | Urho3D::Console | |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
Toggle() | Urho3D::Console | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
UpdateElements() | Urho3D::Console | |
URHO3D_OBJECT(Console, Object) (defined in Urho3D::Console) | Urho3D::Console | private |
WeakRefs() const | Urho3D::RefCounted | |
~Console() override | Urho3D::Console | |
~Object() override | Urho3D::Object | |
~RefCounted() | Urho3D::RefCounted | virtual |