Public Member Functions | |
bool | filterCmdReturn (std::string &cmd) |
void | pushToScreen () |
void | pushToXWindow (const std::string &wid) |
std::string | toString (double d) |
Public Attributes | |
vector< string > | commands |
string | name |
Definition at line 83 of file screenrun.cpp.
bool ProgramEntry::filterCmdReturn | ( | std::string & | cmd | ) | [inline] |
Commands for screen might be 'do_stuff\015', where screen interprets the \015 as return. For X Windows, we need this information explicitly. This functions removes a \015 appendix, if it was there and returns true in that case, false otherwise.
Definition at line 106 of file screenrun.cpp.
void ProgramEntry::pushToScreen | ( | ) | [inline] |
Definition at line 89 of file screenrun.cpp.
void ProgramEntry::pushToXWindow | ( | const std::string & | wid | ) | [inline] |
Definition at line 122 of file screenrun.cpp.
std::string ProgramEntry::toString | ( | double | d | ) | [inline] |
Definition at line 116 of file screenrun.cpp.
vector<string> ProgramEntry::commands |
Definition at line 87 of file screenrun.cpp.
string ProgramEntry::name |
Definition at line 86 of file screenrun.cpp.