Classified ads
|
class for allowing edit of profile readers list More...
#include <profilereadersdialog.h>
Signals | |
void | error (MController::CAErrorSituation aError, const QString &aExplanation) |
Public Member Functions | |
ProfileReadersDialog (QWidget *aParent, MController *aController, Profile &aProfile) | |
~ProfileReadersDialog () | |
Protected Member Functions | |
void | timerEvent (QTimerEvent *event) |
Private Slots | |
void | closeButtonClicked () |
void | addButtonClicked () |
void | removeButtonClicked () |
void | viewProfileSelected () |
Private Attributes | |
Ui_profileReadersDialog | ui |
MController * | iController |
ProfileSearchModel * | iSearchModel |
int | iTimerId |
QString | iPreviousSearchFieldContent |
Profile & | iProfile |
ProfileReadersListingModel * | iListingModel |
QAction * | iViewProfileAction |
class for allowing edit of profile readers list
ProfileReadersDialog::ProfileReadersDialog | ( | QWidget * | aParent, |
MController * | aController, | ||
Profile & | aProfile | ||
) |
Constructor.
aParent | is owner-window of this dialog |
aController | application controller reference |
aProfile | is profile whose readers are listed |
ProfileReadersDialog::~ProfileReadersDialog | ( | ) |
destructor
|
privateslot |
|
privateslot |
|
signal |
|
privateslot |
|
protected |
method used to check for changes in users search-field ; this way user can keep on typing and we can perform the search when field content changes ..
|
privateslot |
|
private |
|
private |
datamodel that lists names in nifty manner
|
private |
|
private |
|
private |
datamodel that does search
|
private |
|
private |
|
private |