OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Data Fields | Protected Attributes
PointlistOverlayBaseSettings Class Reference

#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_
 

Detailed Description

Definition at line 50 of file pointlist_overlay_base.hh.

Constructor & Destructor Documentation

PointlistOverlayBaseSettings ( const QColor &  ac,
const QColor &  pc,
int  ssiz,
int  sstr,
QWidget *  p 
)

Member Function Documentation

void OnActiveColor ( )
slot
void OnPassiveColor ( )
slot
void OnSymbolSize ( int  v)
slot
void OnSymbolStrength ( int  v)
slot

Field Documentation

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.


The documentation for this class was generated from the following file: