creaContours_lib
ContourWrap_ViewControl Class Reference

#include <ContourWrap_ViewControl.h>

Public Member Functions

 ContourWrap_ViewControl (manualContourBaseControler *contourControl, manualViewBaseContour *manualViewContour)
 
 ~ContourWrap_ViewControl ()
 
manualContourBaseControler * getControler ()
 
manualViewBaseContour * getViewer ()
 
void setControler (manualContourBaseControler *contourControl)
 
void setViewer (manualViewBaseContour *viewContour)
 

Private Attributes

manualContourBaseControler * m_controler
 
manualViewBaseContour * m_viewer
 

Detailed Description

Constructor & Destructor Documentation

ContourWrap_ViewControl::ContourWrap_ViewControl ( manualContourBaseControler *  contourControl,
manualViewBaseContour *  manualViewContour 
)

Definition at line 53 of file ContourWrap_ViewControl.cxx.

References setControler(), and setViewer().

54  {
55  setControler( contourControl );
56  setViewer ( manualViewContour );
57  }

Here is the call graph for this function:

ContourWrap_ViewControl::~ContourWrap_ViewControl ( )

Definition at line 59 of file ContourWrap_ViewControl.cxx.

60  {
61 
62  }

Member Function Documentation

void ContourWrap_ViewControl::setControler ( manualContourBaseControler *  contourControl)

Definition at line 89 of file ContourWrap_ViewControl.cxx.

References m_controler.

Referenced by ContourWrap_ViewControl().

90  {
91  m_controler = contourControl;
92  }

Here is the caller graph for this function:

void ContourWrap_ViewControl::setViewer ( manualViewBaseContour *  viewContour)

Definition at line 94 of file ContourWrap_ViewControl.cxx.

References m_viewer.

Referenced by ContourWrap_ViewControl().

95  {
96  m_viewer = viewContour;
97  }

Here is the caller graph for this function:

Member Data Documentation

manualContourBaseControler* ContourWrap_ViewControl::m_controler
private

Definition at line 113 of file ContourWrap_ViewControl.h.

Referenced by getControler(), and setControler().

manualViewBaseContour* ContourWrap_ViewControl::m_viewer
private

Definition at line 115 of file ContourWrap_ViewControl.h.

Referenced by getViewer(), and setViewer().


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