/***************************************************************************
                          NewKrnview.h  -  description
                             -------------------
    begin                : Tue Jun  8 12:09:50 /etc/localtime 1999
 
    copyright            : (C) 1999 by Roberto Alsina
    email                : ralsina@unl.edu.ar
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   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 NewKrnVIEW_H
#define NewKrnVIEW_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include <kapp.h>
#include <qsplitter.h>


#include "newkrndoc.h"

class QListView;
class QListViewItem;
class ConnMgrWidget;
class ServersRoot;
class GroupReader;
class KTabCtl;

/**
  * This class provides an incomplete base for your application view.
   */

class NewKrnView : public QSplitter
{
    Q_OBJECT

public:
    /** Constructor for the main view */
    NewKrnView(KApplication* a=0,NewKrnDoc* doc=0,QWidget *parent = 0);
    /** Destructor for the main view */
    ~NewKrnView();
    QListView *groupTree;
    ConnMgrWidget *connections;
    NewKrnDoc *doc;
    ServersRoot *sr;
    QSplitter *horiz;
    KTabCtl *readers;
    //    GroupReader *greader;
public slots:
    void rightClick(QListViewItem *);
    void openGroup(QListViewItem *);
private:

};

#endif // NewKrnVIEW_H














Documentation generated by ralsina@thurman.localnet on Tue Jun 22 16:27:40 /etc/localtime 1999