kalzium/libscience
psetables.cpp
Go to the documentation of this file.
113 return index != -1 && ( index < m_elementList.count() - 1 ) ? m_elementList.at( index + 1 ) : -1;
171 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << 18;
177 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << 18 <<
178 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << 18 << //Element 54 (Xe)
179 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << //Element 58 (Ce) 71 (Lu)
181 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 << 10 << 11 << 12 << 13 << 14 << 15 << 16 << 17 << //Element 71 (Lr)
190 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << 5 << //Element 54 (Xe)
191 6 << 6 << 6 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << 9 << //Element 71 (Lr)
193 7 << 7 << 7 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 << 10 <<
220 1 << 2 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 0 << 3 << 4 << 5 << 6 << 7 << 8 << 9 <<10 <<11 <<12 <<13 <<14 <<15 <<16 <<17 <<18;
228 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 <<10 <<11 <<12 <<13 <<14 <<15 <<16 <<17 <<18 <<19 <<20 <<21 <<22 <<23 <<24 <<25 <<26 <<27 <<28 <<29 <<30 <<31 <<32 <<
229 1 << 2 << 3 << 4 << 5 << 6 << 7 << 8 << 9 <<10 <<11 <<12 <<13 <<14 <<15 <<16 <<17 <<18 <<19 <<20 <<21 <<22 <<23 <<24 <<25 <<26 <<27 <<28 <<29 <<30 <<31 <<32
238 6 << 6 << 6 << 6 << 6 << 6 << 6 << 6 << 6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<6 <<
239 7 << 7 << 7 << 7 << 7 << 7 << 7 << 7 << 7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7 <<7
virtual int firstElement() const
Returns the first element of the table.
Definition: psetables.cpp:116
virtual QPoint tableSize() const
Returns the maximal size of the periodic table.
Definition: psetables.cpp:140
virtual QString description() const
Returns a short description of the periodic table in use.
Definition: psetables.cpp:94
const T & at(int i) const
virtual QPoint elementCoords(int element) const
Returns the coordinates of an element element in the periodic system.
Definition: psetables.cpp:126
virtual QList< int > elements() const
Returns a list with all elements in the actual periodic table.
Definition: psetables.cpp:99
Definition: psetables.h:188
QStringList tables() const
Returns a list with the names of the table types we support.
Definition: psetables.cpp:47
int indexOf(const T &value, int from) const
int count(const T &value) const
void append(const T &value)
pseTable * getTabletype(const int tableType)
Returns the KalziumTableType with the id specified.
Definition: psetables.cpp:57
T & first()
virtual int numerationAtPos(int xPos) const
Returns the Numeration for the current Table according to the position in the Table.
Definition: psetables.cpp:154
virtual int previousOf(int element) const
Returns the element that comes right before the specified element.
Definition: psetables.cpp:104
Definition: psetables.h:215
T & last()
Definition: psetables.h:224
Definition: psetables.h:197
Definition: psetables.h:206
virtual int nextOf(int element) const
Returns the element that comes right after the specified element.
Definition: psetables.cpp:110
virtual int lastElement() const
Returns the last element of the table.
Definition: psetables.cpp:121
This file is part of the KDE documentation.
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
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.