Public Member Functions | Public Attributes

PlotScrollData Class Reference

#include <PlotScrollData.h>

Collaboration diagram for PlotScrollData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PlotScrollData ()
 ~PlotScrollData ()

Public Attributes

PlotScrollBarm_scrollBar
PlotZoomer::ScrollBarPosition m_position
Qt::ScrollBarPolicy m_mode

Constructor & Destructor Documentation

PlotScrollData::PlotScrollData (  ) 

  : m_scrollBar( NULL ),
    m_position( PlotZoomer::OppositeToScale ),
    m_mode( Qt::ScrollBarAsNeeded )
{
  //qDebug( "PlotScrollData::PlotScrollData" );
};

PlotScrollData::~PlotScrollData (  ) 

{
  //qDebug( "PlotScrollData::~PlotScrollData" );

  delete m_scrollBar;
};


Member Data Documentation

Qt::ScrollBarPolicy PlotScrollData::m_mode

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