xoreos  0.0.5
Common::ReadLine Member List

This is the complete list of members for Common::ReadLine, including all inherited members.

_argumentsCommon::ReadLineprivate
_commandsCommon::ReadLineprivate
_completeHintCommon::ReadLineprivate
_currentLineCommon::ReadLineprivate
_currentLineBakCommon::ReadLineprivate
_cursorPositionCommon::ReadLineprivate
_historyCommon::ReadLineprivate
_historyEraseDupsCommon::ReadLineprivate
_historyIgnoreDupsCommon::ReadLineprivate
_historyIgnoreSpaceCommon::ReadLineprivate
_historyPositionCommon::ReadLineprivate
_historySaveCommon::ReadLineprivate
_historySizeCurrentCommon::ReadLineprivate
_historySizeMaxCommon::ReadLineprivate
_maxHintSizeCommon::ReadLineprivate
_overwriteCommon::ReadLineprivate
addCommand(const UString &command)Common::ReadLine
addCurrentLineToHistory()Common::ReadLineprivate
addInput(uint32 c)Common::ReadLine
addInput(const UString &str)Common::ReadLine
ArgumentSets typedefCommon::ReadLineprivate
browseBottom()Common::ReadLineprivate
browseDown()Common::ReadLineprivate
browseTop()Common::ReadLineprivate
browseUp()Common::ReadLineprivate
clearHistory()Common::ReadLine
CommandSet typedefCommon::ReadLineprivate
findCommonSubstring(const std::list< UString > &strings)Common::ReadLineprivatestatic
findHistorySave()Common::ReadLineprivate
findLastWordStart(bool onlySpace=false) constCommon::ReadLineprivate
findNextWordEnd(bool onlySpace=false) constCommon::ReadLineprivate
getCompleteHint(size_t &maxSize) constCommon::ReadLine
getCurrentLine() constCommon::ReadLine
getCurrentPosition() constCommon::ReadLineprivate
getCursorPosition() constCommon::ReadLine
getOverwrite() constCommon::ReadLine
historyEraseDups(bool eraseDups)Common::ReadLine
historyIgnoreDups(bool ignoreDups)Common::ReadLine
historyIgnoreSpace(bool ignoreSpace)Common::ReadLine
isWordCharacter(uint32 c, bool onlySpace=false)Common::ReadLineprivatestatic
processEvent(const Events::Event &event, UString &command)Common::ReadLine
processKeyDown(const Events::Event &event, UString &command)Common::ReadLineprivate
processTextInput(const Events::Event &event, UString &command)Common::ReadLineprivate
ReadLine(size_t historySize)Common::ReadLine
setArguments(const UString &command, const std::vector< UString > &arguments)Common::ReadLine
setArguments(const UString &command)Common::ReadLine
tabComplete()Common::ReadLineprivate
tabComplete(const UString &prefix, const UString &input, const CommandSet &commands)Common::ReadLineprivate
updateHistory()Common::ReadLineprivate
~ReadLine()Common::ReadLine