Gtkmm-PLplot 3.0
A scientific plotting library for Gtkmm
|
an abstract base class for all plots and plotdata's More...
#include <gtkmm-plplot/object.h>
Public Member Functions | |
virtual void | set_manage () |
Protected Member Functions | |
Object () | |
Private Member Functions | |
Object (const Object &) | |
disable copy constructor | |
Object & | operator= (const Object &)=delete |
disable assignment operator | |
Private Attributes | |
bool | managed |
true means memory managed by us, false indicates otherwise | |
an abstract base class for all plots and plotdata's
This is the base class from which all other plots classes are derived. Through Glib::Object, it derives from libsigc++'s trackable to provide signalling support, and allows for memory management using Gtkmm's Gtk::manage method.
|
private |
disable copy constructor
|
inlineprotected |
Constructor
Newly constructed instances have managed set to false
disable assignment operator
|
inlinevirtual |
|
private |
true
means memory managed by us, false
indicates otherwise