Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TEveTriangleSetEditor.h
Go to the documentation of this file.
1// @(#)root/eve:$Id$
2// Authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3
4/*************************************************************************
5 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TEveTriangleSetEditor
13#define ROOT_TEveTriangleSetEditor
14
15#include "TGedFrame.h"
16
17class TEveTriangleSet;
18
19class TGLabel;
20
22{
23private:
24 TEveTriangleSetEditor(const TEveTriangleSetEditor&); // Not implemented
26
27protected:
28 TEveTriangleSet *fM; // Model object.
29
30 TGLabel *fInfo; // Info label.
31
32public:
35
36 void SetModel(TObject* obj) override;
37
38 ClassDefOverride(TEveTriangleSetEditor, 0); // Editor for TEveTriangleSet class.
39};
40
41#endif
@ kChildFrame
Definition GuiTypes.h:379
ULong_t Pixel_t
Pixel value.
Definition GuiTypes.h:40
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t width
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Editor for TEveTriangleSet class.
ClassDefOverride(TEveTriangleSetEditor, 0)
TEveTriangleSetEditor(const TEveTriangleSetEditor &)
void SetModel(TObject *obj) override
Set model object.
TEveTriangleSetEditor & operator=(const TEveTriangleSetEditor &)
Made from a list of vertices and a list of triangles (triplets of vertex indices).
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition TGFrame.cxx:683
This class handles GUI labels.
Definition TGLabel.h:24
ROOT GUI Window base class.
Definition TGWindow.h:23
Base frame for implementing GUI - a service class.
Definition TGedFrame.h:27
Mother of all ROOT objects.
Definition TObject.h:41