OpenStructure
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()

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

Member Function Documentation

◆ OnActiveColor

void OnActiveColor ( )
slot

◆ OnPassiveColor

void OnPassiveColor ( )
slot

◆ OnSymbolSize

void OnSymbolSize ( int  v)
slot

◆ OnSymbolStrength

void OnSymbolStrength ( int  v)
slot

Field Documentation

◆ active_color

QColor active_color

Definition at line 63 of file pointlist_overlay_base.hh.

◆ active_color_b_

QPushButton* active_color_b_
protected

Definition at line 71 of file pointlist_overlay_base.hh.

◆ main_layout_

QVBoxLayout* main_layout_
protected

Definition at line 70 of file pointlist_overlay_base.hh.

◆ passive_color

QColor passive_color

Definition at line 64 of file pointlist_overlay_base.hh.

◆ passive_color_b_

QPushButton* passive_color_b_
protected

Definition at line 72 of file pointlist_overlay_base.hh.

◆ symbol_size

int symbol_size

Definition at line 65 of file pointlist_overlay_base.hh.

◆ symbol_strength

int symbol_strength

Definition at line 66 of file pointlist_overlay_base.hh.


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