#include <senderlistdialog.h>
Public Types | |
enum | ListType { Black, White } |
Public Member Functions | |
SenderListDialog (QWidget *parent=0, ListType list=Black) | |
~SenderListDialog () |
Definition at line 47 of file senderlistdialog.h.
Type of list.
Definition at line 57 of file senderlistdialog.h.
SenderListDialog::SenderListDialog | ( | QWidget * | parent = 0 , |
|
ListType | list = Black | |||
) | [explicit] |
Constructor
parent | parent widget | |
list | list which shall be opened |
Definition at line 21 of file senderlistdialog.cpp.
SenderListDialog::~SenderListDialog | ( | ) |
Destructor
Definition at line 94 of file senderlistdialog.cpp.