CycloBranch
cSequenceDatabaseWidget Class Reference

An editor of sequences database. More...

#include <cSequenceDatabaseWidget.h>

Inheritance diagram for cSequenceDatabaseWidget:

Public Member Functions

 cSequenceDatabaseWidget (cGlobalPreferences *globalpreferences, QWidget *parent=(QWidget *) 0)
 The constructor. More...
 
 ~cSequenceDatabaseWidget ()
 The destructor.
 
void closeEvent (QCloseEvent *event)
 Handle the window close event. More...
 
void importSequence (int peptidetypeindex, QString sequence)
 Import a new sequence. More...
 
void applyGlobalPreferences (cGlobalPreferences *globalpreferences)
 Apply new global preferences. More...
 

Protected Member Functions

void keyPressEvent (QKeyEvent *event)
 Handle a key press event. More...
 

Detailed Description

An editor of sequences database.

Constructor & Destructor Documentation

◆ cSequenceDatabaseWidget()

cSequenceDatabaseWidget::cSequenceDatabaseWidget ( cGlobalPreferences globalpreferences,
QWidget *  parent = (QWidget *)0 
)

The constructor.

Parameters
globalpreferencesglobal preferences of the application
parentpointer to a parent widget

Member Function Documentation

◆ applyGlobalPreferences()

void cSequenceDatabaseWidget::applyGlobalPreferences ( cGlobalPreferences globalpreferences)

Apply new global preferences.

Parameters
globalpreferencesglobal preferences of the application

◆ closeEvent()

void cSequenceDatabaseWidget::closeEvent ( QCloseEvent *  event)

Handle the window close event.

Parameters
eventpointer to QCloseEvent

◆ importSequence()

void cSequenceDatabaseWidget::importSequence ( int  peptidetypeindex,
QString  sequence 
)

Import a new sequence.

Parameters
peptidetypeindexan index of current peptide type
sequencesequence

◆ keyPressEvent()

void cSequenceDatabaseWidget::keyPressEvent ( QKeyEvent *  event)
protected

Handle a key press event.

Parameters
eventpointer to QKeyEvent

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