author | benmeyer <benmeyer> | 2002-11-11 20:45:27 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-11-11 20:45:27 (UTC) |
commit | b11baff926843bfa4fa3177dc919be8754fb6d4d (patch) (unidiff) | |
tree | ca428f4e8549b98a10f3139538fe6e5464e4553e | |
parent | da541da2e5cec28acb36cbd6e9c04a76375b4ac7 (diff) | |
download | opie-b11baff926843bfa4fa3177dc919be8754fb6d4d.zip opie-b11baff926843bfa4fa3177dc919be8754fb6d4d.tar.gz opie-b11baff926843bfa4fa3177dc919be8754fb6d4d.tar.bz2 |
Initial framework for the ppp module
-rw-r--r-- | noncore/net/networksetup/ppp/ppp.pro | 12 | ||||
-rw-r--r-- | noncore/net/networksetup/ppp/ppp.ui | 20 | ||||
-rw-r--r-- | noncore/net/networksetup/ppp/pppimp.cpp | 4 | ||||
-rw-r--r-- | noncore/net/networksetup/ppp/pppimp.h | 17 | ||||
-rw-r--r-- | noncore/net/networksetup/ppp/pppmodule.cpp | 104 | ||||
-rw-r--r-- | noncore/net/networksetup/ppp/pppmodule.h | 41 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/ppp.pro | 12 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/ppp.ui | 20 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/pppimp.cpp | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/pppimp.h | 17 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/pppmodule.cpp | 104 | ||||
-rw-r--r-- | noncore/settings/networksettings/ppp/pppmodule.h | 41 |
12 files changed, 376 insertions, 20 deletions
diff --git a/noncore/net/networksetup/ppp/ppp.pro b/noncore/net/networksetup/ppp/ppp.pro new file mode 100644 index 0000000..075cc5f --- a/dev/null +++ b/noncore/net/networksetup/ppp/ppp.pro | |||
@@ -0,0 +1,12 @@ | |||
1 | TEMPLATE = lib | ||
2 | CONFIG += qt warn_on release | ||
3 | #CONFIG += qt warn_on debug | ||
4 | DESTDIR = $(OPIEDIR)/plugins/networksetup | ||
5 | HEADERS = pppimp.h pppmodule.h | ||
6 | SOURCES = pppimp.cpp pppmodule.cpp | ||
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | ||
8 | DEPENDPATH+= $(OPIEDIR)/include | ||
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | ||
10 | INTERFACES= ppp.ui | ||
11 | TARGET = pppplugin | ||
12 | VERSION = 1.0.0 | ||
diff --git a/noncore/net/networksetup/ppp/ppp.ui b/noncore/net/networksetup/ppp/ppp.ui index d08eda0..67d6735 100644 --- a/noncore/net/networksetup/ppp/ppp.ui +++ b/noncore/net/networksetup/ppp/ppp.ui | |||
@@ -1,22 +1,22 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>DialupBase</class> | 2 | <class>PPP</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QDialog</class> | 4 | <class>QDialog</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>Form1</cstring> | 7 | <cstring>PPP</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>273</width> | 14 | <width>277</width> |
15 | <height>340</height> | 15 | <height>340</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Dial-up </string> | 20 | <string>Dial-up </string> |
21 | </property> | 21 | </property> |
22 | <property> | 22 | <property> |
@@ -341,17 +341,17 @@ | |||
341 | <name>minimumSize</name> | 341 | <name>minimumSize</name> |
342 | <size> | 342 | <size> |
343 | <width>15</width> | 343 | <width>15</width> |
344 | <height>0</height> | 344 | <height>0</height> |
345 | </size> | 345 | </size> |
346 | </property> | 346 | </property> |
347 | <property stdset="1"> | 347 | <property stdset="1"> |
348 | <name>text</name> | 348 | <name>text</name> |
349 | <string>1</string> | 349 | <string>6</string> |
350 | </property> | 350 | </property> |
351 | <property stdset="1"> | 351 | <property stdset="1"> |
352 | <name>alignment</name> | 352 | <name>alignment</name> |
353 | <set>AlignVCenter|AlignRight</set> | 353 | <set>AlignVCenter|AlignRight</set> |
354 | </property> | 354 | </property> |
355 | <property> | 355 | <property> |
356 | <name>hAlign</name> | 356 | <name>hAlign</name> |
357 | </property> | 357 | </property> |
@@ -730,27 +730,27 @@ | |||
730 | </connection> | 730 | </connection> |
731 | <connection> | 731 | <connection> |
732 | <sender>usepeerdns</sender> | 732 | <sender>usepeerdns</sender> |
733 | <signal>toggled(bool)</signal> | 733 | <signal>toggled(bool)</signal> |
734 | <receiver>dnsbox</receiver> | 734 | <receiver>dnsbox</receiver> |
735 | <slot>setDisabled(bool)</slot> | 735 | <slot>setDisabled(bool)</slot> |
736 | </connection> | 736 | </connection> |
737 | <connection> | 737 | <connection> |
738 | <sender>connectdelay</sender> | ||
739 | <signal>valueChanged(int)</signal> | ||
740 | <receiver>connectdelay_text</receiver> | ||
741 | <slot>setNum(int)</slot> | ||
742 | </connection> | ||
743 | <connection> | ||
744 | <sender>dial_manual</sender> | 738 | <sender>dial_manual</sender> |
745 | <signal>toggled(bool)</signal> | 739 | <signal>toggled(bool)</signal> |
746 | <receiver>idletime</receiver> | 740 | <receiver>idletime</receiver> |
747 | <slot>setDisabled(bool)</slot> | 741 | <slot>setDisabled(bool)</slot> |
748 | </connection> | 742 | </connection> |
743 | <connection> | ||
744 | <sender>connectdelay</sender> | ||
745 | <signal>valueChanged(int)</signal> | ||
746 | <receiver>connectdelay_text</receiver> | ||
747 | <slot>setNum(int)</slot> | ||
748 | </connection> | ||
749 | </connections> | 749 | </connections> |
750 | <tabstops> | 750 | <tabstops> |
751 | <tabstop>TabWidget2</tabstop> | 751 | <tabstop>TabWidget2</tabstop> |
752 | <tabstop>acname</tabstop> | 752 | <tabstop>acname</tabstop> |
753 | <tabstop>username</tabstop> | 753 | <tabstop>username</tabstop> |
754 | <tabstop>password</tabstop> | 754 | <tabstop>password</tabstop> |
755 | <tabstop>phone</tabstop> | 755 | <tabstop>phone</tabstop> |
756 | <tabstop>atdial</tabstop> | 756 | <tabstop>atdial</tabstop> |
diff --git a/noncore/net/networksetup/ppp/pppimp.cpp b/noncore/net/networksetup/ppp/pppimp.cpp new file mode 100644 index 0000000..e3a7481 --- a/dev/null +++ b/noncore/net/networksetup/ppp/pppimp.cpp | |||
@@ -0,0 +1,4 @@ | |||
1 | #include "pppimp.h" | ||
2 | |||
3 | // pppconfigureimp.h | ||
4 | |||
diff --git a/noncore/net/networksetup/ppp/pppimp.h b/noncore/net/networksetup/ppp/pppimp.h new file mode 100644 index 0000000..60d29b5 --- a/dev/null +++ b/noncore/net/networksetup/ppp/pppimp.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef PPPIMP_H | ||
2 | #define PPPIMP_H | ||
3 | |||
4 | #include "ppp.h" | ||
5 | |||
6 | class PPPConfigureImp : public PPP { | ||
7 | |||
8 | public: | ||
9 | PPPConfigureImp(); | ||
10 | ~PPPConfigureImp(); | ||
11 | |||
12 | }; | ||
13 | |||
14 | #endif | ||
15 | |||
16 | // pppconfigureimp.h | ||
17 | |||
diff --git a/noncore/net/networksetup/ppp/pppmodule.cpp b/noncore/net/networksetup/ppp/pppmodule.cpp new file mode 100644 index 0000000..68bb0a0 --- a/dev/null +++ b/noncore/net/networksetup/ppp/pppmodule.cpp | |||
@@ -0,0 +1,104 @@ | |||
1 | #include "pppmodule.h" | ||
2 | #include "interfaceinformationimp.h" | ||
3 | |||
4 | /** | ||
5 | * Constructor, find all of the possible interfaces | ||
6 | */ | ||
7 | PPPModule::PPPModule() : Module() { | ||
8 | } | ||
9 | |||
10 | /** | ||
11 | * Delete any interfaces that we own. | ||
12 | */ | ||
13 | PPPModule::~PPPModule(){ | ||
14 | Interface *i; | ||
15 | for ( i=list.first(); i != 0; i=list.next() ) | ||
16 | delete i; | ||
17 | } | ||
18 | |||
19 | /** | ||
20 | * Change the current profile | ||
21 | */ | ||
22 | void PPPModule::setProfile(const QString &newProfile){ | ||
23 | profile = newProfile; | ||
24 | } | ||
25 | |||
26 | /** | ||
27 | * get the icon name for this device. | ||
28 | * @param Interface* can be used in determining the icon. | ||
29 | * @return QString the icon name (minus .png, .gif etc) | ||
30 | */ | ||
31 | QString PPPModule::getPixmapName(Interface* ){ | ||
32 | return "ppp"; | ||
33 | } | ||
34 | |||
35 | /** | ||
36 | * Check to see if the interface i is owned by this module. | ||
37 | * @param Interface* interface to check against | ||
38 | * @return bool true if i is owned by this module, false otherwise. | ||
39 | */ | ||
40 | bool PPPModule::isOwner(Interface *i){ | ||
41 | // Scan the ppp database | ||
42 | return false; | ||
43 | |||
44 | i->setHardwareName("PPP"); | ||
45 | list.append(i); | ||
46 | return true; | ||
47 | } | ||
48 | |||
49 | /** | ||
50 | * Create, and return the WLANConfigure Module | ||
51 | * @return QWidget* pointer to this modules configure. | ||
52 | */ | ||
53 | QWidget *PPPModule::configure(Interface *i){ | ||
54 | return NULL; | ||
55 | //PPPConfigureImp *pppconfig = new PPPConfigureImp(0, "PPPConfig", i, false, Qt::WDestructiveClose); | ||
56 | //pppconfig->setProfile(profile); | ||
57 | //return wlanconfig; | ||
58 | } | ||
59 | |||
60 | /** | ||
61 | * Create, and return the Information Module | ||
62 | * @return QWidget* pointer to this modules info. | ||
63 | */ | ||
64 | QWidget *PPPModule::information(Interface *i){ | ||
65 | return NULL; | ||
66 | |||
67 | //WlanInfoImp *info = new WlanInfoImp(0, i->getInterfaceName(), Qt::WDestructiveClose); | ||
68 | //InterfaceInformationImp *information = new InterfaceInformationImp(info->tabWidget, "InterfaceSetupImp", i); | ||
69 | //info->tabWidget->insertTab(information, "TCP/IP"); | ||
70 | //return info; | ||
71 | } | ||
72 | |||
73 | /** | ||
74 | * Get all active (up or down) interfaces | ||
75 | * @return QList<Interface> A list of interfaces that exsist that havn't | ||
76 | * been called by isOwner() | ||
77 | */ | ||
78 | QList<Interface> PPPModule::getInterfaces(){ | ||
79 | return list; | ||
80 | } | ||
81 | |||
82 | /** | ||
83 | * Attempt to add a new interface as defined by name | ||
84 | * @param name the name of the type of interface that should be created given | ||
85 | * by possibleNewInterfaces(); | ||
86 | * @return Interface* NULL if it was unable to be created. | ||
87 | */ | ||
88 | Interface *PPPModule::addNewInterface(const QString &newInterface){ | ||
89 | // We can't add a 802.11 interface, either the hardware will be there | ||
90 | // or it wont. | ||
91 | return NULL; | ||
92 | } | ||
93 | |||
94 | /** | ||
95 | * Attempts to remove the interface, doesn't delete i | ||
96 | * @return bool true if successfull, false otherwise. | ||
97 | */ | ||
98 | bool PPPModule::remove(Interface*){ | ||
99 | // Can't remove a hardware device, you can stop it though. | ||
100 | return false; | ||
101 | } | ||
102 | |||
103 | // pppmodule.cpp | ||
104 | |||
diff --git a/noncore/net/networksetup/ppp/pppmodule.h b/noncore/net/networksetup/ppp/pppmodule.h new file mode 100644 index 0000000..c8e77e2 --- a/dev/null +++ b/noncore/net/networksetup/ppp/pppmodule.h | |||
@@ -0,0 +1,41 @@ | |||
1 | #ifndef PPP_MODULE_H | ||
2 | #define PPP_MODULE_H | ||
3 | |||
4 | #include "module.h" | ||
5 | |||
6 | class PPPModule : Module { | ||
7 | |||
8 | signals: | ||
9 | void updateInterface(Interface *i); | ||
10 | |||
11 | public: | ||
12 | PPPModule(); | ||
13 | ~PPPModule(); | ||
14 | |||
15 | virtual void setProfile(const QString &newProfile); | ||
16 | virtual bool isOwner(Interface *); | ||
17 | virtual QWidget *configure(Interface *i); | ||
18 | virtual QWidget *information(Interface *i); | ||
19 | virtual QList<Interface> getInterfaces(); | ||
20 | virtual void possibleNewInterfaces(QMap<QString, QString> &){}; | ||
21 | virtual Interface *addNewInterface(const QString &name); | ||
22 | virtual bool remove(Interface* i); | ||
23 | virtual QString getPixmapName(Interface* i); | ||
24 | |||
25 | private: | ||
26 | QList<Interface> list; | ||
27 | QString profile; | ||
28 | |||
29 | }; | ||
30 | |||
31 | extern "C" | ||
32 | { | ||
33 | void* create_plugin() { | ||
34 | return new PPPModule(); | ||
35 | } | ||
36 | }; | ||
37 | |||
38 | #endif | ||
39 | |||
40 | // pppmodule.h | ||
41 | |||
diff --git a/noncore/settings/networksettings/ppp/ppp.pro b/noncore/settings/networksettings/ppp/ppp.pro new file mode 100644 index 0000000..075cc5f --- a/dev/null +++ b/noncore/settings/networksettings/ppp/ppp.pro | |||
@@ -0,0 +1,12 @@ | |||
1 | TEMPLATE = lib | ||
2 | CONFIG += qt warn_on release | ||
3 | #CONFIG += qt warn_on debug | ||
4 | DESTDIR = $(OPIEDIR)/plugins/networksetup | ||
5 | HEADERS = pppimp.h pppmodule.h | ||
6 | SOURCES = pppimp.cpp pppmodule.cpp | ||
7 | INCLUDEPATH+= $(OPIEDIR)/include ../ ../interfaces/ | ||
8 | DEPENDPATH+= $(OPIEDIR)/include | ||
9 | LIBS += -lqpe -L../interfaces/ -linterfaces | ||
10 | INTERFACES= ppp.ui | ||
11 | TARGET = pppplugin | ||
12 | VERSION = 1.0.0 | ||
diff --git a/noncore/settings/networksettings/ppp/ppp.ui b/noncore/settings/networksettings/ppp/ppp.ui index d08eda0..67d6735 100644 --- a/noncore/settings/networksettings/ppp/ppp.ui +++ b/noncore/settings/networksettings/ppp/ppp.ui | |||
@@ -1,22 +1,22 @@ | |||
1 | <!DOCTYPE UI><UI> | 1 | <!DOCTYPE UI><UI> |
2 | <class>DialupBase</class> | 2 | <class>PPP</class> |
3 | <widget> | 3 | <widget> |
4 | <class>QDialog</class> | 4 | <class>QDialog</class> |
5 | <property stdset="1"> | 5 | <property stdset="1"> |
6 | <name>name</name> | 6 | <name>name</name> |
7 | <cstring>Form1</cstring> | 7 | <cstring>PPP</cstring> |
8 | </property> | 8 | </property> |
9 | <property stdset="1"> | 9 | <property stdset="1"> |
10 | <name>geometry</name> | 10 | <name>geometry</name> |
11 | <rect> | 11 | <rect> |
12 | <x>0</x> | 12 | <x>0</x> |
13 | <y>0</y> | 13 | <y>0</y> |
14 | <width>273</width> | 14 | <width>277</width> |
15 | <height>340</height> | 15 | <height>340</height> |
16 | </rect> | 16 | </rect> |
17 | </property> | 17 | </property> |
18 | <property stdset="1"> | 18 | <property stdset="1"> |
19 | <name>caption</name> | 19 | <name>caption</name> |
20 | <string>Dial-up </string> | 20 | <string>Dial-up </string> |
21 | </property> | 21 | </property> |
22 | <property> | 22 | <property> |
@@ -341,17 +341,17 @@ | |||
341 | <name>minimumSize</name> | 341 | <name>minimumSize</name> |
342 | <size> | 342 | <size> |
343 | <width>15</width> | 343 | <width>15</width> |
344 | <height>0</height> | 344 | <height>0</height> |
345 | </size> | 345 | </size> |
346 | </property> | 346 | </property> |
347 | <property stdset="1"> | 347 | <property stdset="1"> |
348 | <name>text</name> | 348 | <name>text</name> |
349 | <string>1</string> | 349 | <string>6</string> |
350 | </property> | 350 | </property> |
351 | <property stdset="1"> | 351 | <property stdset="1"> |
352 | <name>alignment</name> | 352 | <name>alignment</name> |
353 | <set>AlignVCenter|AlignRight</set> | 353 | <set>AlignVCenter|AlignRight</set> |
354 | </property> | 354 | </property> |
355 | <property> | 355 | <property> |
356 | <name>hAlign</name> | 356 | <name>hAlign</name> |
357 | </property> | 357 | </property> |
@@ -730,27 +730,27 @@ | |||
730 | </connection> | 730 | </connection> |
731 | <connection> | 731 | <connection> |
732 | <sender>usepeerdns</sender> | 732 | <sender>usepeerdns</sender> |
733 | <signal>toggled(bool)</signal> | 733 | <signal>toggled(bool)</signal> |
734 | <receiver>dnsbox</receiver> | 734 | <receiver>dnsbox</receiver> |
735 | <slot>setDisabled(bool)</slot> | 735 | <slot>setDisabled(bool)</slot> |
736 | </connection> | 736 | </connection> |
737 | <connection> | 737 | <connection> |
738 | <sender>connectdelay</sender> | ||
739 | <signal>valueChanged(int)</signal> | ||
740 | <receiver>connectdelay_text</receiver> | ||
741 | <slot>setNum(int)</slot> | ||
742 | </connection> | ||
743 | <connection> | ||
744 | <sender>dial_manual</sender> | 738 | <sender>dial_manual</sender> |
745 | <signal>toggled(bool)</signal> | 739 | <signal>toggled(bool)</signal> |
746 | <receiver>idletime</receiver> | 740 | <receiver>idletime</receiver> |
747 | <slot>setDisabled(bool)</slot> | 741 | <slot>setDisabled(bool)</slot> |
748 | </connection> | 742 | </connection> |
743 | <connection> | ||
744 | <sender>connectdelay</sender> | ||
745 | <signal>valueChanged(int)</signal> | ||
746 | <receiver>connectdelay_text</receiver> | ||
747 | <slot>setNum(int)</slot> | ||
748 | </connection> | ||
749 | </connections> | 749 | </connections> |
750 | <tabstops> | 750 | <tabstops> |
751 | <tabstop>TabWidget2</tabstop> | 751 | <tabstop>TabWidget2</tabstop> |
752 | <tabstop>acname</tabstop> | 752 | <tabstop>acname</tabstop> |
753 | <tabstop>username</tabstop> | 753 | <tabstop>username</tabstop> |
754 | <tabstop>password</tabstop> | 754 | <tabstop>password</tabstop> |
755 | <tabstop>phone</tabstop> | 755 | <tabstop>phone</tabstop> |
756 | <tabstop>atdial</tabstop> | 756 | <tabstop>atdial</tabstop> |
diff --git a/noncore/settings/networksettings/ppp/pppimp.cpp b/noncore/settings/networksettings/ppp/pppimp.cpp new file mode 100644 index 0000000..e3a7481 --- a/dev/null +++ b/noncore/settings/networksettings/ppp/pppimp.cpp | |||
@@ -0,0 +1,4 @@ | |||
1 | #include "pppimp.h" | ||
2 | |||
3 | // pppconfigureimp.h | ||
4 | |||
diff --git a/noncore/settings/networksettings/ppp/pppimp.h b/noncore/settings/networksettings/ppp/pppimp.h new file mode 100644 index 0000000..60d29b5 --- a/dev/null +++ b/noncore/settings/networksettings/ppp/pppimp.h | |||
@@ -0,0 +1,17 @@ | |||
1 | #ifndef PPPIMP_H | ||
2 | #define PPPIMP_H | ||
3 | |||
4 | #include "ppp.h" | ||
5 | |||
6 | class PPPConfigureImp : public PPP { | ||
7 | |||
8 | public: | ||
9 | PPPConfigureImp(); | ||
10 | ~PPPConfigureImp(); | ||
11 | |||
12 | }; | ||
13 | |||
14 | #endif | ||
15 | |||
16 | // pppconfigureimp.h | ||
17 | |||
diff --git a/noncore/settings/networksettings/ppp/pppmodule.cpp b/noncore/settings/networksettings/ppp/pppmodule.cpp new file mode 100644 index 0000000..68bb0a0 --- a/dev/null +++ b/noncore/settings/networksettings/ppp/pppmodule.cpp | |||
@@ -0,0 +1,104 @@ | |||
1 | #include "pppmodule.h" | ||
2 | #include "interfaceinformationimp.h" | ||
3 | |||
4 | /** | ||
5 | * Constructor, find all of the possible interfaces | ||
6 | */ | ||
7 | PPPModule::PPPModule() : Module() { | ||
8 | } | ||
9 | |||
10 | /** | ||
11 | * Delete any interfaces that we own. | ||
12 | */ | ||
13 | PPPModule::~PPPModule(){ | ||
14 | Interface *i; | ||
15 | for ( i=list.first(); i != 0; i=list.next() ) | ||
16 | delete i; | ||
17 | } | ||
18 | |||
19 | /** | ||
20 | * Change the current profile | ||
21 | */ | ||
22 | void PPPModule::setProfile(const QString &newProfile){ | ||
23 | profile = newProfile; | ||
24 | } | ||
25 | |||
26 | /** | ||
27 | * get the icon name for this device. | ||
28 | * @param Interface* can be used in determining the icon. | ||
29 | * @return QString the icon name (minus .png, .gif etc) | ||
30 | */ | ||
31 | QString PPPModule::getPixmapName(Interface* ){ | ||
32 | return "ppp"; | ||
33 | } | ||
34 | |||
35 | /** | ||
36 | * Check to see if the interface i is owned by this module. | ||
37 | * @param Interface* interface to check against | ||
38 | * @return bool true if i is owned by this module, false otherwise. | ||
39 | */ | ||
40 | bool PPPModule::isOwner(Interface *i){ | ||
41 | // Scan the ppp database | ||
42 | return false; | ||
43 | |||
44 | i->setHardwareName("PPP"); | ||
45 | list.append(i); | ||
46 | return true; | ||
47 | } | ||
48 | |||
49 | /** | ||
50 | * Create, and return the WLANConfigure Module | ||
51 | * @return QWidget* pointer to this modules configure. | ||
52 | */ | ||
53 | QWidget *PPPModule::configure(Interface *i){ | ||
54 | return NULL; | ||
55 | //PPPConfigureImp *pppconfig = new PPPConfigureImp(0, "PPPConfig", i, false, Qt::WDestructiveClose); | ||
56 | //pppconfig->setProfile(profile); | ||
57 | //return wlanconfig; | ||
58 | } | ||
59 | |||
60 | /** | ||
61 | * Create, and return the Information Module | ||
62 | * @return QWidget* pointer to this modules info. | ||
63 | */ | ||
64 | QWidget *PPPModule::information(Interface *i){ | ||
65 | return NULL; | ||
66 | |||
67 | //WlanInfoImp *info = new WlanInfoImp(0, i->getInterfaceName(), Qt::WDestructiveClose); | ||
68 | //InterfaceInformationImp *information = new InterfaceInformationImp(info->tabWidget, "InterfaceSetupImp", i); | ||
69 | //info->tabWidget->insertTab(information, "TCP/IP"); | ||
70 | //return info; | ||
71 | } | ||
72 | |||
73 | /** | ||
74 | * Get all active (up or down) interfaces | ||
75 | * @return QList<Interface> A list of interfaces that exsist that havn't | ||
76 | * been called by isOwner() | ||
77 | */ | ||
78 | QList<Interface> PPPModule::getInterfaces(){ | ||
79 | return list; | ||
80 | } | ||
81 | |||
82 | /** | ||
83 | * Attempt to add a new interface as defined by name | ||
84 | * @param name the name of the type of interface that should be created given | ||
85 | * by possibleNewInterfaces(); | ||
86 | * @return Interface* NULL if it was unable to be created. | ||
87 | */ | ||
88 | Interface *PPPModule::addNewInterface(const QString &newInterface){ | ||
89 | // We can't add a 802.11 interface, either the hardware will be there | ||
90 | // or it wont. | ||
91 | return NULL; | ||
92 | } | ||
93 | |||
94 | /** | ||
95 | * Attempts to remove the interface, doesn't delete i | ||
96 | * @return bool true if successfull, false otherwise. | ||
97 | */ | ||
98 | bool PPPModule::remove(Interface*){ | ||
99 | // Can't remove a hardware device, you can stop it though. | ||
100 | return false; | ||
101 | } | ||
102 | |||
103 | // pppmodule.cpp | ||
104 | |||
diff --git a/noncore/settings/networksettings/ppp/pppmodule.h b/noncore/settings/networksettings/ppp/pppmodule.h new file mode 100644 index 0000000..c8e77e2 --- a/dev/null +++ b/noncore/settings/networksettings/ppp/pppmodule.h | |||
@@ -0,0 +1,41 @@ | |||
1 | #ifndef PPP_MODULE_H | ||
2 | #define PPP_MODULE_H | ||
3 | |||
4 | #include "module.h" | ||
5 | |||
6 | class PPPModule : Module { | ||
7 | |||
8 | signals: | ||
9 | void updateInterface(Interface *i); | ||
10 | |||
11 | public: | ||
12 | PPPModule(); | ||
13 | ~PPPModule(); | ||
14 | |||
15 | virtual void setProfile(const QString &newProfile); | ||
16 | virtual bool isOwner(Interface *); | ||
17 | virtual QWidget *configure(Interface *i); | ||
18 | virtual QWidget *information(Interface *i); | ||
19 | virtual QList<Interface> getInterfaces(); | ||
20 | virtual void possibleNewInterfaces(QMap<QString, QString> &){}; | ||
21 | virtual Interface *addNewInterface(const QString &name); | ||
22 | virtual bool remove(Interface* i); | ||
23 | virtual QString getPixmapName(Interface* i); | ||
24 | |||
25 | private: | ||
26 | QList<Interface> list; | ||
27 | QString profile; | ||
28 | |||
29 | }; | ||
30 | |||
31 | extern "C" | ||
32 | { | ||
33 | void* create_plugin() { | ||
34 | return new PPPModule(); | ||
35 | } | ||
36 | }; | ||
37 | |||
38 | #endif | ||
39 | |||
40 | // pppmodule.h | ||
41 | |||