/usr/include/qwtplot3d-qt4/qwt3d_mapping.h is in libqwtplot3d-qt4-dev 0.2.7+svn191-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | #ifndef qwt3d_mapping_h__2004_03_05_13_51_begin_guarded_code
#define qwt3d_mapping_h__2004_03_05_13_51_begin_guarded_code
#include <qstring.h>
#include "qwt3d_global.h"
#include "qwt3d_types.h"
namespace Qwt3D
{
//! Abstract base class for general mappings
/**
*/
class QWT3D_EXPORT Mapping
{
public:
virtual ~Mapping(){} //!< Destructor.
virtual QString name() const { return QString(""); } //!< Descriptive String.
};
} // ns
#endif /* include guarded */
|