xoreos
0.0.5
|
#include <console.h>
Classes | |
struct | Command |
struct | CommandLine |
Public Member Functions | |
Console (Engine &engine, const Common::UString &font, int fontHeight=0) | |
virtual | ~Console () |
void | show () |
void | hide () |
bool | isVisible () const |
float | getWidth () const |
float | getHeight () const |
size_t | getLines () const |
size_t | getColumns () const |
bool | processEvent (const Events::Event &event) |
void | disableCommand (const Common::UString &cmd, const Common::UString &reason="") |
void | enableCommand (const Common::UString &cmd) |
void | clear () |
void | print (const Common::UString &line) |
void | printf (const char *s,...) GCC_PRINTF(2 |
Protected Types | |
typedef boost::function< void(const CommandLine &cl)> | CommandCallback |
Protected Member Functions | |
void | printException (Common::Exception &e, const Common::UString &prefix="ERROR: ") |
bool | registerCommand (const Common::UString &cmd, const CommandCallback &callback, const Common::UString &help) |
void | printCommandHelp (const Common::UString &cmd) |
void | printList (const std::vector< Common::UString > &list, size_t maxSize=0) |
void | setArguments (const Common::UString &cmd, const std::vector< Common::UString > &args) |
void | setArguments (const Common::UString &cmd) |
virtual void | updateCaches () |
virtual void | showCallback () |
Static Protected Member Functions | |
static void | splitArguments (Common::UString argLine, std::vector< Common::UString > &args) |
Private Types | |
typedef std::map< Common::UString, Command, Common::UString::iless > | CommandMap |
Private Attributes | |
Engine * | _engine |
bool | _neverShown |
bool | _visible |
Common::ScopedPtr< Common::ReadLine > | _readLine |
Common::ScopedPtr< ConsoleWindow > | _console |
CommandMap | _commands |
size_t | _tabCount |
bool | _printedCompleteWarning |
int8 | _lastClickCount |
uint8 | _lastClickButton |
uint32 | _lastClickTime |
ptrdiff_t | _lastClickX |
ptrdiff_t | _lastClickY |
std::vector< Common::UString > | _videos |
std::vector< Common::UString > | _sounds |
size_t | _maxSizeVideos |
size_t | _maxSizeSounds |
|
protected |
|
private |
Engines::Console::Console | ( | Engine & | engine, |
const Common::UString & | font, | ||
int | fontHeight = 0 |
||
) |
Definition at line 703 of file console.cpp.
References _console, _readLine, cmdClear(), cmdClose(), cmdDump2DA(), cmdDumpAll2DA(), cmdDumpRes(), cmdDumpResList(), cmdDumpTGA(), cmdGetCamera(), cmdGetLang(), cmdGetOption(), cmdGetString(), cmdHelp(), cmdListLangs(), cmdListSounds(), cmdListVideos(), cmdPlaySound(), cmdPlayVideo(), cmdQuit(), cmdSetCamera(), cmdSetLang(), cmdSetOption(), cmdShowFPS(), cmdSilence(), kCommandHistorySize, kConsoleHistory, kConsoleLines, registerCommand(), and Common::ScopedPtrBase< T, Deallocator >::reset().
|
virtual |
Reimplemented in Engines::NWN::Console, Engines::Witcher::Console, Engines::Sonic::Console, Engines::Jade::Console, Engines::KotOR::Console, Engines::KotOR2::Console, Engines::NWN2::Console, Engines::DragonAge::Console, and Engines::DragonAge2::Console.
Definition at line 766 of file console.cpp.
References hide().
void Engines::Console::clear | ( | ) |
Definition at line 1085 of file console.cpp.
References _console.
Referenced by cmdClear(), and processEvent().
|
private |
Definition at line 1172 of file console.cpp.
References clear().
Referenced by Console().
|
private |
Definition at line 1176 of file console.cpp.
References hide().
Referenced by Console().
|
private |
Definition at line 1227 of file console.cpp.
References Engines::Console::CommandLine::args, Common::UString::c_str(), Engines::Console::CommandLine::cmd, Engines::dump2DA(), Common::UString::empty(), Common::FilePath::getUserDataFile(), printCommandHelp(), and printf().
Referenced by Console().
|
private |
Definition at line 1241 of file console.cpp.
References Common::UString::c_str(), Engines::dump2DA(), Common::FilePath::getUserDataFile(), Aurora::kFileType2DA, printf(), and ResMan.
Referenced by Console().
|
private |
Definition at line 1199 of file console.cpp.
References Engines::Console::CommandLine::args, Common::UString::c_str(), Engines::Console::CommandLine::cmd, Engines::dumpResource(), Common::UString::empty(), Common::FilePath::getUserDataFile(), printCommandHelp(), and printf().
Referenced by Console().
|
private |
Definition at line 1185 of file console.cpp.
References Engines::Console::CommandLine::args, Common::UString::c_str(), Engines::Console::CommandLine::cmd, Engines::dumpResList(), Common::UString::empty(), Common::FilePath::getUserDataFile(), printCommandHelp(), and printf().
Referenced by Console().
|
private |
Definition at line 1213 of file console.cpp.
References Engines::Console::CommandLine::args, Common::UString::c_str(), Engines::Console::CommandLine::cmd, Engines::dumpTGA(), Common::UString::empty(), Common::FilePath::getUserDataFile(), printCommandHelp(), and printf().
Referenced by Console().
|
private |
Definition at line 1418 of file console.cpp.
References CameraMan, and printf().
Referenced by Console().
|
private |
Definition at line 1351 of file console.cpp.
References _engine, Engines::Engine::getLanguage(), LangMan, and printf().
Referenced by Console().
|
private |
Definition at line 1288 of file console.cpp.
References Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, ConfigMan, printCommandHelp(), printf(), and splitArguments().
Referenced by Console().
|
private |
Definition at line 1401 of file console.cpp.
References Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, Common::UString::empty(), Common::parseString(), printCommandHelp(), printf(), and TalkMan.
Referenced by Console().
|
private |
Definition at line 1163 of file console.cpp.
References Engines::Console::CommandLine::args, Common::UString::empty(), printCommandHelp(), and printFullHelp().
Referenced by Console().
|
private |
Definition at line 1325 of file console.cpp.
References _engine, Engines::Engine::detectLanguages(), LangMan, and printf().
Referenced by Console().
|
private |
Definition at line 1270 of file console.cpp.
References _maxSizeSounds, _sounds, printList(), and updateSounds().
Referenced by Console().
|
private |
Definition at line 1256 of file console.cpp.
References _maxSizeVideos, _videos, printList(), and updateVideos().
Referenced by Console().
|
private |
Definition at line 1275 of file console.cpp.
References Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, Common::UString::empty(), Sound::kSoundTypeSFX, Engines::playSound(), and printCommandHelp().
Referenced by Console().
|
private |
Definition at line 1261 of file console.cpp.
References Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, Common::UString::empty(), Engines::playVideo(), and printCommandHelp().
Referenced by Console().
|
private |
Definition at line 1180 of file console.cpp.
References EventMan, and print().
Referenced by Console().
|
private |
Definition at line 1426 of file console.cpp.
References Engines::Console::CommandLine::args, CameraMan, Engines::Console::CommandLine::cmd, Common::parseString(), printCommandHelp(), and splitArguments().
Referenced by Console().
|
private |
Definition at line 1362 of file console.cpp.
References _engine, Engines::Console::CommandLine::args, Engines::Engine::changeLanguage(), Engines::Console::CommandLine::cmd, ConfigMan, Engines::Engine::getLanguage(), LangMan, printCommandHelp(), printf(), and splitArguments().
Referenced by Console().
|
private |
Definition at line 1300 of file console.cpp.
References _engine, Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, ConfigMan, printCommandHelp(), printf(), Engines::Engine::showFPS(), and splitArguments().
Referenced by Console().
|
private |
Definition at line 1315 of file console.cpp.
References _engine, Engines::Console::CommandLine::args, Engines::Console::CommandLine::cmd, ConfigMan, Common::UString::empty(), printCommandHelp(), and Engines::Engine::showFPS().
Referenced by Console().
|
private |
Definition at line 1284 of file console.cpp.
References SoundMan.
Referenced by Console().
void Engines::Console::disableCommand | ( | const Common::UString & | cmd, |
const Common::UString & | reason = "" |
||
) |
Definition at line 972 of file console.cpp.
References _commands, and Common::UString::c_str().
Referenced by Engines::KotOR2::Game::mainMenu(), Engines::KotOR::Game::mainMenu(), Engines::Jade::Game::mainMenu(), and Engines::NWN::Game::mainMenu().
void Engines::Console::enableCommand | ( | const Common::UString & | cmd | ) |
Definition at line 983 of file console.cpp.
References _commands, and Common::UString::c_str().
Referenced by Engines::KotOR2::Game::mainMenu(), Engines::KotOR::Game::mainMenu(), Engines::Jade::Game::mainMenu(), and Engines::NWN::Game::mainMenu().
|
private |
Definition at line 993 of file console.cpp.
References _commands, _console, Engines::Console::CommandLine::args, Common::UString::c_str(), Engines::Console::CommandLine::cmd, Common::UString::empty(), Common::UString::findFirst(), kPrompt, printf(), Common::UString::split(), and Common::UString::trim().
Referenced by processEvent().
size_t Engines::Console::getColumns | ( | ) | const |
Definition at line 813 of file console.cpp.
References _console.
Referenced by printHints(), and printList().
float Engines::Console::getHeight | ( | ) | const |
Definition at line 805 of file console.cpp.
References _console.
size_t Engines::Console::getLines | ( | ) | const |
Definition at line 809 of file console.cpp.
References _console.
float Engines::Console::getWidth | ( | ) | const |
Definition at line 801 of file console.cpp.
References _console.
void Engines::Console::hide | ( | ) |
Definition at line 787 of file console.cpp.
References _console, _visible, and EventMan.
Referenced by cmdClose(), Engines::Jade::Console::cmdExitModule(), Engines::KotOR::Console::cmdExitModule(), Engines::KotOR2::Console::cmdExitModule(), Engines::NWN::Console::cmdExitModule(), Engines::NWN2::Console::cmdGotoArea(), Engines::Witcher::Console::cmdGotoArea(), Engines::NWN::Console::cmdGotoArea(), Engines::DragonAge::Console::cmdLoadArea(), Engines::DragonAge2::Console::cmdLoadArea(), Engines::DragonAge::Console::cmdLoadCampaign(), Engines::DragonAge2::Console::cmdLoadCampaign(), Engines::NWN2::Console::cmdLoadCampaign(), Engines::Witcher::Console::cmdLoadCampaign(), Engines::NWN::Console::cmdLoadCampaign(), Engines::Jade::Console::cmdLoadModule(), Engines::KotOR::Console::cmdLoadModule(), Engines::KotOR2::Console::cmdLoadModule(), Engines::NWN2::Console::cmdLoadModule(), Engines::NWN::Console::cmdLoadModule(), Engines::Witcher::Console::cmdLoadModule(), processEvent(), Engines::Jade::Module::replaceModule(), Engines::Witcher::Module::replaceModule(), Engines::NWN2::Module::replaceModule(), Engines::KotOR2::Module::replaceModule(), Engines::NWN::Module::replaceModule(), Engines::KotOR::Module::replaceModule(), and ~Console().
bool Engines::Console::isVisible | ( | ) | const |
Definition at line 797 of file console.cpp.
References _visible.
Referenced by Engines::Sonic::Module::handleEvents(), Engines::NWN2::Campaign::handleEvents(), Engines::DragonAge::Campaigns::handleEvents(), Engines::DragonAge2::Campaigns::handleEvents(), Engines::Witcher::Campaign::handleEvents(), Engines::Jade::Module::handleEvents(), Engines::KotOR2::Module::handleEvents(), Engines::NWN::Module::handleEvents(), Engines::KotOR::Module::handleEvents(), processEvent(), and Engines::GUI::processEventQueue().
void Engines::Console::print | ( | const Common::UString & | line | ) |
Definition at line 1089 of file console.cpp.
References _console.
Referenced by Engines::NWN::Console::cmdListCampaigns(), cmdQuit(), printCommandHelp(), printException(), printf(), printFullHelp(), and printList().
|
protected |
Definition at line 1391 of file console.cpp.
References _commands, print(), and printFullHelp().
Referenced by Engines::KotOR::Console::cmdAddItem(), cmdDump2DA(), cmdDumpRes(), cmdDumpResList(), cmdDumpTGA(), cmdGetOption(), cmdGetString(), Engines::Sonic::Console::cmdGotoArea(), Engines::NWN2::Console::cmdGotoArea(), Engines::Witcher::Console::cmdGotoArea(), Engines::NWN::Console::cmdGotoArea(), cmdHelp(), Engines::KotOR::Console::cmdListRoomsVisibleFrom(), Engines::KotOR2::Console::cmdListRoomsVisibleFrom(), Engines::DragonAge2::Console::cmdLoadArea(), Engines::DragonAge::Console::cmdLoadArea(), Engines::DragonAge2::Console::cmdLoadCampaign(), Engines::DragonAge::Console::cmdLoadCampaign(), Engines::NWN2::Console::cmdLoadCampaign(), Engines::Witcher::Console::cmdLoadCampaign(), Engines::NWN::Console::cmdLoadCampaign(), Engines::Jade::Console::cmdLoadModule(), Engines::KotOR::Console::cmdLoadModule(), Engines::KotOR2::Console::cmdLoadModule(), Engines::NWN2::Console::cmdLoadModule(), Engines::NWN::Console::cmdLoadModule(), Engines::Witcher::Console::cmdLoadModule(), Engines::NWN2::Console::cmdMove(), Engines::Witcher::Console::cmdMove(), Engines::KotOR::Console::cmdPlayAnim(), Engines::KotOR2::Console::cmdPlayAnim(), cmdPlaySound(), cmdPlayVideo(), cmdSetCamera(), cmdSetLang(), cmdSetOption(), and cmdShowFPS().
|
protected |
Definition at line 1104 of file console.cpp.
References Common::UString::c_str(), Common::StackException::getStack(), print(), and printf().
void Engines::Console::printf | ( | const char * | s, |
... | |||
) |
Definition at line 1093 of file console.cpp.
References print(), and STRINGBUFLEN.
Referenced by cmdDump2DA(), cmdDumpAll2DA(), cmdDumpRes(), cmdDumpResList(), cmdDumpTGA(), cmdGetCamera(), cmdGetLang(), cmdGetOption(), Engines::KotOR::Console::cmdGetPCRoom(), Engines::KotOR2::Console::cmdGetPCRoom(), cmdGetString(), Engines::Sonic::Console::cmdGotoArea(), Engines::NWN2::Console::cmdGotoArea(), Engines::Witcher::Console::cmdGotoArea(), Engines::NWN::Console::cmdGotoArea(), Engines::DragonAge::Console::cmdListAreas(), Engines::DragonAge2::Console::cmdListAreas(), Engines::Sonic::Console::cmdListAreas(), Engines::NWN2::Console::cmdListAreas(), Engines::Witcher::Console::cmdListAreas(), Engines::NWN::Console::cmdListAreas(), Engines::DragonAge::Console::cmdListCampaigns(), Engines::DragonAge2::Console::cmdListCampaigns(), Engines::NWN2::Console::cmdListCampaigns(), Engines::Witcher::Console::cmdListCampaigns(), cmdListLangs(), Engines::KotOR::Console::cmdListModules(), Engines::KotOR2::Console::cmdListModules(), Engines::NWN2::Console::cmdListModules(), Engines::Witcher::Console::cmdListModules(), Engines::KotOR2::Console::cmdListRoomsVisibleFrom(), Engines::KotOR::Console::cmdListRoomsVisibleFrom(), Engines::DragonAge::Console::cmdLoadArea(), Engines::DragonAge2::Console::cmdLoadArea(), Engines::DragonAge2::Console::cmdLoadCampaign(), Engines::DragonAge::Console::cmdLoadCampaign(), Engines::NWN2::Console::cmdLoadCampaign(), Engines::NWN::Console::cmdLoadCampaign(), Engines::Witcher::Console::cmdLoadCampaign(), Engines::Jade::Console::cmdLoadModule(), Engines::KotOR::Console::cmdLoadModule(), Engines::KotOR2::Console::cmdLoadModule(), Engines::NWN2::Console::cmdLoadModule(), Engines::Witcher::Console::cmdLoadModule(), Engines::NWN::Console::cmdLoadModule(), cmdSetLang(), cmdSetOption(), Engines::NWN2::Module::enter(), Engines::KotOR2::Module::enter(), Engines::Jade::Module::enter(), Engines::Witcher::Module::enter(), Engines::NWN::Module::enter(), Engines::KotOR::Module::enter(), Engines::Witcher::Module::enterArea(), Engines::NWN2::Module::enterArea(), Engines::NWN::Module::enterArea(), execute(), printException(), and printHints().
|
private |
Definition at line 1463 of file console.cpp.
References _commands, MAX(), print(), and printList().
Referenced by cmdHelp(), and printCommandHelp().
|
private |
Definition at line 1052 of file console.cpp.
References _console, _printedCompleteWarning, _readLine, _tabCount, getColumns(), kConsoleLines, kPrompt, printf(), and printList().
Referenced by processEvent().
|
protected |
Definition at line 1479 of file console.cpp.
References Common::UString::format(), getColumns(), kConsoleHistory, print(), Common::UString::size(), and Common::UString::truncate().
Referenced by Engines::Jade::Console::cmdListModules(), Engines::NWN::Console::cmdListModules(), Engines::NWN2::Console::cmdListMusic(), Engines::KotOR::Console::cmdListMusic(), Engines::KotOR2::Console::cmdListMusic(), Engines::Witcher::Console::cmdListMusic(), Engines::NWN::Console::cmdListMusic(), cmdListSounds(), cmdListVideos(), printFullHelp(), and printHints().
bool Engines::Console::processEvent | ( | const Events::Event & | event | ) |
Definition at line 817 of file console.cpp.
References _console, _lastClickButton, _lastClickCount, _lastClickTime, _lastClickX, _lastClickY, _printedCompleteWarning, _readLine, _tabCount, clear(), EventMan, execute(), hide(), isVisible(), kConsoleLines, kDoubleClickTime, Events::kEventKeyDown, Events::kEventMouseDown, Events::kEventMouseMove, Events::kEventMouseUp, Events::kEventMouseWheel, and printHints().
Referenced by Engines::Sonic::Module::handleEvents(), Engines::NWN2::Campaign::handleEvents(), Engines::DragonAge2::Campaigns::handleEvents(), Engines::DragonAge::Campaigns::handleEvents(), Engines::Witcher::Campaign::handleEvents(), Engines::Jade::Module::handleEvents(), Engines::KotOR2::Module::handleEvents(), Engines::NWN::Module::handleEvents(), Engines::KotOR::Module::handleEvents(), and Engines::GUI::processEventQueue().
|
protected |
Definition at line 1576 of file console.cpp.
References _commands, _readLine, and updateHelpArguments().
Referenced by Engines::DragonAge::Console::Console(), Engines::DragonAge2::Console::Console(), Engines::Jade::Console::Console(), Engines::NWN2::Console::Console(), Engines::KotOR::Console::Console(), Engines::KotOR2::Console::Console(), Engines::Sonic::Console::Console(), Engines::Witcher::Console::Console(), Engines::NWN::Console::Console(), and Console().
|
protected |
Definition at line 1565 of file console.cpp.
References _readLine.
Referenced by Engines::DragonAge::Console::updateAreas(), Engines::DragonAge2::Console::updateAreas(), Engines::Sonic::Console::updateAreas(), Engines::NWN2::Console::updateAreas(), Engines::Witcher::Console::updateAreas(), Engines::NWN::Console::updateAreas(), Engines::DragonAge::Console::updateCampaigns(), Engines::DragonAge2::Console::updateCampaigns(), Engines::NWN2::Console::updateCampaigns(), Engines::Witcher::Console::updateCampaigns(), Engines::NWN::Console::updateCampaigns(), Engines::Jade::Console::updateModules(), Engines::KotOR::Console::updateModules(), Engines::KotOR2::Console::updateModules(), Engines::NWN2::Console::updateModules(), Engines::Witcher::Console::updateModules(), Engines::NWN::Console::updateModules(), Engines::KotOR2::Console::updateMusic(), Engines::NWN2::Console::updateMusic(), Engines::KotOR::Console::updateMusic(), Engines::Witcher::Console::updateMusic(), Engines::NWN::Console::updateMusic(), updateSounds(), and updateVideos().
|
protected |
Definition at line 1569 of file console.cpp.
References _readLine.
void Engines::Console::show | ( | ) |
Definition at line 770 of file console.cpp.
References _console, _neverShown, _visible, EventMan, showCallback(), and updateCaches().
Referenced by Engines::Sonic::Module::handleEvents(), Engines::NWN2::Campaign::handleEvents(), Engines::DragonAge2::Campaigns::handleEvents(), Engines::DragonAge::Campaigns::handleEvents(), Engines::Witcher::Campaign::handleEvents(), Engines::Jade::Module::handleEvents(), Engines::KotOR2::Module::handleEvents(), Engines::NWN::Module::handleEvents(), Engines::KotOR::Module::handleEvents(), and Engines::GUI::processEventQueue().
|
protectedvirtual |
Definition at line 1573 of file console.cpp.
Referenced by show().
|
staticprotected |
Definition at line 1539 of file console.cpp.
References Common::UString::begin(), and Common::UString::end().
Referenced by cmdGetOption(), Engines::NWN2::Console::cmdMove(), Engines::Witcher::Console::cmdMove(), cmdSetCamera(), cmdSetLang(), and cmdSetOption().
|
protectedvirtual |
Reimplemented in Engines::NWN::Console, Engines::Witcher::Console, Engines::NWN2::Console, Engines::KotOR::Console, Engines::KotOR2::Console, Engines::Sonic::Console, Engines::Jade::Console, Engines::DragonAge::Console, and Engines::DragonAge2::Console.
Definition at line 1122 of file console.cpp.
References updateSounds(), and updateVideos().
Referenced by show(), Engines::DragonAge::Console::updateCaches(), Engines::DragonAge2::Console::updateCaches(), Engines::Jade::Console::updateCaches(), Engines::Sonic::Console::updateCaches(), Engines::KotOR::Console::updateCaches(), Engines::KotOR2::Console::updateCaches(), Engines::NWN2::Console::updateCaches(), Engines::Witcher::Console::updateCaches(), and Engines::NWN::Console::updateCaches().
|
private |
Definition at line 1600 of file console.cpp.
References _commands, and _readLine.
Referenced by registerCommand().
|
private |
Definition at line 1145 of file console.cpp.
References _maxSizeSounds, _sounds, Aurora::kFileTypeWAV, MAX(), ResMan, and setArguments().
Referenced by cmdListSounds(), and updateCaches().
|
private |
Definition at line 1127 of file console.cpp.
References _maxSizeVideos, _videos, Aurora::kResourceVideo, MAX(), ResMan, and setArguments().
Referenced by cmdListVideos(), and updateCaches().
|
private |
Definition at line 263 of file console.h.
Referenced by disableCommand(), enableCommand(), execute(), printCommandHelp(), printFullHelp(), registerCommand(), and updateHelpArguments().
|
private |
Definition at line 261 of file console.h.
Referenced by clear(), Console(), execute(), getColumns(), getHeight(), getLines(), getWidth(), hide(), print(), printHints(), processEvent(), and show().
|
private |
Definition at line 255 of file console.h.
Referenced by cmdGetLang(), cmdListLangs(), cmdSetLang(), cmdSetOption(), and cmdShowFPS().
|
private |
Definition at line 269 of file console.h.
Referenced by processEvent().
|
private |
Definition at line 268 of file console.h.
Referenced by processEvent().
|
private |
Definition at line 270 of file console.h.
Referenced by processEvent().
|
private |
Definition at line 272 of file console.h.
Referenced by processEvent().
|
private |
Definition at line 273 of file console.h.
Referenced by processEvent().
|
private |
Definition at line 280 of file console.h.
Referenced by cmdListSounds(), and updateSounds().
|
private |
Definition at line 279 of file console.h.
Referenced by cmdListVideos(), and updateVideos().
|
private |
|
private |
Definition at line 266 of file console.h.
Referenced by printHints(), and processEvent().
|
private |
Definition at line 260 of file console.h.
Referenced by Console(), printHints(), processEvent(), registerCommand(), setArguments(), and updateHelpArguments().
|
private |
Definition at line 277 of file console.h.
Referenced by cmdListSounds(), and updateSounds().
|
private |
Definition at line 265 of file console.h.
Referenced by printHints(), and processEvent().
|
private |
Definition at line 276 of file console.h.
Referenced by cmdListVideos(), and updateVideos().
|
private |
Definition at line 258 of file console.h.
Referenced by hide(), isVisible(), and show().