44 #include "iniPlugin.hh" 47 #include <OpenFlipper/ACGHelper/DrawModeConverter.hh> 48 #include <ObjectTypes/MeshObject/MeshObjectT.hh> 51 template <
class MeshObject>
56 std::vector< QString > draw_modes;
58 if( _ini.
get_entry(draw_modes, _object->
name(),
"MeshDrawMode") )
64 template <
class MeshObject>
DrawModes::DrawMode drawMode() const
Return the own draw modes of this node.
void add_entry(const QString &_section, const QString &_key, const QString &_value)
Addition / modification of a string entry.
bool get_entry(QString &_val, const QString &_section, const QString &_key) const
Access to a string entry.
QString name() const
return the name of the object. The name defaults to NONAME if unset.
ACG::SceneGraph::MeshNodeT< MeshT > * meshNode()
Get the Scenegraph Mesh Node.
Class for the handling of simple configuration files.