mirror of https://github.com/CGAL/cgal
Add whitespace to avoid warning on closing comment
This commit is contained in:
parent
05a607fabc
commit
0a76c8f5d2
|
|
@ -277,7 +277,7 @@ AlphaShapeGraphicsItem<T>::paintVertex(typename T::Vertex_handle vh)
|
|||
template <typename T>
|
||||
void
|
||||
AlphaShapeGraphicsItem<T>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
painter->setPen(this->edgesPen());
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ ApolloniusGraphGraphicsItem<AG,K>::boundingRect() const
|
|||
|
||||
template <typename AG, typename K>
|
||||
void
|
||||
ApolloniusGraphGraphicsItem<AG,K>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget */*w*/)
|
||||
ApolloniusGraphGraphicsItem<AG,K>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget * /*w*/)
|
||||
{
|
||||
|
||||
painter->setPen(this->sitesPen());
|
||||
|
|
|
|||
|
|
@ -123,7 +123,7 @@ CircularArcGraphicsItem<CK>::boundingRect() const
|
|||
template <typename CK>
|
||||
void
|
||||
CircularArcGraphicsItem<CK>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
painter->setPen(this->edgesPen());
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ LineGraphicsItem<CK>::boundingRect() const
|
|||
template <typename CK>
|
||||
void
|
||||
LineGraphicsItem<CK>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
painter->setPen(this->Pen());
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ PointsGraphicsItem<P>::boundingRect() const
|
|||
template <typename P>
|
||||
void
|
||||
PointsGraphicsItem<P>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
if(drawVertices()) {
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@ PolygonGraphicsItem<P>::boundingRect() const
|
|||
template <typename P>
|
||||
void
|
||||
PolygonGraphicsItem<P>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
painter->setPen(this->edgesPen());
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ PolygonWithHolesGraphicsItem<P>::boundingRect() const
|
|||
template <typename P>
|
||||
void
|
||||
PolygonWithHolesGraphicsItem<P>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
Converter<Traits> convert;
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ PolylinesGraphicsItem<P>::boundingRect() const
|
|||
template <typename P>
|
||||
void
|
||||
PolylinesGraphicsItem<P>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ PowerdiagramGraphicsItem<RT>::boundingRect() const
|
|||
|
||||
template <typename RT>
|
||||
void
|
||||
PowerdiagramGraphicsItem<RT>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget */*w*/)
|
||||
PowerdiagramGraphicsItem<RT>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget * /*w*/)
|
||||
{
|
||||
QRectF rect = option->exposedRect;
|
||||
PainterOstream<K> pos(painter, rect);
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@ QRectF
|
|||
template <typename K>
|
||||
void
|
||||
RegularGridGraphicsItem<K>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
QRectF rect = boundingRect();
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ QRectF
|
|||
template <typename T, typename K>
|
||||
void
|
||||
RegularGridVectorFieldGraphicsItem<T,K>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ RegularTriangulationGraphicsItem<T>::paintOneVertex(const typename T::Point& poi
|
|||
template <typename T>
|
||||
void
|
||||
RegularTriangulationGraphicsItem<T>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
painter->setPen(this->edgesPen());
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ protected:
|
|||
|
||||
template <typename T>
|
||||
void
|
||||
SegmentDelaunayGraphGraphicsItem<T>::drawDualEdge(QPainter */*painter*/, typename T::Edge e)
|
||||
SegmentDelaunayGraphGraphicsItem<T>::drawDualEdge(QPainter * /*painter*/, typename T::Edge e)
|
||||
{
|
||||
CGAL_precondition( ! t->is_infinite(e) );
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ SegmentsGraphicsItem<P>::boundingRect() const
|
|||
template <typename P>
|
||||
void
|
||||
SegmentsGraphicsItem<P>::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem */*option*/,
|
||||
const QStyleOptionGraphicsItem * /*option*/,
|
||||
QWidget * /*widget*/)
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ StreamLinesGraphicsItem<SL,K>::boundingRect() const
|
|||
|
||||
template <typename SL, typename K>
|
||||
void
|
||||
StreamLinesGraphicsItem<SL,K>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget */*w*/)
|
||||
StreamLinesGraphicsItem<SL,K>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget * /*w*/)
|
||||
{
|
||||
painter->setPen(this->edgesPen());
|
||||
QRectF rect = option->exposedRect;
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ VoronoiGraphicsItem<DT>::boundingRect() const
|
|||
|
||||
template <typename DT>
|
||||
void
|
||||
VoronoiGraphicsItem<DT>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget */*w*/)
|
||||
VoronoiGraphicsItem<DT>::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget * /*w*/)
|
||||
{
|
||||
QRectF rect = option->exposedRect;
|
||||
PainterOstream<typename DT::Geom_traits> pos(painter, rect);
|
||||
|
|
|
|||
Loading…
Reference in New Issue