NCBI C++ ToolKit
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
CEditingActionGeneralIdTag Class Reference

Search Toolkit Book for CEditingActionGeneralIdTag

#include <gui/packages/pkg_sequence_edit/editing_action_seqid.hpp>

+ Inheritance diagram for CEditingActionGeneralIdTag:
+ Collaboration diagram for CEditingActionGeneralIdTag:

Public Member Functions

 CEditingActionGeneralIdTag (CSeq_entry_Handle seh, const string &db)
 
- Public Member Functions inherited from CEditingActionSeqid
 CEditingActionSeqid (CSeq_entry_Handle seh, const string &name="CEditingActionSeqid")
 
- Public Member Functions inherited from IEditingAction
 IEditingAction (CSeq_entry_Handle seh, const string &name, CConstRef< objects::CSeq_submit > submit=CConstRef< objects::CSeq_submit >(NULL))
 
virtual ~IEditingAction ()
 
const string GetName (void) const
 
const map< CSeq_feat_Handle, CRef< CSeq_feat > > & GetChangedFeatures (void)
 
const map< CSeq_feat_Handle, CSeq_entry_Handle > & GetCreatedFeatures (void)
 
const map< const CSeqdesc *, CRef< CSeqdesc > > & GetChangedDescriptors (void)
 
const map< const CSeqdesc *, CSeq_entry_Handle > & GetContextForDescriptors (void)
 
const map< const CSeqdesc *, CSeq_entry_Handle > & GetCreatedDescriptors (void)
 
const map< const CSeqdesc *, CSeq_entry_Handle > & GetDeletedDescriptors (void)
 
const map< CBioseq_Handle, CRef< CSeq_inst > > & GetChangedInstances (void)
 
CRef< CSubmit_blockGetChangedSubmitBlock (void)
 
const vector< string > & GetChangedValues (void)
 
bool GetChangedIds (void)
 
void ResetChangedFeatures (void)
 
void ResetChangedDescriptors (void)
 
void ResetChangedInstances (void)
 
void ResetChangedIds (void)
 
void ResetChangedValues (void)
 
void SetExistingText (edit::EExistingText existing_text)
 
void SetConstraint (CRef< CEditingActionConstraint > constraint)
 
void SetTopSeqEntry (CSeq_entry_Handle seh)
 
void SetCurrentSeqEntry (CSeq_entry_Handle seh)
 
CRef< CCmdCompositeGetActionCommand (void)
 
CConstRef< objects::CSeq_submit > GetSeqSubmit (void)
 
bool CheckValue (void)
 
bool CheckValues (void)
 
const vector< string > & GetValues (void)
 
void Apply (const string &value)
 
void Edit (const string &find, const string &replace, macro::CMacroFunction_EditStringQual::ESearchLoc edit_loc, bool case_insensitive, bool is_regex)
 
void Remove (void)
 
void RemoveOutside (CRef< macro::CRemoveTextOptions > options)
 
void ConvertFrom (ECapChange cap_change, bool leave_on_original, const string &strip_name, IEditingAction *destination)
 
void ConvertTo (const string &value, IEditingAction *source)
 
void CopyFrom (IEditingAction *destination)
 
void CopyTo (const string &value, IEditingAction *source)
 
void SwapFrom (IEditingAction *destination)
 
void SwapTo (const string &value, IEditingAction *source)
 
void ParseFrom (edit::CParseTextOptions parse_options, IEditingAction *destination)
 
void ParseTo (const string &value, IEditingAction *source)
 
void NOOP (void)
 
int CheckForExistingText (CIRef< IEditingAction > action2, EActionType action_type, edit::CParseTextOptions parse_options=edit::CParseTextOptions())
 
void SetUpdateMRNAProduct (bool value)
 
void SetRetranslateCds (bool value)
 
bool IsModified ()
 
void SetMaxRecords (size_t max)
 
- Public Member Functions inherited from CObject
 CObject (void)
 Constructor. More...
 
 CObject (const CObject &src)
 Copy constructor. More...
 
virtual ~CObject (void)
 Destructor. More...
 
CObjectoperator= (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
 

Protected Member Functions

virtual bool SameObject ()
 
virtual bool IsSetValue (void)
 
virtual string GetValue (void)
 
- Protected Member Functions inherited from CEditingActionSeqid
virtual void Find (EActionType action)
 
virtual void FindRelated (EActionType action)
 
virtual void Modify (EActionType action)
 
virtual void SwapContext (IEditingAction *source)
 
virtual void SetValue (const string &value)
 
virtual void ResetValue (void)
 
- Protected Member Functions inherited from IEditingAction
bool IsNOOP (EActionType action)
 
bool IsFrom (EActionType action)
 
bool IsTo (EActionType action)
 
bool IsCreateNew (EActionType action)
 
CIRef< IEditCommandGetUpdateMRNAProductNameCmd (const CSeq_feat_Handle fh, const CRef< CSeq_feat > feat)
 
CRef< CCmdCompositeGetRetranslateCdsCmd (const CSeq_feat_Handle fh, const CRef< CSeq_feat > feat, int &offset, bool create_general_only)
 
void Action (EActionType action)
 
void DoApply (void)
 
void DoEdit (void)
 
void DoRemove (void)
 
void DoRemoveOutside (void)
 
void DoConvertFrom (void)
 
void DoConvertTo (void)
 
void DoCopyFrom (void)
 
void DoCopyTo (void)
 
void DoSwapFrom (void)
 
void DoSwapTo (void)
 
void DoParseFrom (void)
 
void DoParseTo (void)
 
void DoNOOP (void)
 
void HandleValue (const string &value)
 
virtual void ResetScope ()
 
- Protected Member Functions inherited from CObject
virtual void DeleteThis (void)
 Virtual method "deleting" this object. More...
 

Private Attributes

string m_db
 

Additional Inherited Members

- Public Types inherited from IEditingAction
enum  EActionType {
  eActionType_NOOP = 0 , eActionType_Apply , eActionType_Edit , eActionType_Remove ,
  eActionType_RemoveOutside , eActionType_ConvertFrom , eActionType_CopyFrom , eActionType_ParseFrom ,
  eActionType_SwapFrom , eActionType_ConvertTo , eActionType_CopyTo , eActionType_ParseTo ,
  eActionType_SwapTo
}
 
- Public Types inherited from CObject
enum  EAllocFillMode { eAllocFillNone = 1 , eAllocFillZero , eAllocFillPattern }
 Control filling of newly allocated memory. More...
 
typedef CObjectCounterLocker TLockerType
 Default locker type for CRef. More...
 
typedef atomic< Uint8TCounter
 Counter type is CAtomiCounter. More...
 
typedef Uint8 TCount
 Alias for value type of counter. More...
 
- Static Public Member Functions inherited from CObject
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (void)
 Define method to throw null pointer exception. More...
 
static NCBI_XNCBI_EXPORT void ThrowNullPointerException (const type_info &type)
 
static EAllocFillMode GetAllocFillMode (void)
 
static void SetAllocFillMode (EAllocFillMode mode)
 
static void SetAllocFillMode (const string &value)
 Set mode from configuration parameter value. More...
 
- Static Public Member Functions inherited from CDebugDumpable
static void EnableDebugDump (bool on)
 
- Static Public Attributes inherited from CObject
static const TCount eCounterBitsCanBeDeleted = 1 << 0
 Define possible object states. More...
 
static const TCount eCounterBitsInPlainHeap = 1 << 1
 Heap signature was found. More...
 
static const TCount eCounterBitsPlaceMask
 Mask for 'in heap' state flags. More...
 
static const int eCounterStep = 1 << 2
 Skip over the "in heap" bits. More...
 
static const TCount eCounterValid = TCount(1) << (sizeof(TCount) * 8 - 2)
 Minimal value for valid objects (reference counter is zero) Must be a single bit value. More...
 
static const TCount eCounterStateMask
 Valid object, and object in heap. More...
 
- Protected Attributes inherited from CEditingActionSeqid
CRef< CSeq_idm_id
 
- Protected Attributes inherited from IEditingAction
map< CSeq_feat_Handle, CRef< CSeq_feat > > m_ChangedFeatures
 
map< CSeq_feat_Handle, CSeq_entry_Handlem_CreatedFeatures
 
map< const CSeqdesc *, CRef< CSeqdesc > > m_ChangedDescriptors
 
map< const CSeqdesc *, CSeq_entry_Handlem_ContextForDescriptors
 
map< const CSeqdesc *, CSeq_entry_Handlem_CreatedDescriptors
 
map< const CSeqdesc *, CSeq_entry_Handlem_DeletedDescriptors
 
map< CBioseq_Handle, CRef< CSeq_inst > > m_ChangedInstances
 
CRef< CSubmit_blockm_ChangedSubmitBlock
 
vector< stringm_ChangedValues
 
bool m_ChangedIds
 
string m_Name
 
CSeq_entry_Handle m_TopSeqEntry
 
CConstRef< objects::CSeq_submit > m_SeqSubmit
 
CSeq_entry_Handle m_CurrentSeqEntry
 
bool m_modified
 
IEditingActionm_Other
 
string m_value
 
string m_find
 
string m_replace
 
string m_strip_name
 
macro::CMacroFunction_EditStringQual::ESearchLoc m_edit_loc
 
bool m_case_insensitive
 
bool m_is_regex
 
CRef< macro::CRemoveTextOptions > m_remove_options
 
ECapChange m_cap_change
 
bool m_leave_on_original
 
edit::CParseTextOptions m_parse_options
 
edit::EExistingText m_existing_text
 
CRef< CEditingActionConstraintm_constraint
 
bool m_update_mrna
 
bool m_retranslate_cds
 
size_t m_max_records
 

Detailed Description

Definition at line 93 of file editing_action_seqid.hpp.

Constructor & Destructor Documentation

◆ CEditingActionGeneralIdTag()

CEditingActionGeneralIdTag::CEditingActionGeneralIdTag ( CSeq_entry_Handle  seh,
const string db 
)

Definition at line 200 of file editing_action_seqid.cpp.

Member Function Documentation

◆ GetValue()

string CEditingActionGeneralIdTag::GetValue ( void  )
protectedvirtual

◆ IsSetValue()

bool CEditingActionGeneralIdTag::IsSetValue ( void  )
protectedvirtual

◆ SameObject()

bool CEditingActionGeneralIdTag::SameObject ( )
protectedvirtual

Reimplemented from CEditingActionSeqid.

Definition at line 205 of file editing_action_seqid.cpp.

References IEditingAction::m_Other.

Member Data Documentation

◆ m_db

string CEditingActionGeneralIdTag::m_db
private

Definition at line 102 of file editing_action_seqid.hpp.

Referenced by IsSetValue().


The documentation for this class was generated from the following files:
Modified on Wed Apr 24 14:20:33 2024 by modify_doxy.py rev. 669887