|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ImagePointTreeModel_H
2 #define ImagePointTreeModel_H
25 class ImageParentItem;
69 class CreateRootItemFunctor :
public std::unary_function <
70 const QString, ImageParentItem * > {
73 CreateRootItemFunctor(
const CreateRootItemFunctor &);
74 ~CreateRootItemFunctor();
76 CreateRootItemFunctor &operator=(
const CreateRootItemFunctor &);
void filterCountsChanged(int visibleTopLevelItemCount, int topLevelItemCount)
This signal is emitted after filtering to provide the number of visible top-level items remaining aft...
Tree item that is a parent and represents an image.
Definition: ImageParentItem.h:34
Tree model for images and control points.
Definition: ImagePointTreeModel.h:48
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
QFutureWatcher< QAtomicPointer< RootItem > > * getRebuildWatcher() const
Definition: AbstractTreeModel.cpp:390
Base class for tree models.
Definition: AbstractTreeModel.h:47
virtual ~ImagePointTreeModel()
Definition: ImagePointTreeModel.cpp:46
bool isFrozen() const
Definition: AbstractTreeModel.cpp:345
void setRebuilding(bool running)
Definition: AbstractTreeModel.h:81
ImagePointTreeModel(ControlNet *cNet, TreeView *v, QObject *parent=0)
Definition: ImagePointTreeModel.cpp:39
ControlNet * getControlNetwork() const
Definition: AbstractTreeModel.cpp:384
void rebuildItems()
Definition: ImagePointTreeModel.cpp:128
a control network
Definition: ControlNet.h:257
int getTopLevelItemCount() const
Definition: AbstractTreeModel.cpp:266
#define ASSERT(x)
Definition: IsisDebug.h:134
This is free and unencumbered software released into the public domain.
Definition: AbstractTableModel.h:24
This is free and unencumbered software released into the public domain.
Definition: ConcurrentControlNetReader.h:20
Definition: TreeView.h:31
void queueRebuild()
Definition: AbstractTreeModel.cpp:350
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16