|
| | HeaderMap ()=default |
| |
| | HeaderMap (const HeaderMap &)=delete |
| |
| | ~HeaderMap () |
| |
| Header * | headerForPage (int pageNumber, int pageCount) const |
| |
| KDReports::HeaderLocations | headerLocation (Header *header) const |
| |
| qreal | height () const |
| |
| void | layoutWithTextWidth (qreal w) |
| |
| HeaderMap & | operator= (const HeaderMap &)=delete |
| |
| void | updateTextValue (const QString &id, const QString &newValue) |
| |
| | QMap () |
| |
| | QMap (const QMap< Key, T > &other) |
| |
| | QMap (const typename std::map< Key, T > &other) |
| |
| | QMap (QMap< Key, T > &&other) |
| |
| | QMap (std::initializer_list< std::pair< Key, T > > list) |
| |
| | ~QMap () |
| |
| QMap::iterator | begin () |
| |
| QMap::const_iterator | begin () const const |
| |
| QMap::const_iterator | cbegin () const const |
| |
| QMap::const_iterator | cend () const const |
| |
| void | clear () |
| |
| QMap::const_iterator | constBegin () const const |
| |
| QMap::const_iterator | constEnd () const const |
| |
| QMap::const_iterator | constFind (const Key &key) const const |
| |
| QMap::const_key_value_iterator | constKeyValueBegin () const const |
| |
| QMap::const_key_value_iterator | constKeyValueEnd () const const |
| |
| bool | contains (const Key &key) const const |
| |
| int | count () const const |
| |
| int | count (const Key &key) const const |
| |
| bool | empty () const const |
| |
| QMap::iterator | end () |
| |
| QMap::const_iterator | end () const const |
| |
| QPair< QMap::iterator, QMap::iterator > | equal_range (const Key &key) |
| |
| QPair< QMap::const_iterator, QMap::const_iterator > | equal_range (const Key &key) const const |
| |
| QMap::iterator | erase (QMap::iterator pos) |
| |
| QMap::iterator | find (const Key &key) |
| |
| QMap::const_iterator | find (const Key &key) const const |
| |
| T & | first () |
| |
| const T & | first () const const |
| |
| const Key & | firstKey () const const |
| |
| QMap::iterator | insert (const Key &key, const T &value) |
| |
| void | insert (const QMap< Key, T > &map) |
| |
| QMap::iterator | insert (QMap::const_iterator pos, const Key &key, const T &value) |
| |
| QMap::iterator | insertMulti (const Key &key, const T &value) |
| |
| QMap::iterator | insertMulti (QMap::const_iterator pos, const Key &key, const T &value) |
| |
| bool | isEmpty () const const |
| |
| const Key | key (const T &value, const Key &defaultKey) const const |
| |
| QMap::key_iterator | keyBegin () const const |
| |
| QMap::key_iterator | keyEnd () const const |
| |
| QList< Key > | keys () const const |
| |
| QList< Key > | keys (const T &value) const const |
| |
| QMap::key_value_iterator | keyValueBegin () |
| |
| QMap::const_key_value_iterator | keyValueBegin () const const |
| |
| QMap::key_value_iterator | keyValueEnd () |
| |
| QMap::const_key_value_iterator | keyValueEnd () const const |
| |
| T & | last () |
| |
| const T & | last () const const |
| |
| const Key & | lastKey () const const |
| |
| QMap::iterator | lowerBound (const Key &key) |
| |
| QMap::const_iterator | lowerBound (const Key &key) const const |
| |
| bool | operator!= (const QMap< Key, T > &other) const const |
| |
| QDataStream & | operator<< (QDataStream &out, const QMap< Key, T > &map) |
| |
| QMap< Key, T > & | operator= (const QMap< Key, T > &other) |
| |
| QMap< Key, T > & | operator= (QMap< Key, T > &&other) |
| |
| bool | operator== (const QMap< Key, T > &other) const const |
| |
| QDataStream & | operator>> (QDataStream &in, QMap< Key, T > &map) |
| |
| T & | operator[] (const Key &key) |
| |
| const T | operator[] (const Key &key) const const |
| |
| int | remove (const Key &key) |
| |
| int | size () const const |
| |
| void | swap (QMap< Key, T > &other) |
| |
| T | take (const Key &key) |
| |
| std::map< Key, T > | toStdMap () const const |
| |
| QList< Key > | uniqueKeys () const const |
| |
| QMap< Key, T > & | unite (const QMap< Key, T > &other) |
| |
| QMap::iterator | upperBound (const Key &key) |
| |
| QMap::const_iterator | upperBound (const Key &key) const const |
| |
| const T | value (const Key &key, const T &defaultValue) const const |
| |
| QList< T > | values () const const |
| |
| QList< T > | values (const Key &key) const const |
| |
Definition at line 46 of file KDReportsReport_p.h.