summaryrefslogtreecommitdiff
path: root/noncore/unsupported/gsmtool/gsmtool.h
authordwmw2 <dwmw2>2002-04-04 14:08:17 (UTC)
committer dwmw2 <dwmw2>2002-04-04 14:08:17 (UTC)
commitd3ef7996a0c857451395fcdd2eed63399100586a (patch) (side-by-side diff)
tree054563aae8769f9bf584fab3beee2c63f880c869 /noncore/unsupported/gsmtool/gsmtool.h
parent351f962d07ad32ab3cc3442f85b9fd20fe621b4c (diff)
downloadopie-d3ef7996a0c857451395fcdd2eed63399100586a.zip
opie-d3ef7996a0c857451395fcdd2eed63399100586a.tar.gz
opie-d3ef7996a0c857451395fcdd2eed63399100586a.tar.bz2
SMS sending
Diffstat (limited to 'noncore/unsupported/gsmtool/gsmtool.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/gsmtool/gsmtool.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/noncore/unsupported/gsmtool/gsmtool.h b/noncore/unsupported/gsmtool/gsmtool.h
index b8d9a86..b38ff88 100644
--- a/noncore/unsupported/gsmtool/gsmtool.h
+++ b/noncore/unsupported/gsmtool/gsmtool.h
@@ -2,12 +2,13 @@
#define EXAMPLE_H
#include "gsmtoolbase.h"
#include <termios.h>
#include <gsmlib/gsm_me_ta.h>
+#include <gsmlib/gsm_sorted_sms_store.h>
class GSMTool : public GSMToolBase
{
Q_OBJECT
public:
@@ -21,20 +22,24 @@ private slots:
void doConnectButton();
void doScanButton();
void doTabChanged();
void doSMSStoreChanged();
void doSMSTypeChanged();
void doSelectedSMSChanged(QListViewItem *);
-
+ void doSMSSendButton();
+ void doSMSDeleteButton();
+ void doNewSMSClearButton();
+ void doNewSMSSaveButton();
+ void doNewSMSSendButton();
private:
static const speed_t baudrates[];
int devicelocked;
int timerid;
gsmlib::MeTa *me;
- gsmlib::SMSStoreRef sms_store;
+ gsmlib::SortedSMSStoreRef sms_store;
char *devicename;
speed_t baudrate;
int lockDevice( );
void unlockDevice( );