KChart
9#ifndef KCHARTTHREEDLINEATTRIBUTES_H
10#define KCHARTTHREEDLINEATTRIBUTES_H
13#include "KChartAbstractThreeDAttributes.h"
21 class KCHART_EXPORT ThreeDLineAttributes :
public AbstractThreeDAttributes
24 ThreeDLineAttributes();
25 ThreeDLineAttributes(
const ThreeDLineAttributes& );
26 ThreeDLineAttributes &operator= (
const ThreeDLineAttributes& );
28 ~ThreeDLineAttributes()
override;
31 void setLineXRotation(
const uint degrees );
32 uint lineXRotation()
const;
33 void setLineYRotation(
const uint degrees );
34 uint lineYRotation()
const;
36 bool operator==(
const ThreeDLineAttributes& )
const;
37 inline bool operator!=(
const ThreeDLineAttributes& other )
const {
return !operator==(other); }
39 KCHART_DECLARE_SWAP_DERIVED(ThreeDLineAttributes)
41 KCHART_DECLARE_PRIVATE_DERIVED(ThreeDLineAttributes)
47#if !defined(QT_NO_DEBUG_STREAM)
A set of 3D line attributes.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.