GLIMSView Source Code Documentation

StretchLineSet Struct Reference

#include <histogramdlg.h>

List of all members.


Detailed Description

Structure to hold the stretch line history stacks, redo stack, & state.

Definition at line 85 of file histogramdlg.h.


Public Attributes

stack< QPointArray > lineSet [3]
 history stack of all lines(top line is current)
stack< QPointArray > redoSet
 the redo stack
int curLine
 index to the current line(1-3 if rgb)
QPointArray * curArr
 convinience ptr to the current point array
bool isChanging
 state of line action
bool isMerged
 merged display state

Member Data Documentation

stack<QPointArray> StretchLineSet::lineSet[3]

stack<QPointArray> StretchLineSet::redoSet

QPointArray* StretchLineSet::curArr

state of line action

Definition at line 90 of file histogramdlg.h.

Referenced by HistogramDlg::init(), HistogramDlg::mouseMoveEvent(), and HistogramDlg::mouseReleaseEvent().


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

Home | Search | Disclaimers & Privacy | Contact Us
GLIMSView Maintainer: dsoltesz@usgs.gov