#include <pointlist_overlay_base.hh>
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 | |||
| ) |
| void OnActiveColor | ( | ) | [slot] |
| void OnPassiveColor | ( | ) | [slot] |
| void OnSymbolSize | ( | int | v | ) | [slot] |
| void OnSymbolStrength | ( | int | v | ) | [slot] |
| QColor active_color |
Definition at line 63 of file pointlist_overlay_base.hh.
QPushButton* active_color_b_ [protected] |
Definition at line 71 of file pointlist_overlay_base.hh.
QVBoxLayout* main_layout_ [protected] |
Definition at line 70 of file pointlist_overlay_base.hh.
| QColor passive_color |
Definition at line 64 of file pointlist_overlay_base.hh.
QPushButton* passive_color_b_ [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.
1.5.8