summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/pksettings.h
authortille <tille>2002-07-17 10:59:08 (UTC)
committer tille <tille>2002-07-17 10:59:08 (UTC)
commit1a6f157f6a83a73907dcd4c4da1d7b24cb19dc5c (patch) (unidiff)
tree3acd973e7c21d98aae401134aaa7fb1b8c84aa30 /noncore/unsupported/oipkg/pksettings.h
parent3fed427aa17245af52574795a62249607f90b0bf (diff)
downloadopie-1a6f157f6a83a73907dcd4c4da1d7b24cb19dc5c.zip
opie-1a6f157f6a83a73907dcd4c4da1d7b24cb19dc5c.tar.gz
opie-1a6f157f6a83a73907dcd4c4da1d7b24cb19dc5c.tar.bz2
added destination toolbar
Diffstat (limited to 'noncore/unsupported/oipkg/pksettings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/pksettings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/noncore/unsupported/oipkg/pksettings.h b/noncore/unsupported/oipkg/pksettings.h
index 8f9fe62..d66c4e8 100644
--- a/noncore/unsupported/oipkg/pksettings.h
+++ b/noncore/unsupported/oipkg/pksettings.h
@@ -15,26 +15,24 @@ public:
15 ~PackageManagerSettings(); 15 ~PackageManagerSettings();
16 16
17 bool showDialog( int ) ; 17 bool showDialog( int ) ;
18 QString getDestinationUrl(); 18 QString getDestinationUrl();
19 QString getDestinationName(); 19 QString getDestinationName();
20 QString getLinkDestinationName(); 20 QString getLinkDestinationName();
21 bool createLinks(); 21 bool createLinks();
22 QStringList getServers(); 22 QStringList getServers();
23 QStringList getActiveServers(); 23 QStringList getActiveServers();
24 QStringList getDestinationUrls(); 24 QStringList getDestinationUrls();
25 QStringList getDestinationNames(); 25 QStringList getDestinationNames();
26 QString getDestinationUrlByName(QString); 26 QString getDestinationUrlByName(QString);
27 QComboBox* getDestCombo();
28// void setIpkg( PmIpkg* );
29 27
30public slots: 28public slots:
31 void writeInstallationSettings(); 29 void writeInstallationSettings();
32 void readInstallationSettings(); 30 void readInstallationSettings();
33 void writeCurrentInstallationSetting(); 31 void writeCurrentInstallationSetting();
34 void readInstallationSetting(int); 32 void readInstallationSetting(int);
35 void installationSettingSetName(const QString &); 33 void installationSettingSetName(const QString &);
36 void removeLinksToDest(); 34 void removeLinksToDest();
37 void createLinksToDest(); 35 void createLinksToDest();
38 void newServer(); 36 void newServer();
39 void editServer(int); 37 void editServer(int);
40 void removeDestination(); 38 void removeDestination();
@@ -42,24 +40,25 @@ public slots:
42 void editDestination(int); 40 void editDestination(int);
43 void linkEnabled(bool); 41 void linkEnabled(bool);
44 void removeServer(); 42 void removeServer();
45 void serverNameChanged(const QString&); 43 void serverNameChanged(const QString&);
46 void serverUrlChanged(const QString&); 44 void serverUrlChanged(const QString&);
47 void destNameChanged(const QString&); 45 void destNameChanged(const QString&);
48 void destUrlChanged(const QString&); 46 void destUrlChanged(const QString&);
49 void installationSettingChange(int); 47 void installationSettingChange(int);
50 void newInstallationSetting(); 48 void newInstallationSetting();
51 void removeInstallationSetting(); 49 void removeInstallationSetting();
52 void renameInstallationSetting(); 50 void renameInstallationSetting();
53 void activeServerChanged(); 51 void activeServerChanged();
52 void activeDestinationChange(int);
54signals: 53signals:
55// void doCreateLinks( QString dest ); 54// void doCreateLinks( QString dest );
56// void doRemoveLinks( QString dest ); 55// void doRemoveLinks( QString dest );
57 56
58private: 57private:
59 QIntDict<QString> serverurlDic; 58 QIntDict<QString> serverurlDic;
60 QIntDict<QString> destinationurlDic; 59 QIntDict<QString> destinationurlDic;
61 int ipkg_old; 60 int ipkg_old;
62 int editedserver; 61 int editedserver;
63 int editeddestination; 62 int editeddestination;
64 int currentSetting; 63 int currentSetting;
65 int installationSettingsCount; 64 int installationSettingsCount;