GobChartsWidget  1.0
List of all members
GobChartsNoCopy Class Reference

Inheriting from this class disables copying. More...

#include <gobchartsnocopy.h>

Inheritance diagram for GobChartsNoCopy:
GobChartsFactory GobChartsGraphItems GobChartsGrid GobChartsTextItem GobChartsToolsWidget GobChartsValidItems GobChartsView GobChartsWidget

Detailed Description

Inheriting from this class disables copying.

Inheriting from this class disables copying via the copy constructor and assignment operator. The advantage of doing it this way (as opposed to simply implementing copy constructors and assignment operators as "private" in the child classes) is that this moves the error detection up from link time to compile time, which I prefer.

Definition at line 33 of file gobchartsnocopy.h.


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