PLplot  5.13.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Clipper Class Reference

Public Member Functions

 Clipper (wxDC *dc, const wxRect &rect)
 
 ~Clipper ()
 
bool isEverythingClipped ()
 

Private Member Functions

Clipperoperator= (const Clipper &)
 
 Clipper (const Clipper &)
 

Private Attributes

wxDC * m_dc
 
wxRect m_boxOld
 
bool m_clipEverything
 

Detailed Description

Definition at line 591 of file wxwidgets_dev.cpp.

Constructor & Destructor Documentation

Clipper::Clipper ( wxDC *  dc,
const wxRect &  rect 
)
inline

Definition at line 594 of file wxwidgets_dev.cpp.

Clipper::~Clipper ( )
inline

Definition at line 610 of file wxwidgets_dev.cpp.

Clipper::Clipper ( const Clipper )
private

Member Function Documentation

bool Clipper::isEverythingClipped ( )
inline

Definition at line 621 of file wxwidgets_dev.cpp.

Clipper& Clipper::operator= ( const Clipper )
private

Member Data Documentation

wxRect Clipper::m_boxOld
private

Definition at line 627 of file wxwidgets_dev.cpp.

bool Clipper::m_clipEverything
private

Definition at line 628 of file wxwidgets_dev.cpp.

wxDC* Clipper::m_dc
private

Definition at line 626 of file wxwidgets_dev.cpp.


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