A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/GBProject___8hpp_source.html below:

NCBI C++ ToolKit: include/gui/objects/GBProject_.hpp Source File

41 #ifndef GUI_OBJECTS_GBPROJECT_BASE_HPP 42 #define GUI_OBJECTS_GBPROJECT_BASE_HPP 56 #ifndef BEGIN_objects_SCOPE 57 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects) 58 # define END_objects_SCOPE END_SCOPE(objects) 111  typedef

list< CRef< CProjectHistoryItem > >

THistory

;

114  typedef

list< CRef< CProjectAnnot > >

TAnnot

;

115  typedef

list< CRef< CLoaderDescriptor > >

TLoaders

;

116  typedef

list< CRef< CViewDescriptor > >

TViews

;

146  bool

IsSetCounter(

void

)

const

;

153  bool

CanGetCounter(

void

)

const

;

156  void

ResetCounter(

void

);

159  void

SetDefaultCounter(

void

);

187  bool

IsSetDescr(

void

)

const

;

194  bool

CanGetDescr(

void

)

const

;

197  void

ResetDescr(

void

);

203  const TDescr

& GetDescr(

void

)

const

;

215  TDescr

& SetDescr(

void

);

225  bool

IsSetCore(

void

)

const

;

232  bool

CanGetCore(

void

)

const

;

235  void

ResetCore(

void

);

241  const TCore

& GetCore(

void

)

const

;

253  TCore

& SetCore(

void

);

264  bool

IsSetExtra(

void

)

const

;

271  bool

CanGetExtra(

void

)

const

;

274  void

ResetExtra(

void

);

280  const TExtra

& GetExtra(

void

)

const

;

292  TExtra

& SetExtra(

void

);

302  bool

IsSetOrig_message(

void

)

const

;

309  bool

CanGetOrig_message(

void

)

const

;

312  void

ResetOrig_message(

void

);

340  bool

IsSetHistory(

void

)

const

;

347  bool

CanGetHistory(

void

)

const

;

350  void

ResetHistory(

void

);

356  const THistory

& GetHistory(

void

)

const

;

372  bool

IsSetData_plugin(

void

)

const

;

379  bool

CanGetData_plugin(

void

)

const

;

382  void

ResetData_plugin(

void

);

411  bool

IsSetPlugin_param(

void

)

const

;

418  bool

CanGetPlugin_param(

void

)

const

;

421  void

ResetPlugin_param(

void

);

450  bool

IsSetAnnot(

void

)

const

;

457  bool

CanGetAnnot(

void

)

const

;

460  void

ResetAnnot(

void

);

466  const TAnnot

& GetAnnot(

void

)

const

;

472  TAnnot

& SetAnnot(

void

);

482  bool

IsSetLoaders(

void

)

const

;

489  bool

CanGetLoaders(

void

)

const

;

492  void

ResetLoaders(

void

);

498  const TLoaders

& GetLoaders(

void

)

const

;

514  bool

IsSetViews(

void

)

const

;

521  bool

CanGetViews(

void

)

const

;

524  void

ResetViews(

void

);

530  const TViews

& GetViews(

void

)

const

;

536  TViews

& SetViews(

void

);

539  virtual void

Reset(

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