src/linetypes/conditionaledge.h

Fri, 05 Feb 2021 14:23:16 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 05 Feb 2021 14:23:16 +0200
changeset 101
910890292639
parent 89
7abaf1d64719
child 132
488d0ba6070b
permissions
-rw-r--r--

added references to items()

#pragma once
#include "polygonobject.h"

namespace ldraw
{
	class ConditionalEdge;
}

class ldraw::ConditionalEdge : public PolygonObject<4>
{
public:
	using PolygonObject<4>::PolygonObject;
	QString textRepresentation() const override;
};

mercurial