#include <kcatalogue.h>
Public Methods | |
| KCatalogue (const QString &name=QString::null) | |
| KCatalogue (const KCatalogue &rhs) | |
| KCatalogue & | operator= (const KCatalogue &rhs) |
| virtual | ~KCatalogue () |
| QString | name () const |
| void | setFileName (const QString &fileName) |
| const char * | translate (const char *msgid) const |
Definition at line 36 of file kcatalogue.h.
|
|
Constructor.
|
|
|
Copy constructor. |
|
|
Destructor. |
|
|
Returns the name of the catalogue.
|
|
|
Assignment operator. |
|
|
Changes the current file name.
|
|
|
Retrieves a translation of the specified message id. Do not pass 0 or "" strings as message ids.
|
1.2.18