#include <mode.h>
|
| | WatchMode () |
| |
| | ~WatchMode () |
| |
| Strings | cmdNames () const |
| |
| void | start (Buffer *buf, const std::string &cmd, int sleepLenMs=0) |
| |
| void | stop () |
| |
| void | restart () |
| |
| int | sleepTimeMs () const |
| |
| | ReadOnlyMode (const std::string &n="ro", const std::string &w="abcdefghijklmnopqrstuvwxyzABCDEGGHIJKLMNO" "PQRSTUVWXYZ0123456789_") |
| |
| int | indent (Buffer &buf, int line) |
| |
| KeyCmdMap & | getKeyCmdMap () |
| |
| ColorMap & | getColorMap () |
| |
| void | getColorFor (AttrColor &fg, AttrColor &bg, int lineNum, int pos, const Buffer &b, bool isHighlighted) |
| |
| | Mode (const std::string &n, const std::string &w) |
| | ctor More...
|
| |
| virtual | ~Mode () |
| |
| virtual const std::string & | name () const |
| |
| virtual const std::string & | word () const |
| |
◆ WatchMode()
| teditor::watch::WatchMode::WatchMode |
( |
| ) |
|
◆ ~WatchMode()
| teditor::watch::WatchMode::~WatchMode |
( |
| ) |
|
|
inline |
◆ cmdNames()
| Strings teditor::watch::WatchMode::cmdNames |
( |
| ) |
const |
|
virtual |
list of all command names that are registered under this mode
Reimplemented from teditor::Mode.
◆ create()
| static Mode* teditor::watch::WatchMode::create |
( |
| ) |
|
|
inlinestatic |
◆ modeCheck()
| static bool teditor::watch::WatchMode::modeCheck |
( |
const std::string & |
file | ) |
|
|
inlinestatic |
◆ restart()
| void teditor::watch::WatchMode::restart |
( |
| ) |
|
|
inline |
◆ sleepTimeMs()
| int teditor::watch::WatchMode::sleepTimeMs |
( |
| ) |
const |
|
inline |
◆ start()
| void teditor::watch::WatchMode::start |
( |
Buffer * |
buf, |
|
|
const std::string & |
cmd, |
|
|
int |
sleepLenMs = 0 |
|
) |
| |
◆ stop()
| void teditor::watch::WatchMode::stop |
( |
| ) |
|
The documentation for this class was generated from the following files: