QXRD  0.11.16
Public Slots | Public Member Functions | List of all members
QcepImageHistogramGraphController Class Reference

#include <qcepimagehistogramgraphcontroller.h>

Inheritance diagram for QcepImageHistogramGraphController:
Inheritance graph
[legend]
Collaboration diagram for QcepImageHistogramGraphController:
Collaboration graph
[legend]

Public Slots

virtual void updateDisplay ()
 
- Public Slots inherited from QcepDataObjectGraphController
virtual void updateDisplay ()
 

Public Member Functions

 QcepImageHistogramGraphController (QcepDataObjectGraphWindow *window, int mode, QcepDataObjectWPtr object)
 
virtual ~QcepImageHistogramGraphController ()
 
virtual void activate ()
 
- Public Member Functions inherited from QcepDataObjectGraphController
 QcepDataObjectGraphController (QcepDataObjectGraphWindow *window, int mode, QcepDataObjectWPtr object)
 
virtual ~QcepDataObjectGraphController ()
 

Additional Inherited Members

- Protected Attributes inherited from QcepDataObjectGraphController
QcepDataObjectGraphWindowm_Window
 
int m_Mode
 
QcepDataObjectWPtr m_Object
 
QWidget * m_Widget
 

Detailed Description

Definition at line 6 of file qcepimagehistogramgraphcontroller.h.

Constructor & Destructor Documentation

QcepImageHistogramGraphController::QcepImageHistogramGraphController ( QcepDataObjectGraphWindow window,
int  mode,
QcepDataObjectWPtr  object 
)

Definition at line 6 of file qcepimagehistogramgraphcontroller.cpp.

7  : QcepDataObjectGraphController(window, mode, object)
8 {
9 
10 }
QcepDataObjectGraphController(QcepDataObjectGraphWindow *window, int mode, QcepDataObjectWPtr object)
QcepImageHistogramGraphController::~QcepImageHistogramGraphController ( )
virtual

Member Function Documentation

void QcepImageHistogramGraphController::activate ( )
virtual
void QcepImageHistogramGraphController::updateDisplay ( )
virtualslot

Definition at line 26 of file qcepimagehistogramgraphcontroller.cpp.

References QcepDataObjectGraphController::updateDisplay().

27 {
28  printf("QcepImageHistogramGraphController::updateDisplay()\n");
29 
31 }

Here is the call graph for this function:


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