/***************************************************************************
mipsimview.h - description
-------------------
begin : mié nov 22 06:36:10 CET 2000
copyright : (C) 2000 by Jose Maria Requena Lopez
email : jmrequena@larural.es
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef MIPSIMVIEW_H
#define MIPSIMVIEW_H
#include <qwidget.h>
#include "mipsimdoc.h"
class MipsimView : public QWidget
{
Q_OBJECT
public:
MipsimView(QWidget *parent=0, MipsimDoc* doc=0); //Constructor de la vista
~MipsimView(); //Destructor
protected slots:
void slotDocumentChanged(); //Manejador del evento documento
//alterado
};
#endif
| Generated by: root@localhost.localdomain on Sat Dec 2 02:26:22 200. |