-rw-r--r-- | libopie/odevice.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index 5009b91..ee01f0f 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h @@ -58,24 +58,30 @@ enum OLedState { OLED_BlinkFast }; class ODevice { public: public: static ODevice *inst ( ); // system + enum PowerButtonHandler { + KERNEL, + OPIE + }; + + virtual bool setPowerButtonHandler ( PowerButtonHandler h ); virtual bool suspend ( ); // information QString modelString ( ); OModel model ( ); QString vendorString ( ); OVendor vendor ( ); QString systemString ( ); OSystem system ( ); |