|
OpenStructure
|
#include <pointlist_overlay_base.hh>
Inherits QDialog.
Public Slots | |
| void | OnActiveColor () |
| void | OnPassiveColor () |
| void | OnSymbolSize (int v) |
| void | OnSymbolStrength (int v) |
Public Member Functions | |
| PointlistOverlayBaseSettings (const QColor &ac, const QColor &pc, int ssiz, int sstr, QWidget *p) | |
Data Fields | |
| QColor | active_color |
| QColor | passive_color |
| int | symbol_size |
| int | symbol_strength |
Protected Attributes | |
| QVBoxLayout * | main_layout_ |
| QPushButton * | active_color_b_ |
| QPushButton * | passive_color_b_ |
Definition at line 50 of file pointlist_overlay_base.hh.
| PointlistOverlayBaseSettings | ( | const QColor & | ac, |
| const QColor & | pc, | ||
| int | ssiz, | ||
| int | sstr, | ||
| QWidget * | p | ||
| ) |
|
slot |
|
slot |
|
slot |
|
slot |
| QColor active_color |
Definition at line 63 of file pointlist_overlay_base.hh.
|
protected |
Definition at line 71 of file pointlist_overlay_base.hh.
|
protected |
Definition at line 70 of file pointlist_overlay_base.hh.
| QColor passive_color |
Definition at line 64 of file pointlist_overlay_base.hh.
|
protected |
Definition at line 72 of file pointlist_overlay_base.hh.
| int symbol_size |
Definition at line 65 of file pointlist_overlay_base.hh.
| int symbol_strength |
Definition at line 66 of file pointlist_overlay_base.hh.