1 #ifndef uiobjectitemview_h 2 #define uiobjectitemview_h 16 #include "uitoolsmod.h" 34 virtual void insertItem(
uiObjectItem*,
int pos,
int stretch=1);
37 virtual void removeAllItems();
39 int nrItems()
const {
return objectitems_.size(); }
42 void reSizeItem(
int idx,
const uiSize&);
49 virtual void setSceneLayoutPos(
uiPoint);
50 virtual uiPoint sceneLayoutPos()
const;
52 void enableScrollBars(
bool yn);
55 void getItemsFromRect(
const uiRect&,
#define mExpClass(module)
Definition: commondefs.h:160
To be able to send and/or receive CallBacks, inherit from this class.
Definition: callback.h:272
Definition of a mouse cursor, can be either a predefined shape (from the enum, or a file...
Definition: mousecursor.h:26
Embeds some uiObjects in a uiGraphicsView following a horizontal layout. Objects can be dynamically r...
Definition: uiobjectitemview.h:27
Definition: uiparent.h:26
Definition: uigraphicsitemimpl.h:52
Notifier< uiObjectItemView > viewareareset
Definition: uiobjectitemview.h:60
ObjectSet< uiObjectItem > objectitems_
Definition: uiobjectitemview.h:64
~uiObjectItemView()
Definition: uiobjectitemview.h:31
int nrItems() const
Definition: uiobjectitemview.h:39
Definition: uigraphicsview.h:51