lokalize
StatusBarProxy Class Reference
  #include <actionproxy.h>
Inheritance diagram for StatusBarProxy:

Public Member Functions | |
| StatusBarProxy () | |
| ~StatusBarProxy () | |
| void | insert (int, const QString &) | 
| void | registerStatusBar (KStatusBar *) | 
| void | unregisterStatusBar () | 
  Public Member Functions inherited from QMap< int, QString > | |
| QMap () | |
| QMap (const QMap< Key, T > &other) | |
| QMap (const std::map< Key, T > &other) | |
| ~QMap () | |
| iterator | begin () | 
| const_iterator | begin () const | 
| void | clear () | 
| const_iterator | constBegin () const | 
| const_iterator | constEnd () const | 
| const_iterator | constFind (const Key &key) const | 
| bool | contains (const Key &key) const | 
| int | count () const | 
| int | count (const Key &key) const | 
| bool | empty () const | 
| iterator | end () | 
| const_iterator | end () const | 
| iterator | erase (iterator pos) | 
| void | erase (const Key &key) | 
| iterator | find (const Key &key) | 
| const_iterator | find (const Key &key) const | 
| iterator | insert (const Key &key, const T &value) | 
| iterator | insert (const Key &key, const T &value, bool overwrite) | 
| iterator | insertMulti (const Key &key, const T &value) | 
| bool | isEmpty () const | 
| const Key | key (const T &value) const | 
| const Key | key (const T &value, const Key &defaultKey) const | 
| QList< Key > | keys (const T &value) const | 
| QList< Key > | keys () const | 
| iterator | lowerBound (const Key &key) | 
| const_iterator | lowerBound (const Key &key) const | 
| bool | operator!= (const QMap< Key, T > &other) const | 
| QMap< Key, T > & | operator= (const QMap< Key, T > &other) | 
| bool | operator== (const QMap< Key, T > &other) const | 
| T & | operator[] (const Key &key) | 
| const T | operator[] (const Key &key) const | 
| int | remove (const Key &key) | 
| iterator | remove (iterator it) | 
| iterator | replace (const Key &key, const T &value) | 
| int | size () const | 
| void | swap (QMap< Key, T > &other) | 
| T | take (const Key &key) | 
| std::map< Key, T > | toStdMap () const | 
| QList< Key > | uniqueKeys () const | 
| QMap< Key, T > & | unite (const QMap< Key, T > &other) | 
| const_iterator | upperBound (const Key &key) const | 
| iterator | upperBound (const Key &key) | 
| const T | value (const Key &key, const T &defaultValue) const | 
| const T | value (const Key &key) const | 
| QList< T > | values () const | 
| QList< T > | values (const Key &key) const | 
Additional Inherited Members | |
  Public Attributes inherited from QMap< int, QString > | |
| typedef | ConstIterator | 
| typedef | difference_type | 
| typedef | Iterator | 
| typedef | key_type | 
| typedef | mapped_type | 
| typedef | size_type | 
Detailed Description
Definition at line 75 of file actionproxy.h.
Constructor & Destructor Documentation
      
  | 
  inline | 
Definition at line 78 of file actionproxy.h.
      
  | 
  inline | 
Definition at line 79 of file actionproxy.h.
Member Function Documentation
| void StatusBarProxy::insert | ( | int | key, | 
| const QString & | str | ||
| ) | 
Definition at line 97 of file actionproxy.cpp.
| void StatusBarProxy::registerStatusBar | ( | KStatusBar * | bar | ) | 
Definition at line 104 of file actionproxy.cpp.
      
  | 
  inline | 
Definition at line 84 of file actionproxy.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 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:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from