reports::report Struct Reference
#include <reports.hpp>
List of all members.
|
Public Member Functions |
| report () |
| report (const std::string &text) |
| report (const std::string &text, const std::string &image, const std::string &tooltip) |
| report (const std::string &text, const char *image, const std::string &tooltip) |
| report (const std::string &text, const image::locator &image, const std::string &tooltip) |
void | add_text (std::stringstream &text, std::stringstream &tooltip) |
void | add_text (const std::string &text, const std::string &tooltip) |
void | add_image (const std::string &image, const std::string &tooltip) |
void | add_image (std::stringstream &image, std::stringstream &tooltip) |
Detailed Description
Definition at line 74 of file reports.hpp.
Constructor & Destructor Documentation
reports::report::report |
( |
|
) |
[inline] |
reports::report::report |
( |
const std::string & |
text |
) |
[inline, explicit] |
reports::report::report |
( |
const std::string & |
text, |
|
|
const std::string & |
image, |
|
|
const std::string & |
tooltip | |
|
) |
| | [inline] |
reports::report::report |
( |
const std::string & |
text, |
|
|
const char * |
image, |
|
|
const std::string & |
tooltip | |
|
) |
| | [inline] |
reports::report::report |
( |
const std::string & |
text, |
|
|
const image::locator & |
image, |
|
|
const std::string & |
tooltip | |
|
) |
| | [inline] |
Member Function Documentation
void reports::report::add_text |
( |
std::stringstream & |
text, |
|
|
std::stringstream & |
tooltip | |
|
) |
| | |
void reports::report::add_text |
( |
const std::string & |
text, |
|
|
const std::string & |
tooltip | |
|
) |
| | |
void reports::report::add_image |
( |
const std::string & |
image, |
|
|
const std::string & |
tooltip | |
|
) |
| | |
void reports::report::add_image |
( |
std::stringstream & |
image, |
|
|
std::stringstream & |
tooltip | |
|
) |
| | |
The documentation for this struct was generated from the following files: