list< CRef< CProjectHistoryItem > >
THistory;
114 typedeflist< CRef< CProjectAnnot > >
TAnnot;
115 typedeflist< CRef< CLoaderDescriptor > >
TLoaders;
116 typedeflist< CRef< CViewDescriptor > >
TViews;
146 boolIsSetCounter(
void)
const;
153 boolCanGetCounter(
void)
const;
156 voidResetCounter(
void);
159 voidSetDefaultCounter(
void);
187 boolIsSetDescr(
void)
const;
194 boolCanGetDescr(
void)
const;
197 voidResetDescr(
void);
203 const TDescr& GetDescr(
void)
const;
215 TDescr& SetDescr(
void);
225 boolIsSetCore(
void)
const;
232 boolCanGetCore(
void)
const;
235 voidResetCore(
void);
241 const TCore& GetCore(
void)
const;
253 TCore& SetCore(
void);
264 boolIsSetExtra(
void)
const;
271 boolCanGetExtra(
void)
const;
274 voidResetExtra(
void);
280 const TExtra& GetExtra(
void)
const;
292 TExtra& SetExtra(
void);
302 boolIsSetOrig_message(
void)
const;
309 boolCanGetOrig_message(
void)
const;
312 voidResetOrig_message(
void);
340 boolIsSetHistory(
void)
const;
347 boolCanGetHistory(
void)
const;
350 voidResetHistory(
void);
356 const THistory& GetHistory(
void)
const;
372 boolIsSetData_plugin(
void)
const;
379 boolCanGetData_plugin(
void)
const;
382 voidResetData_plugin(
void);
411 boolIsSetPlugin_param(
void)
const;
418 boolCanGetPlugin_param(
void)
const;
421 voidResetPlugin_param(
void);
450 boolIsSetAnnot(
void)
const;
457 boolCanGetAnnot(
void)
const;
460 voidResetAnnot(
void);
466 const TAnnot& GetAnnot(
void)
const;
472 TAnnot& SetAnnot(
void);
482 boolIsSetLoaders(
void)
const;
489 boolCanGetLoaders(
void)
const;
492 voidResetLoaders(
void);
498 const TLoaders& GetLoaders(
void)
const;
514 boolIsSetViews(
void)
const;
521 boolCanGetViews(
void)
const;
524 voidResetViews(
void);
530 const TViews& GetViews(
void)
const;
536 TViews& SetViews(
void);
539 virtual voidReset(
void);
654 return m_Core.NotEmpty();
Version 1 (unversioned) project This project description is frozen as of 12/1/2005 and should not be ...
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_GUIOBJECTS_EXPORT
bool CanGetCore(void) const
Check if it is safe to call GetCore method.
bool IsSetLoaders(void) const
a set of data sources including data loader and data Check if a value has been assigned to Loaders da...
bool IsSetAnnot(void) const
arbitrary annotations Check if a value has been assigned to Annot data member.
bool CanGetExtra(void) const
Check if it is safe to call GetExtra method.
Tparent::CMemberIndex< E_memberIndex, 12 > TmemberIndex
list< CRef< CViewDescriptor > > m_Views
TPlugin_param & SetPlugin_param(void)
Assign a value to Plugin_param data member.
TLoaders & SetLoaders(void)
Assign a value to Loaders data member.
bool IsSetOrig_message(void) const
a copy of the original plugin message used to generate this project Check if a value has been assigne...
TDescr & SetDescr(void)
Assign a value to Descr data member.
list< CRef< CLoaderDescriptor > > TLoaders
list< CRef< CProjectHistoryItem > > m_History
const TViews & GetViews(void) const
Get the Views member data.
THistory & SetHistory(void)
Assign a value to History data member.
list< CRef< CProjectHistoryItem > > THistory
bool CanGetOrig_message(void) const
Check if it is safe to call GetOrig_message method.
DECLARE_INTERNAL_TYPE_INFO()
const THistory & GetHistory(void) const
Get the History member data.
bool IsSetHistory(void) const
history of things done to this object Check if a value has been assigned to History data member.
bool IsSetData_plugin(void) const
name of the plugin that can handle External Data for the project Check if a value has been assigned t...
const TLoaders & GetLoaders(void) const
Get the Loaders member data.
bool IsSetDescr(void) const
standard descriptors Check if a value has been assigned to Descr data member.
TCounter GetCounter(void) const
Get the Counter member data.
void ResetCore(void)
Reset Core data member.
CPluginMessage TOrig_message
bool IsSetPlugin_param(void) const
optional parameter for the data-plugin Check if a value has been assigned to Plugin_param data member...
bool CanGetHistory(void) const
Check if it is safe to call GetHistory method.
const TDescr & GetDescr(void) const
Get the Descr member data.
const TOrig_message & GetOrig_message(void) const
Get the Orig_message member data.
list< CRef< CProjectAnnot > > TAnnot
bool CanGetData_plugin(void) const
Check if it is safe to call GetData_plugin method.
const TAnnot & GetAnnot(void) const
Get the Annot member data.
const TData_plugin & GetData_plugin(void) const
Get the Data_plugin member data.
void SetDefaultCounter(void)
Assign default value to Counter data member.
bool IsSetViews(void) const
void ResetCounter(void)
Reset Counter data member.
bool IsSetExtra(void) const
a set of extra analyses perfromed by the user each of these may have descriptors Check if a value has...
list< CRef< CViewDescriptor > > TViews
TAnnot & SetAnnot(void)
Assign a value to Annot data member.
bool CanGetViews(void) const
Check if it is safe to call GetViews method.
const TPlugin_param & GetPlugin_param(void) const
Get the Plugin_param member data.
bool CanGetDescr(void) const
Check if it is safe to call GetDescr method.
CRef< TOrig_message > m_Orig_message
list< CRef< CLoaderDescriptor > > m_Loaders
TCounter & SetCounter(void)
Assign a value to Counter data member.
bool IsSetCounter(void) const
next counter for project items Check if a value has been assigned to Counter data member.
const TCore & GetCore(void) const
Get the Core member data.
const TExtra & GetExtra(void) const
Get the Extra member data.
bool CanGetPlugin_param(void) const
Check if it is safe to call GetPlugin_param method.
list< CRef< CProjectAnnot > > m_Annot
bool CanGetLoaders(void) const
Check if it is safe to call GetLoaders method.
TViews & SetViews(void)
Assign a value to Views data member.
bool CanGetAnnot(void) const
Check if it is safe to call GetAnnot method.
bool CanGetCounter(void) const
Check if it is safe to call GetCounter method.
bool IsSetCore(void) const
the core item we wrap Check if a value has been assigned to Core data member.
void ResetDescr(void)
Reset Descr data member.
TData_plugin & SetData_plugin(void)
Assign a value to Data_plugin data member.
CGBProject_Base & operator=(const CGBProject_Base &)
TCore & SetCore(void)
Assign a value to Core data member.
CGBProject_Base(const CGBProject_Base &)
Defines to provide correct exporting from DLLs in Windows.
const GenericPointer< typename T::ValueType > T2 value
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4