FactDev
0.1
|
The ContributoriesWidget class Widget of Contributories. More...
#include <contributorieswidget.h>
Public Slots | |
void | add (void) |
ContributoriesWidget::add Add a new empty contributory. | |
void | remove (void) |
ContributoriesWidget::remove Remove the current contributory. | |
void | addProject (QPair< Project *, Rate > *p=0) |
ContributoriesWidget::addProject Add a Projet and it rate p More... | |
void | removeProject (void) |
ContributoriesWidget::removeProject Remove the current Project. | |
void | changeProject (void) |
ContributoriesWidget::changeProject Change the current Project. | |
void | editing (void) |
ContributoriesWidget::editing Remove the current Project in the combobox not used. | |
void | updateUi (void) |
ContributoriesWidget::updateUi Update the User Interface. | |
void | updatePrice (void) |
ContributoriesWidget::updatePrice Update total price. | |
Signals | |
void | contributoryChanged () |
ContributoriesWidget::contributoryChanged Signal that a contributory has changed. | |
Public Member Functions | |
ContributoriesWidget (QSharedPointer< Customer > c, QWidget *parent=0) | |
ContributoriesWidget::ContributoriesWidget Construct a ContributoriesWidget. More... | |
ContributoriesList * | getContributories () const |
ContributoriesWidget::getContributories Get contributories List. More... | |
int | count () |
ContributoriesWidget::count Numbers of contributories. More... | |
void | add (ContributoriesList &list) |
ContributoriesWidget::add Add contributorieslist list in the model. More... | |
void | responsiveProjectsTable () |
ContributoriesList::responsiveProjectsTable Update UI to do responsive projects table. | |
void | responsiveContributoriesTable (QTableView *view) |
ContributoriesList::responsiveContributoriesTable Update the contributories table view to do responsive. More... | |
The ContributoriesWidget class Widget of Contributories.
|
explicit |
ContributoriesWidget::ContributoriesWidget Construct a ContributoriesWidget.
c | Customer |
parent | Widget parent |
void Gui::Widgets::ContributoriesWidget::add | ( | ContributoriesList & | list | ) |
ContributoriesWidget::add Add contributorieslist list in the model.
list | the ContributoriesList |
ContributoriesWidget::addProject Add a Projet and it rate p
p | Rate linked to Project |
int Gui::Widgets::ContributoriesWidget::count | ( | ) |
ContributoriesWidget::count Numbers of contributories.
ContributoriesList * Gui::Widgets::ContributoriesWidget::getContributories | ( | ) | const |
ContributoriesWidget::getContributories Get contributories List.
void Gui::Widgets::ContributoriesWidget::responsiveContributoriesTable | ( | QTableView * | view | ) |
ContributoriesList::responsiveContributoriesTable Update the contributories table view to do responsive.
view | Specific contributories table |