Classes | |
| struct | ODistribution |
| struct | default_button |
| class | ODevice |
| A small class for device specific options. More... | |
| class | ODeviceData |
| class | OAbstractMobileDevice |
| Common Implementations for Linux Handheld Devices. More... | |
| class | OQCopMessage |
| class | ODeviceButton |
| A representation of buttons. More... | |
| class | OFile |
| class | OFileNotification |
| Represents a file notification. More... | |
| class | ODirNotification |
| Represents a directory notification. More... | |
| class | OFileNotificationEvent |
| class | OInputSystem |
| A container class for the Linux input device subsystem. More... | |
| class | OInputDevice |
| class | OPcmciaSystem |
| A container class for the linux pcmcia subsystem. More... | |
| class | OPcmciaSocket |
| class | OApplication |
| struct | Typelist |
| struct | MakeTypelist |
| struct | MakeTypelist<> |
| struct | OApplicationFactory |
| struct | OPrivate |
| class | OConfig |
| class | OConfigGroupSaver |
| Helper class for easier use of OConfig groups. More... | |
| class | odbgstream |
| class | ondbgstream |
| class | OGlobal |
| OGlobal contains a list of generic functions. More... | |
| class | OGlobalSettings |
| class | OKeyPair |
| small class representing a Key with possible modifiers This class holds information about key code and possible modifier state. That is the lowest level of the key input functions. There are also static methods to get special keys. OKeyPair will be used with More... | |
| class | OKeyConfigItem |
| class | OKeyConfigManager |
| A manager to load and save Key Actions and get notified This is the Manager for KeyActions. You can say from which config and group to read data, to grab the keyboard to handle hardware keys, you can supply a blacklist of keys which should not be used by allowed to be used. You can even pass this manager to a Widget to do the configuration for you. You need to add OKeyConfigItem for your keys and then issue a load() to read the Key information. You can either handle the QKeyEvent yourself and ask this class if it is handled by your action and let give you the action. Or you can install the event filter and get a signal. You need to load and save yourself! More... | |
| class | OKeyFilterPrivate |
| class | OKeyFilter |
| a keyfilter proxy More... | |
| class | OPluginItem |
| A small item representing the Plugin Information This class contains the information about a Plugin. It contains a translated name if available to the system, a config key, and the path location. More... | |
| class | OGenericPluginLoader |
| A generic class to easily load and manage plugins. More... | |
| class | OPluginLoader |
| The class to load your QCOM+ plugins. More... | |
| class | OPluginManager |
| A class to manage order and activation of plugins. More... | |
| class | OProcess |
| class | OResource |
| class | OSharedPointerData |
| class | OSharedPointer |
| A small Adapter around any Pointer. More... | |
| class | ORefCount |
| simple reference counter class More... | |
| class | OSmartPointer |
| reference counting wrapper class More... | |
| class | OStorageInfo |
| class | XMLElement |
| struct | OPrivate< Opie::Core::NullType > |
| struct | OPrivate< Opie::Core::Typelist< Product, ProductListTail > > |
| struct | OApplicationFactory< Opie::Core::Typelist< Product, ProductListTail > > |
Namespaces | |
| namespace | Internal |
Enumerations | |
| enum | OModel { Model_Unknown, Model_Series_Mask = 0xffff0000, Model_iPAQ = ( 1 << 16 ), Model_iPAQ_All = ( Model_iPAQ | 0xffff ), Model_iPAQ_H31xx = ( Model_iPAQ | 0x0001 ), Model_iPAQ_H36xx = ( Model_iPAQ | 0x0002 ), Model_iPAQ_H37xx = ( Model_iPAQ | 0x0003 ), Model_iPAQ_H38xx = ( Model_iPAQ | 0x0004 ), Model_iPAQ_H39xx = ( Model_iPAQ | 0x0005 ), Model_iPAQ_H5xxx = ( Model_iPAQ | 0x0006 ), Model_iPAQ_H22xx = ( Model_iPAQ | 0x0007 ), Model_iPAQ_H191x = ( Model_iPAQ | 0x0008 ), Model_iPAQ_H1940 = ( Model_iPAQ | 0x0009 ), Model_Jornada = ( 6 << 16 ), Model_Jornada_56x = ( Model_Jornada | 0x0001 ), Model_Jornada_720 = ( Model_Jornada | 0x0002 ), Model_Zaurus = ( 2 << 16 ), Model_Zaurus_SL5000 = ( Model_Zaurus | 0x0001 ), Model_Zaurus_SL5500 = ( Model_Zaurus | 0x0002 ), Model_Zaurus_SLA300 = ( Model_Zaurus | 0x0003 ), Model_Zaurus_SLB600 = ( Model_Zaurus | 0x0004 ), Model_Zaurus_SLC7x0 = ( Model_Zaurus | 0x0005 ), Model_Zaurus_SL6000 = ( Model_Zaurus | 0x0006 ), Model_Zaurus_SLC3000 = ( Model_Zaurus | 0x0007 ), Model_Zaurus_SLC1000 = ( Model_Zaurus | 0x0008 ), Model_Zaurus_SLC3100 = ( Model_Zaurus | 0x0009 ), Model_SIMpad = ( 3 << 16 ), Model_SIMpad_All = ( Model_SIMpad | 0xffff ), Model_SIMpad_CL4 = ( Model_SIMpad | 0x0001 ), Model_SIMpad_SL4 = ( Model_SIMpad | 0x0002 ), Model_SIMpad_SLC = ( Model_SIMpad | 0x0003 ), Model_SIMpad_TSinus = ( Model_SIMpad | 0x0004 ), Model_Ramses = ( 4 << 16 ), Model_Ramses_All = ( Model_Ramses | 0xffff ), Model_Ramses_MNCI = ( Model_Ramses | 0x0001 ), Model_Ramses_MNCIRX = ( Model_Ramses | 0x0002 ), Model_Yopy = ( 5 << 16 ), Model_Yopy_All = ( Model_Yopy | 0xffff ), Model_Yopy_3000 = ( Model_Yopy | 0x0001 ), Model_Yopy_3500 = ( Model_Yopy | 0x0002 ), Model_Yopy_3700 = ( Model_Yopy | 0x0003 ), Model_Beagle = ( 6 << 16 ), Model_Beagle_All = ( Model_Beagle | 0xffff ), Model_Beagle_PA100 = ( Model_Beagle | 0x0001 ), Model_GenuineIntel = ( 7 << 16 ), Model_MyPal = ( 8 << 16 ), Model_MyPal_All = ( Model_MyPal | 0xffff ), Model_MyPal_620 = ( Model_MyPal | 0x0001 ), Model_MyPal_716 = ( Model_MyPal | 0x0002 ), Model_MyPal_730 = ( Model_MyPal | 0x0003 ) } |
| enum | OVendor { Vendor_Unknown, Vendor_HP, Vendor_Sharp, Vendor_SIEMENS, Vendor_MundN, Vendor_GMate, Vendor_MasterIA, Vendor_GenuineIntel, Vendor_Asus } |
| enum | OSystem { System_Unknown, System_Familiar, System_Zaurus, System_OpenZaurus, System_Linupy, System_OpenEmbedded, System_PC } |
| enum | OLedState { Led_Off, Led_On, Led_BlinkSlow, Led_BlinkFast } |
| enum | OLed { Led_Mail, Led_Power, Led_BlueTooth } |
| enum | OHardKey { HardKey_Datebook = Qt::Key_F9, HardKey_Contacts = Qt::Key_F10, HardKey_Menu = Qt::Key_F11, HardKey_Home = Qt::Key_F12, HardKey_Mail = Qt::Key_F13, HardKey_Record = Qt::Key_F24, HardKey_Suspend = Qt::Key_F34, HardKey_Backlight = Qt::Key_F35, HardKey_Action = Qt::Key_F10, HardKey_OK = Qt::Key_F11, HardKey_End = Qt::Key_F12 } |
| enum | ODirection { CW = 0, CCW = 1, Flip = 2 } |
| enum | OHingeStatus { CASE_CLOSED = 3, CASE_PORTRAIT = 2, CASE_LANDSCAPE = 0, CASE_UNKNOWN = 1 } |
| enum | OFileNotificationType { Nothing = 0, Access = IN_ACCESS, Modify = IN_MODIFY, Attrib = IN_ATTRIB, CloseWrite = IN_CLOSE_WRITE, CloseNoWrite = IN_CLOSE_NOWRITE, Open = IN_OPEN, MovedFrom = IN_MOVED_FROM, MovedTo = IN_MOVED_TO, DeleteSubdir = IN_DELETE_SUBDIR, DeleteFile = IN_DELETE_FILE, CreateSubdir = IN_CREATE_SUBDIR, CreateFile = IN_CREATE_FILE, DeleteSelf = IN_DELETE_SELF, Unmount = IN_UNMOUNT, _QueueOverflow = IN_Q_OVERFLOW, _Ignored = IN_IGNORED } |
| An enumerate for the different types of file notifications. More... | |
Functions | |
| bool | isQWS () |
| QCString | makeChannel (const char *str) |
| static void | clean_up_routine () |
| odbgstream & | perror (odbgstream &s) |
| odbgstream | odDebug (int area) |
| odbgstream | odDebug (bool cond, int area) |
| odbgstream | odError (int area) |
| odbgstream | odError (bool cond, int area) |
| odbgstream | odWarning (int area) |
| odbgstream | odWarning (bool cond, int area) |
| odbgstream | odFatal (int area) |
| odbgstream | odFatal (bool cond, int area) |
| QString | odBacktrace (int levels) |
| void | odClearDebugConfig () |
| odbgstream & | endl (odbgstream &s) |
| odbgstream & | flush (odbgstream &s) |
| ondbgstream & | endl (ondbgstream &s) |
| ondbgstream & | flush (ondbgstream &s) |
| ondbgstream & | perror (ondbgstream &s) |
| ondbgstream | ondDebug (int=0) |
| ondbgstream | ondDebug (bool, int=0) |
| QString | ondBacktrace () |
| QString | ondBacktrace (int) |
| bool | operator< (const OPluginItem &l, const OPluginItem &r) |
| bool | operator> (const OPluginItem &l, const OPluginItem &r) |
| bool | operator<= (const OPluginItem &l, const OPluginItem &r) |
Variables | |
| static const char * | PATH_PROC_CPUINFO = "/proc/cpuinfo" |
| ODistribution | distributions [] |
| default_button | default_buttons [] |
| const int | ODEBUG_IGNORE = -1 |
| const int | ODEBUG_FILE = 0 |
| const int | ODEBUG_MSGBOX = 1 |
| const int | ODEBUG_STDERR = 2 |
| const int | ODEBUG_SYSLOG = 3 |
| const int | ODEBUG_SOCKET = 4 |
| static int | smallIconSize = -1 |
| static int | bigIconSize = -1 |
|
|
|
|
|
An enumerate for the different types of file notifications. This enumerate provides a means to specify the type of events that you are interest in. Valid values are:
Definition at line 112 of file ofilenotify.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The available devices
|
|
|
|
The vendor of the device |
|
|
Definition at line 234 of file odebug.cpp. References Opie::Core::Internal::backEnd, and qWarning(). Referenced by Opie::Core::odbgstream::flush(). |
|
|
Does nothing.
|
|
|
|
Does nothing.
|
|
|
Flushes the stream.
Definition at line 298 of file odebug.h. References Opie::Core::odbgstream::flush(). Referenced by main(), and Qt3::QTextParagraph::paint(). |
|
|
Definition at line 83 of file odevice.cpp. References qApp. Referenced by Opie::Core::Internal::Zaurus::initButtons(), Opie::Core::Internal::MyPal::initButtons(), Opie::Core::Internal::iPAQ::initButtons(), Opie::Core::Internal::GenuineIntel::initButtons(), SIMpad::initButtons(), iPAQ::initButtons(), Opie::Core::OKeyFilterPrivate::OKeyFilterPrivate(), Opie::Core::ODevice::sendSuspendmsg(), Opie::Core::Internal::Zaurus::suspend(), Opie::Core::Internal::SIMpad::suspend(), Opie::Core::Internal::Ramses::suspend(), Opie::Core::OAbstractMobileDevice::suspend(), SIMpad::suspend(), Zaurus::suspend(), and Opie::ODevice::suspend(). |
|
|
Definition at line 87 of file odevice.cpp. Referenced by Opie::Core::Internal::Zaurus::initButtons(), Opie::Core::Internal::Yopy::initButtons(), Opie::Core::Internal::SIMpad::initButtons(), Opie::Core::Internal::MyPal::initButtons(), Opie::Core::Internal::Jornada::initButtons(), Opie::Core::Internal::iPAQ::initButtons(), Opie::Core::Internal::GenuineIntel::initButtons(), Opie::Core::Internal::Beagle::initButtons(), SIMpad::initButtons(), Zaurus::initButtons(), iPAQ::initButtons(), Yopy::initButtons(), Opie::ODevice::initButtons(), and Opie::Core::ODevice::initButtons(). |
|
|
Returns a backtrace.
Definition at line 612 of file odebug.cpp. References QString::fromLatin1(), i, QString::number(), and s. Referenced by DemoApp::emitTBOutput(). |
|
|
Deletes the odebugrc cache and therefore forces KDebug to reread the config file Definition at line 634 of file odebug.cpp. |
|
||||||||||||
|
Definition at line 252 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_INFO. |
|
|
Returns a debug stream. You can use it to print debug information.
Definition at line 248 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_INFO. |
|
||||||||||||
|
Definition at line 263 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_ERROR. |
|
|
Returns an error stream. You can use it to print error information.
Definition at line 258 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_ERROR. |
|
||||||||||||
|
Definition at line 283 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_FATAL. |
|
|
Returns a fatal error stream. You can use it to print fatal error information.
Definition at line 278 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_FATAL. |
|
||||||||||||
|
Definition at line 273 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_WARN. |
|
|
Returns a warning stream. You can use it to print warning information.
Definition at line 268 of file odebug.cpp. References Opie::Core::Internal::ODEBUG_WARN. |
|
|
Definition at line 452 of file odebug.h. References QString::null. |
|
|
Definition at line 451 of file odebug.h. References QString::null. |
|
||||||||||||
|
|
|
|
Returns a dummy debug stream. The stream does not print anything.
|
|
||||||||||||
|
We want values with 30,29,28 at the beginning of the list Definition at line 92 of file opluginloader.cpp. References Opie::Core::OPluginItem::position(). |
|
||||||||||||
|
Definition at line 100 of file opluginloader.cpp. References Opie::Core::OPluginItem::position(). |
|
||||||||||||
|
Definition at line 96 of file opluginloader.cpp. References Opie::Core::OPluginItem::position(). |
|
|
|
|
|
Definition at line 243 of file odebug.cpp. References QString::fromLocal8Bit(). Referenced by filePermissions::accept(), HistoryBuffer::add(), AudioDevice::AudioDevice(), BackupAndRestore::backupRootFs(), BackupAndRestore::backupUserData(), HttpFactory::data(), HistoryBuffer::get(), getButtons(), ButtonDialog::getButtons(), Device::getDeviceBits(), Device::getDeviceChannels(), Device::getDeviceRate(), getRemotes(), LearnTab::getRemotes(), ButtonDialog::getRemotes(), AudioDevice::getVolume(), Opie::Core::OInputDevice::globalKeyMask(), Opie::Core::OInputDevice::globalSwitchMask(), Opie::Core::OInputDevice::hasFeature(), LibMadPlugin::http_open(), Opie::Core::OInputDevice::isHeld(), main(), WavFile::newFile(), Device::openDevice(), Device::openDsp(), VMemo::openDSP(), Output::Output(), quickexec(), quickexecv(), QtRec::quickRec(), readFile(), VMemo::record(), Device::reset(), MyPty::run(), save_licence(), Device::selectMicInput(), RemoteTab::sendIR(), Device::setDeviceChannels(), Device::setDeviceFormat(), Device::setDeviceRate(), Device::setFragSize(), HistoryBuffer::setScroll(), Jornada::setSoftSuspend(), Ramses::setSoftSuspend(), Zaurus::setSoftSuspend(), iPAQ::setSoftSuspend(), AudioDevice::setVolume(), ServerApplication::shutdown(), and SoundMixer::SoundMixer(). |
|
|
Definition at line 44 of file oresource.cpp. Referenced by Opie::Core::OResource::loadImage(). |
|
|
Initial value: {
{ Qt::Key_F9, QT_TRANSLATE_NOOP("Button", "Calendar Button"),
"devicebuttons/z_calendar",
"datebook", "nextView()",
"today", "raise()" },
{ Qt::Key_F10, QT_TRANSLATE_NOOP("Button", "Contacts Button"),
"devicebuttons/z_contact",
"addressbook", "raise()",
"addressbook", "beamBusinessCard()" },
{ Qt::Key_F12, QT_TRANSLATE_NOOP("Button", "Home Button"),
"devicebuttons/z_home",
"QPE/Launcher", "home()",
"buttonsettings", "raise()" },
{ Qt::Key_F11, QT_TRANSLATE_NOOP("Button", "Menu Button"),
"devicebuttons/z_menu",
"QPE/TaskBar", "toggleMenu()",
"QPE/TaskBar", "toggleStartMenu()" },
{ Qt::Key_F13, QT_TRANSLATE_NOOP("Button", "Mail Button"),
"devicebuttons/z_mail",
"opiemail", "raise()",
"opiemail", "newMail()" },
}
Definition at line 98 of file odevice.cpp. |
|
|
Initial value: {
{ System_Familiar, "FamiliarLinux", "/etc/familiar-version" },
{ System_OpenZaurus, "OpenZaurus", "/etc/oz_version" },
{ System_OpenEmbedded, "OpenEmbedded", "/etc/oe-version" },
{ System_Unknown, "Linux", "/etc/issue" },
}
Definition at line 75 of file odevice.cpp. Referenced by Opie::Core::ODevice::ODevice(). |
|
|
Definition at line 71 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(). |
|
|
Definition at line 70 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(). |
|
|
Definition at line 72 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(). |
|
|
Definition at line 75 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(). |
|
|
Definition at line 73 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(), and Opie::Core::OGlobalSettings::debugMode(). |
|
|
Definition at line 74 of file odebug.h. Referenced by Opie::Core::Internal::DebugBackend::debug(). |
|
|
Definition at line 71 of file odevice.cpp. Referenced by Opie::Core::ODevice::inst(). |
|
|
Definition at line 43 of file oresource.cpp. Referenced by Opie::Core::OResource::loadImage(). |
1.4.2