kalzium/libscience
#include <psetables.h>
Public Member Functions | |
~pseTables () | |
pseTable * | getTabletype (const int tableType) |
pseTable * | getTabletype (const QString tableType) |
QStringList | tables () const |
Static Public Member Functions | |
static pseTables * | instance () |
Detailed Description
Holds all periodic system tables and make them accessible.
Provides functions to easyli create pse tables with qGridLayouts or qGraphicsView.
creating a table for the gridlayout
position elements in a qGraphicsScene
getting the position of the Numerations for the periodic system of elements (j)
Provides shape and elements of diferent peridic tables of elements
Definition at line 68 of file psetables.h.
Constructor & Destructor Documentation
pseTables::~pseTables | ( | ) |
Definition at line 37 of file psetables.cpp.
Member Function Documentation
pseTable * pseTables::getTabletype | ( | const int | tableType | ) |
Returns the KalziumTableType with the id
specified.
It will gives 0 if none found.
Definition at line 57 of file psetables.cpp.
Returns the KalziumTableType whose name is the id
specified.
It will gives 0 if none found.
Definition at line 66 of file psetables.cpp.
|
static |
Definition at line 41 of file psetables.cpp.
QStringList pseTables::tables | ( | ) | const |
Returns a list with the names of the table types we support.
Definition at line 47 of file psetables.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.