NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <gui/gui_export.h>
#include <gui/framework/view.hpp>
#include <gui/core/open_view_manager.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CProjectViewTypeDescriptor |
CProjectViewTypeDescriptor - holds description of a project view type. More... | |
class | IProjectViewFactory |
IProjectViewFactory. More... | |
Typedefs | |
typedef map< string, TConstScopedObjects > | TObjectsMap |
typedef IProjectViewFactory | CProjectViewFactory |
Enumerations | |
enum | EPVObjectsAccepted { eNoObjectsAccepted = 0 , eOneObjectAccepted , eSimilarObjectsAccepted , eAnyObjectsAccepted } |
Definition at line 141 of file project_view_factory.hpp.
typedef map<string, TConstScopedObjects> TObjectsMap |
Definition at line 104 of file project_view_factory.hpp.
enum EPVObjectsAccepted |
Enumerator | |
---|---|
eNoObjectsAccepted | |
eOneObjectAccepted | |
eSimilarObjectsAccepted | |
eAnyObjectsAccepted |
Definition at line 48 of file project_view_factory.hpp.