| buffNamesToString() const | teditor::Editor | inline |
| buffSize() const | teditor::Editor | inline |
| clearAllWindows() | teditor::Editor | inline |
| clipboard() const | teditor::Editor | |
| createReadOnlyBuff(const std::string &name, const std::string &contents, bool switchToIt=false) | teditor::Editor | |
| createScratchBuff(bool switchToIt=false) | teditor::Editor | |
| currBuffId() const | teditor::Editor | inline |
| decrementCurrBuff() | teditor::Editor | inline |
| Editor(const std::vector< FileInfo > &_files) | teditor::Editor | |
| fileHistoryToString() const | teditor::Editor | inline |
| getBuff() | teditor::Editor | inline |
| getBuff() const | teditor::Editor | inline |
| getBuff(const std::string &name, bool noUndoRedo, bool &newOne) | teditor::Editor | |
| getCmBar() | teditor::Editor | inline |
| getCmBarWindow() | teditor::Editor | inline |
| getKey() const | teditor::Editor | |
| getMessagesBuff() | teditor::Editor | |
| getWindow() | teditor::Editor | inline |
| getWindow() const | teditor::Editor | inline |
| incrementCurrBuff() | teditor::Editor | inline |
| incrementCurrWin() | teditor::Editor | inline |
| killCurrBuff() | teditor::Editor | |
| killOtherBuffs() | teditor::Editor | |
| load(const std::string &file, int line) | teditor::Editor | |
| prompt(const std::string &msg, KeyCmdMap *kcMap=nullptr, Choices *choices=nullptr, const std::string &defVal=std::string()) | teditor::Editor | |
| promptEnum(const std::string &msg, OptionMap &opts) | teditor::Editor | |
| promptYesNo(const std::string &msg) | teditor::Editor | |
| refresh() | teditor::Editor | inline |
| requestCancelPromptLoop() | teditor::Editor | inline |
| requestQuitEventLoop() | teditor::Editor | inline |
| requestQuitPromptLoop() | teditor::Editor | inline |
| run() | teditor::Editor | |
| runCmd(const std::string &cmd) | teditor::Editor | |
| saveBuffer(Buffer &buf) | teditor::Editor | |
| selectCmBar() | teditor::Editor | inline |
| sendChar(int x, int y, const AttrColor &fg, const AttrColor &bg, char c) | teditor::Editor | |
| sendString(int x, int y, const AttrColor &fg, const AttrColor &bg, const char *str, int len) | teditor::Editor | |
| sendStringf(int x, int y, const AttrColor &fg, const AttrColor &bg, const char *fmt,...) | teditor::Editor | |
| setClipboard(const std::string &in) | teditor::Editor | |
| setColors(AttrColor fg, AttrColor bg) | teditor::Editor | |
| setTitle(const std::string &ti) | teditor::Editor | |
| splitVertically() | teditor::Editor | inline |
| switchToBuff(const std::string &name) | teditor::Editor | |
| unselectCmBar() | teditor::Editor | inline |
| writeChar(uint32_t c, int x, int y) | teditor::Editor | |
| writeCursor(int x, int y) | teditor::Editor | |
| ~Editor() | teditor::Editor | |