libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
pappso::FastaSeqHandler Class Reference

#include <fastahandlerinterface.h>

Inheritance diagram for pappso::FastaSeqHandler:
pappso::FastaHandlerInterface

Public Member Functions

const QString & getDescription () const
 
const QString & getSequence () const
 
void setSequence (const QString &description_in, const QString &sequence_in) override
 
- Public Member Functions inherited from pappso::FastaHandlerInterface

Private Attributes

QString description
 
QString sequence
 

Detailed Description

Definition at line 39 of file fastahandlerinterface.h.

Member Function Documentation

◆ getDescription()

const QString & pappso::FastaSeqHandler::getDescription ( ) const
inline

Definition at line 43 of file fastahandlerinterface.h.

44 {
45 return description;
46 };

References description.

◆ getSequence()

const QString & pappso::FastaSeqHandler::getSequence ( ) const
inline

Definition at line 48 of file fastahandlerinterface.h.

49 {
50 return sequence;
51 };

References sequence.

◆ setSequence()

void pappso::FastaSeqHandler::setSequence ( const QString & description_in,
const QString & sequence_in )
inlineoverridevirtual

Implements pappso::FastaHandlerInterface.

Definition at line 53 of file fastahandlerinterface.h.

55 {
56 description = description_in;
57 sequence = sequence_in;
58 };

References description, and sequence.

Member Data Documentation

◆ description

QString pappso::FastaSeqHandler::description
private

Definition at line 61 of file fastahandlerinterface.h.

Referenced by getDescription(), and setSequence().

◆ sequence

QString pappso::FastaSeqHandler::sequence
private

Definition at line 62 of file fastahandlerinterface.h.

Referenced by getSequence(), and setSequence().


The documentation for this class was generated from the following file: