copasi API
0.1
|
#include <CQNotes.h>
Public Member Functions | |
CQNotes (QWidget *parent=0, const char *name=0) | |
~CQNotes () | |
virtual bool | update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key) |
virtual bool | leave () |
Protected Slots | |
void | slotToggleMode () |
void | slotOpenUrl (const QUrl &url) |
void | slotValidateXML () |
Protected Member Functions | |
virtual bool | enterProtected () |
CQNotes::CQNotes | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
CQNotes::~CQNotes | ( | ) |
bool CQNotes::enterProtected | ( | ) | [protected, virtual] |
Reimplemented from CopasiWidget.
bool CQNotes::leave | ( | ) | [virtual] |
Reimplemented from CopasiWidget.
void CQNotes::slotOpenUrl | ( | const QUrl & | url | ) | [protected, slot] |
void CQNotes::slotToggleMode | ( | ) | [protected, slot] |
void CQNotes::slotValidateXML | ( | ) | [protected, slot] |
bool CQNotes::update | ( | ListViews::ObjectType | objectType, |
ListViews::Action | action, | ||
const std::string & | key | ||
) | [virtual] |
Reimplemented from CopasiWidget.