kaddressbookview.cpp
164 TQPopupMenu *menu = static_cast<TQPopupMenu*>( mCore->guiClient()->factory()->container( "RMBPopup",
bool filterAddressee(const TDEABC::Addressee &a) const
Apply the filter to the addressee.
Definition: filter.cpp:75
virtual TQStringList selectedUids()=0
Must be overloaded in subclasses.
const TQString & defaultFilterName() const
Definition: kaddressbookview.cpp:147
TQWidget * viewWidget()
This method returns the widget that should be used as the parent for all view components.
Definition: kaddressbookview.cpp:170
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
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.
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
This widget is the base class for all view configuration widgets.
Definition: viewconfigurewidget.h:49