OpendTect  6.3
uiobjectstack.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. Bril
8  Date: 7/9/2000
9 ________________________________________________________________________
10 
11 -*/
12 
13 #include "uibasemod.h"
14 #include "uiobj.h"
15 
16 class uiGroup;
17 class uiObjStackBody;
18 
20 {
21 public:
22 
23  uiObjectStack(uiParent*,const char*);
24 
25  int addObject(uiObject*);
26  int addGroup(uiGroup*);
27  void setCurrentObject(int);
28  int size() const;
29 
30 private:
31 
32  uiObjStackBody* body_;
33  uiObjStackBody& mkbody(uiParent*,const char*);
34 
35 };
Definition: uigroup.h:53
#define mExpClass(module)
Definition: commondefs.h:157
The base class for most UI elements.
Definition: uiobj.h:35
Definition: uiparent.h:24
Definition: uiobjectstack.h:19
uiObjStackBody * body_
Definition: uiobjectstack.h:32

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