kdevcoderepository.h
Go to the documentation of this file.
Code repository - the persistent symbol store accessor.
Definition: kdevcoderepository.h:48
void setMainCatalog(Catalog *mainCatalog)
Sets the main catalog.
Definition: kdevcoderepository.cpp:44
TQValueList< Catalog * > registeredCatalogs()
Definition: kdevcoderepository.cpp:66
void registerCatalog(Catalog *catalog)
Registers catalog in the repository.
Definition: kdevcoderepository.cpp:49
void catalogRegistered(Catalog *catalog)
Emitted when a new catalog is registered.
void catalogUnregistered(Catalog *catalog)
Emitted when a catalog in removed.
void unregisterCatalog(Catalog *catalog)
Unregisters catalog from the repository.
Definition: kdevcoderepository.cpp:55
void catalogChanged(Catalog *catalog)
Emitted when the contens of catalog is changed.
void touchCatalog(Catalog *catalog)
Marks catalog as changed and emits catalogChanged signal.
Definition: kdevcoderepository.cpp:61