ListZonaComercialView Class Reference

#include <listzonacomercialview.h>

Inheritance diagram for ListZonaComercialView:

FichaBf Ui_ListZonaComercialBase Ficha BLWidget DBRecord dialogChanges QWidget PEmpresaBase

Public Slots

virtual void on_mui_aceptar_clicked ()

Public Member Functions

 ListZonaComercialView (Company *, QWidget *)
 ~ListZonaComercialView ()

Detailed Description

Definition at line 55 of file listzonacomercialview.h.


Constructor & Destructor Documentation

ListZonaComercialView::ListZonaComercialView ( Company comp,
QWidget parent 
)

Parameters:
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 }


Member Function Documentation

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     };


The documentation for this class was generated from the following files:
Generated on Sat Dec 15 00:02:00 2007 for BulmaGes by  doxygen 1.5.1