cantor/src/lib
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
Cantor::AdvancedPlotExtension::PlotDirective Class Reference
#include <extension.h>
Inheritance diagram for Cantor::AdvancedPlotExtension::PlotDirective:
Public Member Functions | |
virtual | ~PlotDirective () |
virtual | PLOT_DIRECTIVE_DISPATCHING (PlotDirective) |
Static Public Member Functions | |
static QWidget * | widget (QWidget *parent) |
Protected Member Functions | |
PlotDirective () | |
Detailed Description
Definition at line 306 of file extension.h.
Constructor & Destructor Documentation
|
virtual |
Definition at line 147 of file extension.cpp.
|
protected |
only derived classes may construct
Definition at line 143 of file extension.cpp.
Member Function Documentation
|
virtual |
in order to make dual dispatching this should be present in any derived class without virtual keyword and with correct class name
creates a new widget for editing the value and returns the pointer to it
- Parameters
-
parent the pointer to parent widget passed to newly created widget
- Returns
- pointer to the newly-created widget
Definition at line 138 of file extension.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.