#include <property_image.h>
Inheritance diagram for mimas::property_image:


Public Member Functions | |
| property_image (void) | |
| void | doDrawContrast () |
| bool | getDrawContrast () const |
| void | addStrings (edge_string_ptr_list &strings) |
| void | addStringsWithFilter (edge_string_ptr_list &strings) |
| void | operator+= (property_image &) |
Protected Attributes | |
| bool | draw_contrast |
Definition at line 25 of file property_image.h.
| mimas::property_image::property_image | ( | void | ) | [inline] |
| void mimas::property_image::doDrawContrast | ( | ) | [inline] |
| bool mimas::property_image::getDrawContrast | ( | ) | const [inline] |
| void mimas::property_image::addStrings | ( | edge_string_ptr_list & | strings | ) |
| void mimas::property_image::addStringsWithFilter | ( | edge_string_ptr_list & | strings | ) |
| void mimas::property_image::operator+= | ( | property_image & | ) |
bool mimas::property_image::draw_contrast [protected] |
Definition at line 34 of file property_image.h.
Referenced by doDrawContrast(), getDrawContrast(), and property_image().