This class implements the view of the periodic table showing all elements.
More...
#include <avogadro/qtgui/periodictableview.h>
- Author
- Marcus D. Hanwell This is the class that actually draws the widget onto screen. This is the class that should normally be instantiated in order to display a Periodic Table.
- Returns
- The currently selected element.
void setElement |
( |
int |
element_ | ) |
|
|
slot |
- Parameters
-
element | The currently selected element. |
void clearKeyPressBuffer |
( |
| ) |
|
|
slot |
This slot is called to clear the key buffer (e.g. after a delay in typing).
void elementChanged |
( |
int |
element | ) |
|
|
signal |
void mouseDoubleClickEvent |
( |
QMouseEvent * |
event | ) |
|
|
protected |
void keyPressEvent |
( |
QKeyEvent * |
event_ | ) |
|
|
protected |
Handles the keyboard events to change the active element.
void resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
protected |
The documentation for this class was generated from the following file: