summaryrefslogtreecommitdiffstats
path: root/src/glitem.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-10-27 09:54:04 +0100
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-10-27 09:54:04 +0100
commitf7f38fb764bb35a6e87afad5d42555b95c320fa6 (patch)
tree17a5447636798db3ce35a7691272f2fd26ade9b4 /src/glitem.h
parent0fd8503a952986a2669d929cac2dd1714a24ca2b (diff)
downloadMultimedia-f7f38fb764bb35a6e87afad5d42555b95c320fa6.tar.gz
Multimedia-f7f38fb764bb35a6e87afad5d42555b95c320fa6.zip
Move functions to the appropriate class
Diffstat (limited to 'src/glitem.h')
-rw-r--r--src/glitem.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/glitem.h b/src/glitem.h
index e58f36f..268dbeb 100644
--- a/src/glitem.h
+++ b/src/glitem.h
@@ -125,25 +125,6 @@ protected:
virtual void drawAxes(double length);
/**
- * @brief createCubef Creates a cube and apends it for drawing.
- * @param lbb The left bottom back cube vector.
- * @param rtf The right top front cube vector.
- */
- virtual void createCube(const QVector3D &lbb, const QVector3D &rtf);
-
- /**
- * @brief createF Creates an 'F' with cubes.
- * @param height The height of the 'F'.
- */
- virtual void createF(double height);
-
- /**
- * @brief drawF Draws an 'F' with matrix transformations.
- * @param height The height of the 'F'.
- */
- virtual void drawF(double height);
-
- /**
* @brief createAxes Creates x, y and z axis with specified length starting for (0,0,0)
* @param length Axes length.
*/