KDE PIM / Developers / API Docs / kaddressbook

ViewManager Class Reference

The view manager manages the views and everything related to them. More...

#include <viewmanager.h>

Inherits QWidget.

List of all members.

Public Slots

Signals

Public Member Functions

Protected Slots


Detailed Description

The view manager manages the views and everything related to them.

The manager will load the views at startup and display a view when told to make one active.

The view manager will also create and manage all dialogs directly related to views (ie: AddView, ConfigureView, DeleteView, etc).


Member Function Documentation

void ViewManager::dropped QDropEvent *   )  [protected, slot]
 

Called whenever the user drops something in the active view.

This method will try to decode what was dropped, and if it was a valid addressee, add it to the addressbook.

void ViewManager::startDrag  )  [protected, slot]
 

Called whenever the user attempts to start a drag in the view.

This method will convert all the selected addressees into text (vcard) and create a drag object.

void ViewManager::selected const QString &  uid  )  [signal]
 

Emitted whenever the user selects an entry in the view.

void ViewManager::executed const QString &  uid  )  [signal]
 

Emitted whenever the user activates an entry in the view.

void ViewManager::modified  )  [signal]
 

Emitted whenever the address book is modified in some way.

void ViewManager::urlDropped const KURL &   )  [signal]
 

Emitted whenever a url is dragged on a view.

void ViewManager::sortFieldChanged  )  [signal]
 

Emitted whenever the sort field of a view has changed.

void ViewManager::viewFieldsChanged  )  [signal]
 

Emitted whenever the view fields changed.


The documentation for this class was generated from the following files: