OpendTect  6.3
uiseparator.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: A.H. Lammertink
8  Date: 17/1/2001
9 ________________________________________________________________________
10 
11 -*/
12 
13 #include "uibasemod.h"
14 #include "uiobj.h"
15 
16 //class QFrame;
17 
18 class uiSeparatorBody;
19 
20 mExpClass(uiBase) uiSeparator : public uiObject
21 {
22 public:
23 
24  uiSeparator(uiParent*,const char* nm="Separator",
26  bool raised=true);
27 
28 
29  void setRaised(bool);
30 
31 private:
32 
33  uiSeparatorBody* body_;
34  uiSeparatorBody& mkbody(uiParent*, const char*, bool, bool);
35 
36 };
#define mExpClass(module)
Definition: commondefs.h:157
The base class for most UI elements.
Definition: uiobj.h:35
Definition: oduicommon.h:23
Definition: uiparent.h:24
Definition: uiseparator.h:20
uiSeparatorBody * body_
Definition: uiseparator.h:33
Orientation
Fundamental orientation in 2D UIs.
Definition: oduicommon.h:21

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B. V. 2017