kaddressbookview.h
virtual TDEABC::Field * sortField() const =0
virtual TQStringList selectedUids()=0
Must be overloaded in subclasses.
void startDrag()
This signal is emitted whenever a user attempts to start a drag in the view.
virtual TQString type() const =0
Return the type of the view: Icon, Table, etc.
const TQString & defaultFilterName() const
Definition kaddressbookview.cpp:147
void viewFieldsChanged()
Emitted whenever the view fields changed.
TQWidget * viewWidget()
This method returns the widget that should be used as the parent for all view components.
Definition kaddressbookview.cpp:170
void dropped(TQDropEvent *)
This signal is emitted whenever the user drops something on the view.
void popup(const TQPoint &point)
Call this slot to popup a rmb menu.
Definition kaddressbookview.cpp:157
DefaultFilterType defaultFilterType() const
Definition kaddressbookview.cpp:142
virtual void refresh(const TQString &uid=TQString())=0
Must be overloaded in subclasses to refresh the view.
void selected(const TQString &uid)
This signal should be emitted by a subclass whenever an addressee is selected.
virtual TQString selectedEmails()
Returns a TQString with all the selected email addresses concatenated together with a ',...
Definition kaddressbookview.cpp:72
virtual void setSelected(const TQString &uid=TQString(), bool selected=true)=0
This method must be overloaded in subclasses.
virtual void writeConfig(TDEConfig *)
Called whenever this view should write the config.
Definition kaddressbookview.cpp:67
void executed(const TQString &uid)
This signal should be emitted by a subclass whenever an addressee is executed.
TDEABC::Addressee::List addressees()
Returns a list of the addressees that should be displayed.
Definition kaddressbookview.cpp:104
virtual void setFirstSelected(bool selected=true)=0
Selects the first contact in the view.
void modified()
This signal should be emitted by a subclass whenever an addressee is modified.
virtual void readConfig(TDEConfig *config)
Called whenever this view should read the config.
Definition kaddressbookview.cpp:56
TDEABC::Field::List fields() const
Returns a list of the fields that should be displayed.
Definition kaddressbookview.cpp:132
void sortFieldChanged()
This signal is emitted whenever the sort field changed.
This widget is the base class for all view configuration widgets.
Definition viewconfigurewidget.h:49
