From 454eba9982f1a898e914b558f2ceac913fdf3b5c Mon Sep 17 00:00:00 2001 From: drw Date: Thu, 23 Jan 2003 00:52:29 +0000 Subject: Code optimizations for main window --- (limited to 'noncore/settings/aqpkg/networkpkgmgr.h') diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h deleted file mode 100644 index 99eff2e..0000000 --- a/noncore/settings/aqpkg/networkpkgmgr.h +++ b/dev/null @@ -1,100 +0,0 @@ -/*************************************************************************** - networkpkgmgr.h - description - ------------------- - begin : Mon Aug 26 13:32:30 BST 2002 - copyright : (C) 2002 by Andy Qua - email : andy.qua@blueyonder.co.uk - ***************************************************************************/ - -/*************************************************************************** - * * - * 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 NETWORKPKGMGR_H -#define NETWORKPKGMGR_H - -#include -#include -#include -#include -#include -#include - -#include "datamgr.h" - -class InstallData; - -/** NetworkPackageManager is the base class of the project */ -class NetworkPackageManager : public QWidget -{ - Q_OBJECT -public: - /** construtor */ - NetworkPackageManager( QWidget* parent=0, const char *name=0 ); - /** destructor */ - ~NetworkPackageManager(); - - void setDataManager( DataManager *dm ); - void selectLocalPackage( const QString &pkg ); - void updateData(); - void searchForPackage( const QString & ); - void showOnlyUninstalledPackages( bool val ); - void showOnlyInstalledPackages( bool val ); - void showUpgradedPackages( bool val ); - bool filterByCategory( bool val ); - bool setFilterCategory(); - -private: - DataManager *dataMgr; - - QComboBox *serversList; - QListView *packagesList; - - QPixmap installedIcon; - QPixmap updatedIcon; - - QString currentlySelectedServer; - QString categoryFilter; - - bool categoryFilterEnabled; - bool showJumpTo; - bool showUninstalledPkgs; - bool showInstalledPkgs; - bool showUpgradedPkgs; - - bool downloadEnabled; - - void initGui(); - void showProgressDialog( char *initialText ); - void downloadSelectedPackages(); - void downloadRemotePackage(); - void serverSelected( int index, bool showProgress ); - - InstallData dealWithItem( QCheckListItem *item ); - QString stickyOption; - -signals: - void appRaiseMainWidget(); - void appRaiseProgressWidget(); - void appEnableUpgrade( bool ); - void appEnableDownload( bool ); - void progressSetSteps( int ); - void progressSetMessage( const QString & ); - void progressUpdate( int ); - -public slots: - void applyChanges(); - void upgradePackages(); - void downloadPackage(); - void updateServer(); - void displayText( const QString &t ); - void letterPushed( QString t ); - void serverSelected( int index ); -}; - -#endif -- cgit v0.9.0.2