NCBI C++ ToolKit
|
Search Toolkit Book for CSrcTableFwdPrimerNameColumn
#include <gui/packages/pkg_sequence_edit/srcedit_util.hpp>
Public Member Functions | |
CSrcTableFwdPrimerNameColumn () | |
virtual string | GetLabel () const |
CSrcTableFwdPrimerNameColumn () | |
virtual void | AddToBioSource (objects::CBioSource &in_out_bioSource, const string &newValue) |
virtual void | ClearInBioSource (objects::CBioSource &in_out_bioSource) |
virtual string | GetFromBioSource (const objects::CBioSource &in_out_bioSource) const |
virtual string | GetLabel () const |
Public Member Functions inherited from CSrcTablePrimerColumn | |
CSrcTablePrimerColumn (EPrimerColType col_type) | |
virtual bool | AddToBioSource (objects::CBioSource &src, const string &newValue, objects::edit::EExistingText existing_text) |
virtual vector< string > | GetValsFromBioSource (const CBioSource &src) const |
virtual void | SetConstraint (const string &field_name, CConstRef< edit::CStringConstraint > string_constraint) |
virtual bool | AllowMultipleValues () |
Public Member Functions inherited from CSrcTableColumnBase | |
virtual vector< string > | GetValsFromBioSource (const objects::CBioSource &src) const |
virtual vector< string > | IsValid (const vector< string > &values) |
vector< CRef< objects::edit::CApplyObject > > | GetApplyObjects (CBioseq_Handle bsh) |
vector< CConstRef< CObject > > | GetObjects (CBioseq_Handle bsh) |
string | GetVal (const CObject &object) |
vector< string > | GetVals (const CObject &object) |
void | ClearVal (CObject &object) |
void | SetSourceType (ESourceType type) |
Public Member Functions inherited from CObject | |
CObject (void) | |
Constructor. More... | |
CObject (const CObject &src) | |
Copy constructor. More... | |
virtual | ~CObject (void) |
Destructor. More... | |
CObject & | operator= (const CObject &src) THROWS_NONE |
Assignment operator. More... | |
bool | CanBeDeleted (void) const THROWS_NONE |
Check if object can be deleted. More... | |
bool | IsAllocatedInPool (void) const THROWS_NONE |
Check if object is allocated in memory pool (not system heap) More... | |
bool | Referenced (void) const THROWS_NONE |
Check if object is referenced. More... | |
bool | ReferencedOnlyOnce (void) const THROWS_NONE |
Check if object is referenced only once. More... | |
void | AddReference (void) const |
Add reference to object. More... | |
void | RemoveReference (void) const |
Remove reference to object. More... | |
void | ReleaseReference (void) const |
Remove reference without deleting object. More... | |
virtual void | DoNotDeleteThisObject (void) |
Mark this object as not allocated in heap – do not delete this object. More... | |
virtual void | DoDeleteThisObject (void) |
Mark this object as allocated in heap – object can be deleted. More... | |
void * | operator new (size_t size) |
Define new operator for memory allocation. More... | |
void * | operator new[] (size_t size) |
Define new[] operator for 'array' memory allocation. More... | |
void | operator delete (void *ptr) |
Define delete operator for memory deallocation. More... | |
void | operator delete[] (void *ptr) |
Define delete[] operator for memory deallocation. More... | |
void * | operator new (size_t size, void *place) |
Define new operator. More... | |
void | operator delete (void *ptr, void *place) |
Define delete operator. More... | |
void * | operator new (size_t size, CObjectMemoryPool *place) |
Define new operator using memory pool. More... | |
void | operator delete (void *ptr, CObjectMemoryPool *place) |
Define delete operator. More... | |
virtual void | DebugDump (CDebugDumpContext ddc, unsigned int depth) const |
Define method for dumping debug information. More... | |
Public Member Functions inherited from CDebugDumpable | |
CDebugDumpable (void) | |
virtual | ~CDebugDumpable (void) |
void | DebugDumpText (ostream &out, const string &bundle, unsigned int depth) const |
void | DebugDumpFormat (CDebugDumpFormatter &ddf, const string &bundle, unsigned int depth) const |
void | DumpToConsole (void) const |
Definition at line 493 of file srcedit_util.hpp.
|
inline |
Definition at line 496 of file srcedit_util.hpp.
|
inline |
Definition at line 172 of file src_table_column.hpp.
|
virtual |
Reimplemented from CSrcTableColumnBase.
Definition at line 377 of file src_table_column.cpp.
|
virtual |
Reimplemented from CSrcTableColumnBase.
Definition at line 409 of file src_table_column.cpp.
|
virtual |
Implements CSrcTableColumnBase.
Definition at line 416 of file src_table_column.cpp.
References val.
|
inlinevirtual |
Reimplemented from CSrcTableColumnBase.
Definition at line 497 of file srcedit_util.hpp.
|
inlinevirtual |
Reimplemented from CSrcTableColumnBase.
Definition at line 179 of file src_table_column.hpp.
References kPcrForwardName.