Go to the source code of this file.
| #define mDefineParentItem |
( |
|
type, |
|
|
|
typestr, |
|
|
|
defsz |
|
) |
| |
Value:{ \
public: \
type##ParentItem() \
protected: \
{ return new type##SubItem(pck,di); } \
const
char*
getCategory()
const {
return type##SubItem::sKeyCategory(); } \
int
defScale()
const {
return defsz; } \
}
virtual int defScale() const
Definition: uiodannottreeitem.h:65
Monitorable set of pick locations.
Definition: pickset.h:41
uiODAnnotTreeItem(const uiString &)
Definition: uiodannottreeitem.h:51
virtual uiTreeItem * createSubItem(int, Pick::Set &)=0
virtual const char * getCategory() const =0