FACT++  1.0
bool Shell::PrintGeneralHelp ( )
virtual

Print a general help message. This is intended for being overwritten by deriving classes.

rl_outstream can be redirected using SetStreamOut()

Returns
always true

Reimplemented from Readline.

Reimplemented in RemoteControl< Shell >, and LocalControl< Shell >.

Definition at line 434 of file Shell.cc.

References Readline::GetName(), kBold, kReset, ReadlineColor::PrintGeneralHelp(), and win.

Referenced by PrintCommands().

435 {
437  win << kBold << " hide " << kReset << "Hide upper panel." << endl;
438  win << kBold << " show " << kReset << "Show upper panel." << endl;
439  win << kBold << " height <h> " << kReset << "Set height of upper panel to h." << endl;
440  win << endl;
441  return true;
442 }
bool PrintGeneralHelp(std::ostream &out, const std::string &name)
WindowLog win
pointer to our glocal object to get the static member functions into scope
Definition: Shell.h:17
std::string GetName() const
Definition: Readline.h:88
Reset all attributes.
Definition: WindowLog.h:29
Set attribute Bold.
Definition: WindowLog.h:36

+ Here is the call graph for this function:

+ Here is the caller graph for this function: