libpappsomspp
Library for mass spectrometry
|
#include <httpbutton.h>
Public Member Functions | |
HttpButton (QWidget *parent=nullptr) | |
~HttpButton () | |
void | setText (const QString &text) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *e) override |
const QUrl | getOlsUrl (QString psimod_accession) |
const QUrl | getPubMedUrl (QString accession) |
const QUrl | getRESIDUrl (QString accession) |
const QUrl | getChEBIUrl (QString accession) |
const QUrl | getUnimodUrl (QString accession) |
Definition at line 40 of file httpbutton.h.
|
explicit |
Default constructor
Definition at line 38 of file httpbutton.cpp.
pappso::HttpButton::~HttpButton | ( | ) |
|
protected |
Definition at line 124 of file httpbutton.cpp.
Referenced by mousePressEvent().
|
protected |
Definition at line 93 of file httpbutton.cpp.
Referenced by mousePressEvent().
|
protected |
Definition at line 104 of file httpbutton.cpp.
Referenced by mousePressEvent().
|
protected |
Definition at line 114 of file httpbutton.cpp.
Referenced by mousePressEvent().
|
protected |
Definition at line 135 of file httpbutton.cpp.
Referenced by mousePressEvent().
|
overrideprotected |
Definition at line 48 of file httpbutton.cpp.
References getChEBIUrl(), getOlsUrl(), getPubMedUrl(), getRESIDUrl(), and getUnimodUrl().
void pappso::HttpButton::setText | ( | const QString & | text | ) |
Definition at line 86 of file httpbutton.cpp.
Referenced by pappso::OboTermForm::parseDefinitionLabel().