#include <MessageBox.hh>
Public Member Functions | |
MessageBox (const string &title) | |
MessageBox () | |
MessageBox & | setTitle (const string &title) |
MessageBox & | addEntry (const string &leftCol, const vector< string > &rightCol) |
MessageBox & | addEntry (const string &leftCol, const string &rightCol) |
template<typename T > | |
MessageBox & | addEntry (const string &leftCol, const T &val) |
int | width () const |
const string & | title () const |
MessageBox & | setWidth (unsigned int newWidth) |
Friends | |
std::ostream & | operator<< (std::ostream &out, const MessageBox &box) |
Definition at line 16 of file MessageBox.hh.
ForIA::MessageBox::MessageBox | ( | const string & | title ) |
Definition at line 11 of file MessageBox.cxx.
ForIA::MessageBox::MessageBox | ( | ) |
Definition at line 7 of file MessageBox.cxx.
MessageBox & ForIA::MessageBox::addEntry | ( | const string & | leftCol, |
const vector< string > & | rightCol | ||
) |
Definition at line 38 of file MessageBox.cxx.
MessageBox& ForIA::MessageBox::addEntry | ( | const string & | leftCol, |
const T & | val | ||
) | [inline] |
Definition at line 28 of file MessageBox.hh.
MessageBox & ForIA::MessageBox::addEntry | ( | const string & | leftCol, |
const string & | rightCol | ||
) |
Definition at line 31 of file MessageBox.cxx.
MessageBox & ForIA::MessageBox::setTitle | ( | const string & | title ) |
Definition at line 15 of file MessageBox.cxx.
MessageBox & ForIA::MessageBox::setWidth | ( | unsigned int | newWidth ) |
Definition at line 23 of file MessageBox.cxx.
const string & ForIA::MessageBox::title | ( | ) | const |
Definition at line 90 of file MessageBox.cxx.
int ForIA::MessageBox::width | ( | ) | const |
Definition at line 86 of file MessageBox.cxx.
std::ostream& operator<< | ( | std::ostream & | out, |
const MessageBox & | box | ||
) | [friend] |
Definition at line 94 of file MessageBox.cxx.