KChart

src Directory Reference
Directory dependency graph for src:
src

Directories

 KChart
 

Detailed Description

Implementation directory of KChart.

This directory contains the header files and the source files of both, the private and the public classes.

Note
Only classes that have an include wrapper in the $KCHARTDIR/include directory are part of the supported API. All other classes are to be considered as implementation details, they could be changed in future versions of KChart without notice.

In other words: No class that is not mentioned in the $KCHARTDIR/include directory may be directly used by your application.

The recommended way to include classes of the KChart API is including them by class name, so instead of including KChartChart.h you would say:

#include <KChartChart>

When following this there is no reason to include the $KCHARTDIR/src directory, it is sufficient to include $KCHARTDIR/include

This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:18:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.