#include <kbjoblist.h>
Definition at line 47 of file kbjoblist.h.
Public Member Functions | |
KBJobListView (QWidget *parent=0, const char *name=0) | |
virtual | ~KBJobListView () |
void | addJob (AB_JOB *j) |
void | addJobs (const std::list< AB_JOB * > &js) |
AB_JOB * | getCurrentJob () |
std::list< AB_JOB * > | getSelectedJobs () |
KBJobListView::KBJobListView | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
virtual KBJobListView::~KBJobListView | ( | ) | [virtual] |
void KBJobListView::addJob | ( | AB_JOB * | j | ) |
void KBJobListView::addJobs | ( | const std::list< AB_JOB * > & | js | ) |
AB_JOB* KBJobListView::getCurrentJob | ( | ) |
std::list<AB_JOB*> KBJobListView::getSelectedJobs | ( | ) |