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

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