#include <listzonacomercialview.h>
Inheritance diagram for ListZonaComercialView:

Public Slots | |
| virtual void | on_mui_aceptar_clicked () |
Public Member Functions | |
| ListZonaComercialView (Company *, QWidget *) | |
| ~ListZonaComercialView () | |
Definition at line 55 of file listzonacomercialview.h.
| comp | ||
| parent |
Definition at line 45 of file listzonacomercialview.cpp.
References _depura(), ListZonaComercialSubForm::cargar(), Ficha::meteWindow(), Ui_ListZonaComercialBase::mui_listado, SubForm2Bf::setEmpresaBase(), and Ui_ListZonaComercialBase::setupUi().
00046 : FichaBf (comp, parent) { 00047 _depura("INIT_ListZonaComercialView::ListZonaComercialView", 0); 00048 setAttribute(Qt::WA_DeleteOnClose); 00049 setupUi(this); 00050 mui_listado->setEmpresaBase(comp); 00051 mui_listado->cargar(); 00052 meteWindow(windowTitle(), this); 00053 _depura("END_ListZonaComercialView::ListZonaComercialView", 0); 00054 }
| ListZonaComercialView::~ListZonaComercialView | ( | ) |
Definition at line 60 of file listzonacomercialview.cpp.
References _depura(), FichaBf::empresaBase(), and EmpresaBase::sacaWindow().
00060 { 00061 _depura("ListZonaComercialView::~ListZonaComercialView", 0); 00062 empresaBase()->sacaWindow(this); 00063 _depura("ListZonaComercialView::~ListZonaComercialView", 0); 00064 }
| virtual void ListZonaComercialView::on_mui_aceptar_clicked | ( | ) | [inline, virtual, slot] |
Reimplemented from Ficha.
Definition at line 63 of file listzonacomercialview.h.
References SubForm3::guardar(), and Ui_ListZonaComercialBase::mui_listado.
00063 { 00064 mui_listado->guardar(); 00065 close(); 00066 };
1.5.1