The widget representing the PubChem search widget.
More...
#include <cPubChemSearchWidget.h>
|
| cPubChemSearchWidget () |
| The constructor.
|
|
| ~cPubChemSearchWidget () |
| The destructor.
|
|
void | setHTML (string html) |
| Set the HTML text into the widget. More...
|
|
string | getHTML () |
| Get the HTML text from the widget. More...
|
|
void | closeEvent (QCloseEvent *event) |
| Handle the window close event. More...
|
|
void | store (ofstream &os) |
| Store the content into an output stream. More...
|
|
void | load (ifstream &is) |
| Load the content from an input stream. More...
|
|
The widget representing the PubChem search widget.
◆ closeEvent()
void cPubChemSearchWidget::closeEvent |
( |
QCloseEvent * |
event | ) |
|
Handle the window close event.
- Parameters
-
event | pointer to QCloseEvent |
◆ getHTML()
string cPubChemSearchWidget::getHTML |
( |
| ) |
|
Get the HTML text from the widget.
- Return values
-
◆ keyPressEvent()
void cPubChemSearchWidget::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
Handle a key press event.
- Parameters
-
event | pointer to QKeyEvent |
◆ load()
void cPubChemSearchWidget::load |
( |
ifstream & |
is | ) |
|
Load the content from an input stream.
- Parameters
-
◆ setHTML()
void cPubChemSearchWidget::setHTML |
( |
string |
html | ) |
|
Set the HTML text into the widget.
- Parameters
-
html | string with the HTML text |
◆ store()
void cPubChemSearchWidget::store |
( |
ofstream & |
os | ) |
|
Store the content into an output stream.
- Parameters
-
The documentation for this class was generated from the following files: