Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Todo List

Class ApplicationInterface
Implement Services + Trader
Since:
Opie 1.0.2

Class ApplicationInterface
Implement Services + Trader
Since:
Opie 1.0.2

Member BluepingPlugin::ping ()
as soon as ping is launched, check RSSI (signal strength) and check it's high enough, meaning the device is close enough?

make it optionally pollable, so don't finish the ping and call Opie suspend if l2ping timeouts?

Member MultiauthConfig::sshAvailable () const
do implement that? who? how?

Member MultiauthConfig::telnetAvailable () const
do implement that? who? how?

Member Opie::Security::MultiauthMainWindow::isAlreadyDone ()
try to avoid this hack?

Member Opie::Core::OConfig::group () const
make const

Member Opie::Core::OConfigGroupSaver::~OConfigGroupSaver ()
make it not inline for bc reasons. See KDE BC guide

Member OContactAccessBackend::OContactAccessBackend ()
make non line in regard to BC guide of KDE

Member OContactAccessBackend::~OContactAccessBackend ()
make non inline in regard to the BC guide of KDE

Member Opie::ODevice::buttons ()
### make const

Member Opie::Core::ODevice::buttons ()
Make method const and take care of calling initButtons or make that const too

Member Opie::Ui::OFileSelector::selected ()
remove in ODP

Member OFileSelector::selected ()
remove in ODP

Class Opie::Core::OGlobal
ODP implement the things from Global which are good
Author:
mickey,alwin,zecke
Version:
0.1

Member OPimAccessBackend::add (const T &t)=0
Eilers your opinion on readd/replace

Member OPimAccessBackend::clear ()=0
Introduce a 'Commit'

Class Opie::Ui::OPixmapProvider
make usefull A tiny abstract class with just one method: pixmapFor()

Member Opie::Core::OPluginItem::OPluginItem (const QString &name, const QString &path, bool enabled=true, int pos=-1)
Create Internal name so we can have the plugin names translated. Or only for the gui? I'm not yet sure

Member Opie::Core::OProcess::args ()
make const

Member Opie::Ui::OTaskbarApplet::OTaskbarApplet (QWidget *parent, const char *name=0)
no example yet!!! If you want to implement an Applet for the Opie Taskbar use this interface. The only specail thing about applets is that you need to build it as plugin/library and do EXPORT_OPIE_APPLET_v1( YourApplet ) at the bottom of your application. This takes care of the activation and implementing the TaskbarAppletInterface. You also need to add a static int position() functions to your application.
    class MyApplet : public OTaskBarApplet {
     public:
      static int position() { return 3: }
      void doStuff() {
          popup( myWidget );
      }
    };
    EXPORT_OPIE_APPLET_v1( MyApplet )

Member OTimePickerDialog::~OTimePickerDialog ()
make it non line! See KDE guide for BC

Member Opietooth2::OTInquiry::isInquiring ()
possibility to check for "foreign" inquiries. Deal with the fact that we can receive foreign inquiry results.

Member PinConfigWidget::changePIN
to protect?

Member Qtopia::Record::~Record ()
make non inline in regard to KDE BC guide

Class TimeString
For ODP add QDateTime and QTime operations honoring system settings

Member TimeString::shortDate (const QDate &, DateFormat)
Make naming consistent with the two other functions calling wordDate

Member OPIE_DEFAULT_SINGLECLICK
make real const values

Member Opie::Security::Internal::runPlugins ()
parametrize the time penalty according to mode (exponential, linear or fixed) and basetime (time penalty for the first failure)

Member Opie::Security::Internal::runPlugins ()
fix the focus here: should go back to the current plugin widget but it doesn't, so we have to tap once on the widget before e.g. buttons are active again

Namespace @35
FIXME CONFIG!!!

Generated on Sat Nov 5 17:56:14 2005 for OPIE by  doxygen 1.4.2