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

Opie::Core Namespace Reference


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 ()
odbgstreamperror (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 ()
odbgstreamendl (odbgstream &s)
odbgstreamflush (odbgstream &s)
ondbgstreamendl (ondbgstream &s)
ondbgstreamflush (ondbgstream &s)
ondbgstreamperror (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


Enumeration Type Documentation

enum Opie::Core::ODirection
 

Enumeration values:
CW 
CCW 
Flip 

Definition at line 192 of file odevice.h.

enum Opie::Core::OFileNotificationType
 

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:

  • Access: The file was accessed (read)
  • Modify The file was modified (write,truncate)
  • Attrib = The file had its attributes changed (chmod,chown,chgrp)
  • CloseWrite = Writable file was closed
  • CloseNoWrite = Unwritable file was closed
  • Open = File was opened
  • MovedFrom = File was moved from X
  • MovedTo = File was moved to Y
  • DeleteSubdir = Subdir was deleted
  • DeleteFile = Subfile was deleted
  • CreateSubdir = Subdir was created
  • CreateFile = Subfile was created
  • DeleteSelf = Self was deleted
  • Unmount = The backing filesystem was unmounted
Enumeration values:
Nothing 
Access 
Modify 
Attrib 
CloseWrite 
CloseNoWrite 
Open 
MovedFrom 
MovedTo 
DeleteSubdir 
DeleteFile 
CreateSubdir 
CreateFile 
DeleteSelf 
Unmount 
_QueueOverflow 
_Ignored 

Definition at line 112 of file ofilenotify.h.

enum Opie::Core::OHardKey
 

Enumeration values:
HardKey_Datebook 
HardKey_Contacts 
HardKey_Menu 
HardKey_Home 
HardKey_Mail 
HardKey_Record 
HardKey_Suspend 
HardKey_Backlight 
HardKey_Action 
HardKey_OK 
HardKey_End 

Definition at line 178 of file odevice.h.

enum Opie::Core::OHingeStatus
 

Enumeration values:
CASE_CLOSED 
CASE_PORTRAIT 
CASE_LANDSCAPE 
CASE_UNKNOWN 

Definition at line 198 of file odevice.h.

enum Opie::Core::OLed
 

Enumeration values:
Led_Mail 
Led_Power 
Led_BlueTooth 

Definition at line 172 of file odevice.h.

enum Opie::Core::OLedState
 

Enumeration values:
Led_Off 
Led_On 
Led_BlinkSlow 
Led_BlinkFast 

Definition at line 165 of file odevice.h.

enum Opie::Core::OModel
 

The available devices

Enumeration values:
Model_Unknown 
Model_Series_Mask 
Model_iPAQ 
Model_iPAQ_All 
Model_iPAQ_H31xx 
Model_iPAQ_H36xx 
Model_iPAQ_H37xx 
Model_iPAQ_H38xx 
Model_iPAQ_H39xx 
Model_iPAQ_H5xxx 
Model_iPAQ_H22xx 
Model_iPAQ_H191x 
Model_iPAQ_H1940 
Model_Jornada 
Model_Jornada_56x 
Model_Jornada_720 
Model_Zaurus 
Model_Zaurus_SL5000 
Model_Zaurus_SL5500 
Model_Zaurus_SLA300 
Model_Zaurus_SLB600 
Model_Zaurus_SLC7x0 
Model_Zaurus_SL6000 
Model_Zaurus_SLC3000 
Model_Zaurus_SLC1000 
Model_Zaurus_SLC3100 
Model_SIMpad 
Model_SIMpad_All 
Model_SIMpad_CL4 
Model_SIMpad_SL4 
Model_SIMpad_SLC 
Model_SIMpad_TSinus 
Model_Ramses 
Model_Ramses_All 
Model_Ramses_MNCI 
Model_Ramses_MNCIRX 
Model_Yopy 
Model_Yopy_All 
Model_Yopy_3000 
Model_Yopy_3500 
Model_Yopy_3700 
Model_Beagle 
Model_Beagle_All 
Model_Beagle_PA100 
Model_GenuineIntel 
Model_MyPal 
Model_MyPal_All 
Model_MyPal_620 
Model_MyPal_716 
Model_MyPal_730 

Definition at line 56 of file odevice.h.

enum Opie::Core::OSystem
 

The System used

Enumeration values:
System_Unknown 
System_Familiar 
System_Zaurus 
System_OpenZaurus 
System_Linupy 
System_OpenEmbedded 
System_PC 

Definition at line 145 of file odevice.h.

enum Opie::Core::OVendor
 

The vendor of the device

Enumeration values:
Vendor_Unknown 
Vendor_HP 
Vendor_Sharp 
Vendor_SIEMENS 
Vendor_MundN 
Vendor_GMate 
Vendor_MasterIA 
Vendor_GenuineIntel 
Vendor_Asus 

Definition at line 129 of file odevice.h.


Function Documentation

static void Opie::Core::clean_up_routine  )  [static]
 

Definition at line 234 of file odebug.cpp.

References Opie::Core::Internal::backEnd, and qWarning().

Referenced by Opie::Core::odbgstream::flush().

ondbgstream& Opie::Core::endl ondbgstream &  s  )  [inline]
 

Does nothing.

Parameters:
s stream
Returns:
the given s

Definition at line 422 of file odebug.h.

odbgstream& Opie::Core::endl odbgstream &  s  )  [inline]
 

Prints an "\n".

Parameters:
s the debug stream to write to
Returns:
the debug stream (s)

Definition at line 292 of file odebug.h.

Referenced by HlEditDialog::addContextItem(), HlEditDialog::contextLineEndChanged(), createLdObjectScriptFile(), HlEditDialog::currentSelectionChanged(), KDatePicker::dateChangedSlot(), HighlightDialog::done(), QOutputDev::drawChar(), QOutputDev::drawImage(), QOutputDev::drawImageMask(), KateCommands::SedReplace::execCmd(), KSameWidget::gameover(), APPP::generateFile(), ANetwork::generateFile(), NetworkNetNode::generateFile(), AGPRSDevice::generateFile(), AWLan::generateFileEmbedded(), AUSB::generateFileEmbedded(), AProfile::generateFileEmbedded(), ACable::generateFileEmbedded(), NetworkSettingsData::generateSettings(), SyntaxDocument::getConfig(), SyntaxDocument::getGroupInfo(), HighlightDialogPage::hlChanged(), MakefileGenerator::init(), HlEditDialog::initContextOptions(), HlEditDialog::initItemOptions(), KateDocument::insert_Line(), KDateTable::KDateTable(), KSameWidget::KSameWidget(), KDatePicker::lineEnterPressed(), Picture::load(), HlEditDialog::loadFromDocument(), locate(), Highlight::lookupAttrName(), KSameWidget::m_load(), KSameWidget::m_save(), KSameWidget::m_tglboard(), SystemFile::postDeviceSection(), SystemFile::postNodeSection(), SystemFile::preDeviceSection(), SystemFile::preNodeSection(), Highlight::readGlobalKeywordConfig(), KateDocument::remove_Line(), Opie::XMLElement::save(), Opietooth2::OTPeer::save(), NetworkSetup::save(), OpieTooth::HciConfWrapper::save(), DrawPadCanvas::save(), Opie::Core::XMLElement::save(), ANetNodeInstance::saveAttributes(), HighlightDialogPage::saveData(), Opietooth2::OTGateway::saveKnownPeers(), NetworkSettingsData::saveSettings(), DBXml::saveSource(), AWLan::saveSpecificAttribute(), WLanNetNode::saveSpecificAttribute(), AProfile::saveSpecificAttribute(), APPP::saveSpecificAttribute(), ANetwork::saveSpecificAttribute(), ALanCard::saveSpecificAttribute(), LanCardNetNode::saveSpecificAttribute(), AGPRSDevice::saveSpecificAttribute(), ACable::saveSpecificAttribute(), ABluetoothRFCOMM::saveSpecificAttribute(), ABluetoothBNEP::saveSpecificAttribute(), BluetoothBNEPNetNode::saveSpecificAttribute(), ServerPI::send(), QCopBridgePI::send(), ServerPI::sendList(), KDateTable::setDate(), KDatePicker::setDate(), KateDocument::setFont(), KDialogBase::setMainWidget(), HlEditDialog::showItem(), KDateTable::sizeHint(), Opietooth2::OTSniffing::SLOT_Save(), KateDocument::slotBufferHighlight(), QSettings::sync(), KDatePicker::tableClickedSlot(), KateDocument::updateLines(), ZSafe::writeAllEntries(), BorlandMakefileGenerator::writeBorlandParts(), DspMakefileGenerator::writeDspParts(), UnixMakefileGenerator::writeExtraVariables(), MakefileGenerator::writeHeader(), MakefileGenerator::writeImageObj(), MakefileGenerator::writeImageSrc(), MakefileGenerator::writeInstalls(), MakefileGenerator::writeLexSrc(), NmakeMakefileGenerator::writeMakefile(), MingwMakefileGenerator::writeMakefile(), BorlandMakefileGenerator::writeMakefile(), UnixMakefileGenerator::writeMakefile(), ProjectGenerator::writeMakefile(), MakefileGenerator::writeMakefile(), UnixMakefileGenerator::writeMakeParts(), ProjectBuilderMakefileGenerator::writeMakeParts(), MetrowerksMakefileGenerator::writeMakeParts(), MakefileGenerator::writeMakeQmake(), MingwMakefileGenerator::writeMingwParts(), MakefileGenerator::writeMocObj(), MakefileGenerator::writeMocSrc(), NmakeMakefileGenerator::writeNmakeParts(), MakefileGenerator::writeObj(), DataManager::writeOutIpkgConf(), UnixMakefileGenerator::writePkgConfigFile(), MakefileGenerator::writePrlFile(), Win32MakefileGenerator::writeSubDirs(), UnixMakefileGenerator::writeSubdirs(), ProjectBuilderMakefileGenerator::writeSubdirs(), MakefileGenerator::writeUicSrc(), MakefileGenerator::writeYaccSrc(), and QSettings::~QSettings().

ondbgstream& Opie::Core::flush ondbgstream &  s  )  [inline]
 

Does nothing.

Parameters:
s stream
Returns:
the given s

Definition at line 428 of file odebug.h.

odbgstream& Opie::Core::flush odbgstream &  s  )  [inline]
 

Flushes the stream.

Parameters:
s the debug stream to write to
Returns:
the debug stream (s)

Definition at line 298 of file odebug.h.

References Opie::Core::odbgstream::flush().

Referenced by main(), and Qt3::QTextParagraph::paint().

bool Opie::Core::isQWS  ) 
 

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().

QCString Opie::Core::makeChannel const char *  str  ) 
 

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().

QString Opie::Core::odBacktrace int  levels = -1  ) 
 

Returns a backtrace.

Parameters:
levels the number of levels (-1 for unlimited) of the backtrace
Returns:
a backtrace

Definition at line 612 of file odebug.cpp.

References QString::fromLatin1(), i, QString::number(), and s.

Referenced by DemoApp::emitTBOutput().

void Opie::Core::odClearDebugConfig  ) 
 

Deletes the odebugrc cache and therefore forces KDebug to reread the config file

Definition at line 634 of file odebug.cpp.

odbgstream Opie::Core::odDebug bool  cond,
int  area = 0
 

Definition at line 252 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_INFO.

odbgstream Opie::Core::odDebug int  area = 0  ) 
 

Returns a debug stream. You can use it to print debug information.

Parameters:
area an id to identify the output, 0 for default

Definition at line 248 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_INFO.

odbgstream Opie::Core::odError bool  cond,
int  area = 0
 

Definition at line 263 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_ERROR.

odbgstream Opie::Core::odError int  area = 0  ) 
 

Returns an error stream. You can use it to print error information.

Parameters:
area an id to identify the output, 0 for default

Definition at line 258 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_ERROR.

odbgstream Opie::Core::odFatal bool  cond,
int  area = 0
 

Definition at line 283 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_FATAL.

odbgstream Opie::Core::odFatal int  area = 0  ) 
 

Returns a fatal error stream. You can use it to print fatal error information.

Parameters:
area an id to identify the output, 0 for default

Definition at line 278 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_FATAL.

odbgstream Opie::Core::odWarning bool  cond,
int  area = 0
 

Definition at line 273 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_WARN.

odbgstream Opie::Core::odWarning int  area = 0  ) 
 

Returns a warning stream. You can use it to print warning information.

Parameters:
area an id to identify the output, 0 for default

Definition at line 268 of file odebug.cpp.

References Opie::Core::Internal::ODEBUG_WARN.

QString Opie::Core::ondBacktrace int   )  [inline]
 

Definition at line 452 of file odebug.h.

References QString::null.

QString Opie::Core::ondBacktrace  )  [inline]
 

Definition at line 451 of file odebug.h.

References QString::null.

ondbgstream Opie::Core::ondDebug bool  ,
int  = 0
[inline]
 

Definition at line 450 of file odebug.h.

ondbgstream Opie::Core::ondDebug int  = 0  )  [inline]
 

Returns a dummy debug stream. The stream does not print anything.

Parameters:
area an id to identify the output, 0 for default
See also:
odDebug()

Definition at line 449 of file odebug.h.

bool Opie::Core::operator< const OPluginItem &  l,
const OPluginItem &  r
 

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().

bool Opie::Core::operator<= const OPluginItem &  l,
const OPluginItem &  r
 

Definition at line 100 of file opluginloader.cpp.

References Opie::Core::OPluginItem::position().

bool Opie::Core::operator> const OPluginItem &  l,
const OPluginItem &  r
 

Definition at line 96 of file opluginloader.cpp.

References Opie::Core::OPluginItem::position().

ondbgstream& Opie::Core::perror ondbgstream &  s  )  [inline]
 

Definition at line 429 of file odebug.h.

odbgstream & Opie::Core::perror odbgstream &  s  ) 
 

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().


Variable Documentation

int Opie::Core::bigIconSize = -1 [static]
 

Definition at line 44 of file oresource.cpp.

Referenced by Opie::Core::OResource::loadImage().

struct default_button Opie::Core::default_buttons[]
 

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.

ODistribution Opie::Core::distributions
 

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().

const int Opie::Core::ODEBUG_FILE = 0
 

Definition at line 71 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug().

const int Opie::Core::ODEBUG_IGNORE = -1
 

Definition at line 70 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug().

const int Opie::Core::ODEBUG_MSGBOX = 1
 

Definition at line 72 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug().

const int Opie::Core::ODEBUG_SOCKET = 4
 

Definition at line 75 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug().

const int Opie::Core::ODEBUG_STDERR = 2
 

Definition at line 73 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug(), and Opie::Core::OGlobalSettings::debugMode().

const int Opie::Core::ODEBUG_SYSLOG = 3
 

Definition at line 74 of file odebug.h.

Referenced by Opie::Core::Internal::DebugBackend::debug().

const char* Opie::Core::PATH_PROC_CPUINFO = "/proc/cpuinfo" [static]
 

Definition at line 71 of file odevice.cpp.

Referenced by Opie::Core::ODevice::inst().

int Opie::Core::smallIconSize = -1 [static]
 

Definition at line 43 of file oresource.cpp.

Referenced by Opie::Core::OResource::loadImage().


Generated on Sat Nov 5 18:00:23 2005 for OPIE by  doxygen 1.4.2