GEOS-SC: Index: d


Data class
  • data library. The Data class provides an opaque interface to arbitrarily complex data structures.
  • data Struct field
  • database library, in struct _DB_compareData. Array of (uint8*) pointers to field data
  • drivermisc library, in struct frequencyInfo. Frequency to generate in hertz. The end of the array is signified by a frequency with a value of 0xffffffff, or FREQUENCY_END_OF_ARRAY.
  • ~Data(...) Inline member function
  • Data class. Class destructor. Won't link with a purely virtual destructor.
  • Database class
  • database library. The Database class allows programs to store and retrieve data in record format, where each record contains typed fields.
  • Database(...) Member function
  • Database class. Class constructor
  • ~Database(...) Member function
  • Database class. Class destructor. This will close the database files if they are still open.
  • DatabaseDeleted(...) Inline member function
  • DatabaseListener class. DatabaseDeleted() is invoked when database is deleted.
  • DatabaseIsOpen(...) Inline member function
  • Database class. Checks to see if this object is associated with an open database
  • DatabaseListener class
  • database library. DatabaseListener class provides a base class for applications to derive subclasses, in order to receive database event notification.
  • DatabaseListener(...) Inline member function
  • DatabaseListener class. Constructor.
  • DatabaseMailboxEvent Enumerated type
  • uma library. These correspond to the MailboxListener listener methods, and are used to request that the DatabaseMailboxManager send out a particular notification.
  • DatabaseMailboxManager class
  • uma library.
  • DatabaseMailboxNode(...) Global function
  • uma library. Class constructor. This constructor is ordinarily only called by DatabaseMailboxManager methods, not by application programs.
  • DatabaseReplaced(...) Inline member function
  • DatabaseListener class. DatabaseReplaced() is invoked if ReplaceDatabase() is sucessfully called. Can be overrided by subclass.
  • DataCallListener class
  • phone library. A DataCallListener listens for events on a DataLine.
  • DataCallManager class
  • phone library. A DataCallManager is an encapsulation of a phone line with a circuit data interface, such as a modem, or an air interface data call.
  • DataCallManagerChanged(...) Pure virtual member function
  • DataCallListener class. Called when the status of the DataCallManager changes.
  • DataCallManagerStatus Enumerated type
  • DataCallListener class. Data call manager status.
  • DataCodingScheme Member data
  • GSMSMSSystem class. GSM 03.38 defines the SMS Data Coding Scheme. This is an octet which describes the encoding of an SM. By default, it is 0, and the message is in...
  • DataHandle Global data
  • pos library. DataHandles are "handles"or "tokens"used by DataMap instances to reference blocks of movable memory. DataMap methods that manipulate movable blocks...
  • DataIndHandler(...) Member function
  • IrdaConnection class. DataIndHandler indicates that a data packet from the other side has been received. The ttpPduType indicates if more packets follow to form a SDU or...
  • DataMap class
  • pos library. The DataMap class provides movable memory allocation routines and support.
  • DataReq(...) Member function
  • IrdaConnection class. DataReq requests that a packet be sent. The packet is returned via the PacketHandledHandler() method if IS_PENDING is returned.
  • DataSize(...) Member function
  • MovableListNode class. Returns the size of the node's data buffer
  • DateIsValid(...) Global function
  • kernel library. Returns TRUE if the given date is valid (Gregorian date after the year 1900, non-inclusive); otherwise FALSE.
  • DateTime class
  • kernel library. The DateTime class is used to manage date and time information for real-time timers.
  • DateTime(...) Member function
  • DateTime class. Class constructor.
  • DateTime class. Copy constructor.
  • DateTime class. Constructor with initial values. The passed date and time must be valid.
  • day Member data
  • DateTime class. Day value of this DateTime.
  • DayOfWeek(...) Global function
  • kernel library. Returns the day of the week given a month, day, and year (the given date must be valid). 0 =Sun, 1 =Mon, 2 =Tues, 3 =Wed, 4 =Thurs, 5 =Fri, 6 =Sat
  • DaysInMonth(...) Global function
  • kernel library. Returns the number of days in the given month. The month must be valid and the year greater than 1900.
  • DB_ASCENDING Global data
  • database library. Flags for ordering directions. These are used in SetCurrentIndex() and SetCurrentMultiFieldIndex().
  • _DB_compareData Struct
  • database library. The structure that is used to hold a compare data. Each compare data is an array of field data extracted from a record.
  • DB_DEFAULT_SIZE Global data
  • database library. Provides a default size for functions that require the caller to supply the data size.
  • DB_DELETION_LOG_SIZE Global data
  • database library. The default size for the deletion log.
  • DB_Error Enumerated type
  • database library. Enumerates all possible return errors by database. Errors are grouped into four types:
  • DB_FileAccess Enumerated type
  • database library. Specifies the two access modes for database files. By default, database files are opened for reading and writing.
  • DB_FROM_MASK Global data
  • database library. Mask values used to decode a search flag.
  • DB_FROM_NEXT Global data
  • database library. Flags used in linear search (Search). bit 0,1 :Search origin. bit 2 :Search direction. bit 3 :Whether to wrap around the beginning or end of the...
  • DB_IndexDefinition Struct
  • database library. Provides a data structure for defining a multiple-field index. This is used in all multiple-field index functions.
  • _DB_indexDriver Struct
  • database library. DB_IndexDriver defines the data structure for database index drivers. All data are in serialized form, e.g., integer may be a NULL pointer with 0...
  • _DB_IndexDriverLinker class
  • database library. Class IndexDriverLinker helps to add index drivers to the system.
  • _DB_IndexDriverLinker(...) Member function
  • _DB_IndexDriverLinker class. constructor
  • DB_INT8_NAME Global data
  • database library. Predefined const strings used by database. Applications are encouraged to use these consts instead of their own string literals.
  • DB_Lock Enumerated type
  • database library. An enum of locks that the database client can acquire. It is used in AcquireLock().
  • DB_MAX_BIG_VAR_SIZE Global data
  • database library. The maximum size (in bytes) for big variable data.
  • DB_MAX_NAME_LENGTH Global data
  • database library. The maximum number of TCHAR's for a database name. It includes characters for the leading path name, and excludes the null terminator.
  • DB_MAX_SMALL_VAR_SIZE Global data
  • database library. The maximum size (in bytes) for small variable data.
  • DB_NEW_RECORD Global data
  • database library. Special values for current the record offset.
  • DB_NO_LOCK Enumerated value
  • database library, in enum DB_Lock. The client has no lock.
  • DB_READ_LOCK Enumerated value
  • database library, in enum DB_Lock. Lock the whole database for reading; prevent any modification.
  • DB_RECORD_ID Global data
  • database library. Built-in field names.
  • DB_RepairInfo Struct
  • database library. A struct to hold repair information when RepairDatabase() is called.
  • _DB_searchDriver Struct
  • database library. _DB_SearchDriver defines the data structure for search driver. A search driver must be defined statically as a constant variable.
  • _DB_SearchDriverLinker class
  • database library. SearchDriverLinker adds a search driver to the database subsystem.
  • _DB_SearchDriverLinker(...) Member function
  • _DB_SearchDriverLinker class. constructor
  • DB_WRITE_LOCK Enumerated value
  • database library, in enum DB_Lock. Lock the whole database for writing; prevent any other client from acquiring DB_READ_LOCK.
  • DBME_MESSAGE_ADDED Enumerated value
  • uma library, in enum DatabaseMailboxEvent.
  • DBME_MESSAGE_FLAGS_MODIFIED Enumerated value
  • uma library, in enum DatabaseMailboxEvent.
  • DBME_MESSAGE_HEADER_MODIFIED Enumerated value
  • uma library, in enum DatabaseMailboxEvent.
  • DBME_MESSAGE_REMOVED Enumerated value
  • uma library, in enum DatabaseMailboxEvent.
  • DBMF_EXPUNGE Global data
  • uma library. The expunge flag is set if the mailbox needs Expunging (that is, if there are any messages with the UMA_DELETED flag set).
  • DBMF_PACK Global data
  • uma library. The pack flag is set if the mailbox needs Packing (that is, if any records have been deleted from the Database since the last Database pack).
  • DCMS_BUSY Enumerated value
  • DataCallListener class, in enum DataCallManagerStatus. Data line is in use.
  • DCMS_FREE Enumerated value
  • DataCallListener class, in enum DataCallManagerStatus. Data line is free.
  • DCMS_RINGING Enumerated value
  • DataCallListener class, in enum DataCallManagerStatus. Data line is ringing.
  • DCSCharacterSet Enumerated type
  • GSMSMSSystem class. DCS defines the character set of an SM. Note that a 7-bit ASCII message is actually stored in septets.
  • DCSCS_CHARSET_8BIT Enumerated value
  • GSMSMSSystem class, in enum DCSCharacterSet. 8-bit, unspecified charset.
  • DCSCS_CHARSET_DEFAULT Enumerated value
  • GSMSMSSystem class, in enum DCSCharacterSet. 7-bit ASCII in septets.
  • DCSCS_CHARSET_UCS2 Enumerated value
  • GSMSMSSystem class, in enum DCSCharacterSet. 16-bit Unicode UCS-2.
  • DCSMC_CLASS_0 Enumerated value
  • GSMSMSSystem class, in enum DCSMessageClass. Class 0 message.
  • DCSMC_CLASS_ME Enumerated value
  • GSMSMSSystem class, in enum DCSMessageClass. ME-specific:default.
  • DCSMC_CLASS_SIM Enumerated value
  • GSMSMSSystem class, in enum DCSMessageClass. SIM-specific message.
  • DCSMC_CLASS_TE Enumerated value
  • GSMSMSSystem class, in enum DCSMessageClass. Message for TE (attached to ME).
  • DCSMessageClass Enumerated type
  • GSMSMSSystem class. DCS defines a "message class"meaning, for DCS bytes with high bits 00 or 11, and bit 4 set to 1.
  • DCSMessageWaitingIndication Enumerated type
  • GSMSMSSystem class. The Data Coding Scheme provides a simple message waiting indicator. This is deprecated by the more powerful UDH mechanism, but still commonly used.
  • DCSMWI_ACTIVE_WAITING_EMAIL Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Activate email indicator.
  • DCSMWI_ACTIVE_WAITING_FAX Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Activate fax indicator.
  • DCSMWI_ACTIVE_WAITING_OTHER Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Activate 'other'indicator.
  • DCSMWI_ACTIVE_WAITING_VOICEMAIL Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Activate voicemail indicator.
  • DCSMWI_INACTIVE_WAITING_EMAIL Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Deactivate email indicator.
  • DCSMWI_INACTIVE_WAITING_FAX Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Deactivate fax indicator.
  • DCSMWI_INACTIVE_WAITING_OTHER Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Deactivate 'other'indicator.
  • DCSMWI_INACTIVE_WAITING_VOICEMAIL Enumerated value
  • GSMSMSSystem class, in enum DCSMessageWaitingIndication. Deactivate voicemail indicator.
  • DCTF_CHARACTER_ONLY Enumerated value
  • demoui library, in enum DemoTextFieldCustomTextFilter. Only allows upper or lower case Latin letters.
  • demoui library, in enum JLFTextFieldCustomTextFilter. Only allows upper or lower case Latin letters.
  • DCTF_FIRST_CUSTOM_FILTER Enumerated value
  • demoui library, in enum DemoTextFieldCustomTextFilter. The first legal custom filter.
  • demoui library, in enum JLFTextFieldCustomTextFilter. The first legal custom filter.
  • DCTF_LAST_CUSTOM_FILTER Enumerated value
  • demoui library, in enum DemoTextFieldCustomTextFilter. The last legal custom filter.
  • demoui library, in enum JLFTextFieldCustomTextFilter. The last legal custom filter.
  • DE_BUFFER_TOO_SMALL Enumerated value
  • mime library, in enum DecodingError. The given buffer was too small.
  • DE_DECODE_ERROR Enumerated value
  • mime library, in enum DecodingError. An error was encountered while decoding the data (for instance, the number of bytes in a Base64 encoded word's data was not a multiple of four).
  • DE_PARSE_ERROR Enumerated value
  • mime library, in enum DecodingError. The encoded word was not well-formed.
  • DE_UNKNOWN_CHARSET Enumerated value
  • mime library, in enum DecodingError. The character set is not supported.
  • DE_UNKNOWN_ENCODING Enumerated value
  • mime library, in enum DecodingError. The encoding character was neither 'b'(for Base64) nor 'q'(for Quoted-Printable).
  • Deactivate(...) Member function
  • DatabaseMailboxManager class. Deactivates the DatabaseMailboxManager. This disables the creation, loading, and use of database mailboxes.
  • DEAD_BACKUP_STATUS Enumerated value
  • PD class, in enum BackupStatus. The backup batteries are dead or not installed.
  • DEAD_BATTERY_STATUS Enumerated value
  • PD class, in enum BatteryStatus. The main batteries are dead or are no not installed.
  • DeallocatePool(...) Member function
  • MessagePool class. This is a hook used to implement a custom MessagePool. Only MessagePoolManager should call this. DeallocatePool deallocates your pool.
  • DebugCommand class
  • debugmon library. The DebugCommand class is the base class from which all new debug commands derive.
  • DebugCommand(...) Member function
  • DebugCommand class. The DebugCommand constructor should only be called by subclasses. it adds the new debug command to the list of debug commands and also sets the token...
  • DebugCommandConstants Enumerated type
  • DebugCommand class. Constants associated with debug commands.
  • DebugMonitor class
  • debugmon library. The DebugMonitor class provides a command line interface from which user defined commands can be run.
  • DebugMonitor(...) Member function
  • DebugMonitor class. The DebugMonitor constructor
  • DebugMonitorConstants Enumerated type
  • DebugMonitor class. Constants associated with the DebugMonitor
  • DebugMonitorLog class
  • debugmon library. This subclass of Log class redirects the log output to the DebugMonitor specified in the constructor.
  • DebugMonitorLog(...) Member function
  • DebugMonitorLog class. DebugMonitorLog constructor. Stores away a pointer to the associated DebugMonitor, and invokes the baseclass constructor.
  • DecInuse(...) Member function
  • IrdaConnection class. DecInuse decrements the inuse flag. This is used to reverse the effect of TestSetInuse() or IncInuse().
  • DeclineMessage(...) Member function
  • DeliveryEvent class. Declines the delivery. It will be passed on to the next client that is subscribed for the message's format.
  • Decode(...) Global function
  • wwwcore library. Decode hex encoded data to octets. These function decode data which was encoded as in the corresponding Encode function.
  • wwwcore library. Decodes an ASCII-encoded buffer back to its original binary form.
  • Decode(...) Member function
  • Base64Decoder class. Decodes the given data, writing the result into the specified buffer. The size of the destination buffer must be at least 3/4 the size of the data...
  • MimeDecoder class. Decodes the given data, writing the result into the specified buffer. To verify successful completion of a the Mime data, use Terminate().
  • QuotedPrintableDecoder class. Decodes the given data, writing the result into the specified buffer. If the encoded data is too large to fit in the destination buffer, the encoding...
  • DecodeAndConvertWord(...) Global function
  • mime library. Decodes an RFC 2047-compliant encoded word, and converts it from its character set to Unicode (if possible).
  • DecodeWord(...) Global function
  • mime library. Decodes an RFC 2047-compliant encoded word. DecodeWord() does not do any translation between character sets; it merely decodes the coded word, using...
  • DecodeWord(...) Member function
  • MimeLibrary class. Decode the data in an rfc2047 coded word. NOTE:This function assumes that the word is well-formed. It is up to the caller to verify that this is true.
  • DecodingError Enumerated type
  • mime library. Errors generated in the course of decoding an encoded word.
  • DecrementAutoSleepDisableCount(...) Member function
  • PowerDriver class. Method to decrement the auto sleep disable count. The auto sleep mechanism is disabled when the count is non-zero. The count ranges from 0-255.
  • DecrementBackgroundRunningCount(...) Member function
  • PowerDriver class. Method to decrement the background running count. The system will not go into SUSPEND mode as long as the count is non-zero, unless RequestSuspend()...
  • DecrementDozeDisableCount(...) Member function
  • PowerDriver class. Decrements the doze disable count. When the count is zero, the system enters DOZE state at idle time if userIO is on.
  • DecrementTurboRunningCount(...) Member function
  • PowerDriver class. Method to decrement the turbo running count. The count ranges from 0-255.
  • DEFAULT_SERIAL_NOTIFICATIONS Global data
  • drivermisc library. By default, notify serial clients of the changes specified in the DEFAULT_SERIAL_NOTIFICATIONS constant.
  • DEFAULT_STREAM_SIZE Global data
  • streams library. Default stream buffer size.
  • DEFAULT_WWSTREAM_SIZE Global data
  • wwwcore library. Default WWStream buffer size.
  • DEFAULT_WWSTREAM_UNGET_SIZE Global data
  • wwwcore library. Default WWStream unget buffer size.
  • defaultStackSize Global data
  • drivermisc library. Default size of Thread stacks, in units of words (4 bytes). Defined in platform specific code
  • DefinePort(...) Member function
  • SerialDriver class. Defines the base memory address and interrupt used for a serial port if the driver doesn't already know them.
  • DeflectNewCall(...) Member function
  • VoiceCallManager class. Deflect an incoming call to another address. Call must be in the alerting state. This is an optional feature:#ifdef NETWORK_SUPPORTS_DEFLECT.
  • DeflectNewCallToVoicemail(...) Member function
  • VoiceCallManager class. Deflect an incoming call to voicemail. Call must be in the alerting state. This is an optional feature:#ifdef NETWORK_SUPPORTS_DEFLECT_VOICEMAIL.
  • DelayedDelete(...) Member function
  • FlexComponent class. DelayedDelete deletes this component by invoking a routine via MessageQueue::QueuedFunctionCall(). There are cases where you want to delete a...
  • Delete(...) Member function
  • Array class. Deletes the specified element. It is illegal to have any locks on the array when Delete is called.
  • DatabaseMailboxManager class. Deletes a database mailbox, unloading it first if necessary. This method deletes the database files from the filesystem.
  • FileStoreManager class. Deletes the file given by the path. Directories may not be deleted with this method. A file cannot be deleted if it is currently open or if it is...
  • MovableListNode class. Deletes the movable memory associated with this node. (Subsequent calls to IsNull() will return true.)
  • RegistryKey class. Delete registry key and all children of registry key from the registry tree. This is currently only a safe operation for leaf keys (i.e., keys with...
  • VariableArray class. Deletes the specified element. It is illegal to have any locks on the array when Delete is called.
  • DeleteAlarm(...) Member function
  • AlarmManager class. Deletes the specified alarm. If the alarm has already been dispatched, this routine will return AME_INVALID_ALARM.
  • DeleteAll(...) Global function
  • umadata library. Deletes all ListNodes in the CountedList. This function removes each ListNode from the CountedList and deletes it (calls the delete operator to...
  • umadata library. Deletes all ListNodes in the LinkedList. This function removes each ListNode from the LinkedList and deletes it (calls the delete operator to invoke...
  • wwwcore library. DeleteAll should be called as part of the shutdown to the WW library. It throws away all strings. No library initialization is required.
  • DeleteAll(...) Member function
  • Array class. Deletes all the elements in the array. It is illegal to have any locks on the array when DeleteAll is called.
  • MovableList class. Deletes all the nodes in the list.
  • DeleteDatabase(...) Member function
  • Database class. Deletes an existing database. The client must be in an exclusive session. All database objects associated with this database are closed after this...
  • DeleteDirectory(...) Member function
  • FileStoreManager class. Deletes a directory. This may fail if the FileStore specified by path does not support directories. The path must exist and must be empty.
  • DeleteIndex(...) Member function
  • Database class. Deletes an existing single-field index. See DeleteMultiFieldIndex() for more detail.
  • DeleteMessage(...) Member function
  • DeliveryEvent class. Accepts the delivery and deletes the message in one step. This will delete this instance of DeliveryEvent as well.
  • MailboxView class. Deletes the current message. The MailboxView will have no current message after this operation. Important:This delete is permanent and may not be...
  • DeleteMultiFieldIndex(...) Member function
  • Database class. Deletes an existing multifield index. If the index to be deleted is the currrent index, the current index is changed to be the default index.
  • DeleteRange(...) Member function
  • Array class. Deletes the specified range of elements. The endpoints are also deleted. One can specify just one element:For example, if the range (DARRAY_END,...
  • DeleteRecord(...) Member function
  • Database class. Deletes the current record. After this function call there is no current record. The client must acquire DB_WRITE_LOCK to call this function.
  • DeleteStrokesFromBundle(...) Member function
  • Ink class. Used to selectively delete strokes from a bundle in an Ink object.
  • DELETING Enumerated value
  • Uma class, in enum State. Indicates that the message is currently being deleted. Action after crash:Remove message.
  • Deliver(...) Member function
  • Inbox class. Delivers all messages with a given Transport token to applications. (See the Inbox class overview for a discussion of the delivery process)
  • Inbox class. Delivers a single message to applications. See the Inbox class overview for a discussion of the delivery process.
  • DELIVERED Enumerated value
  • Uma class, in enum State. Indicates a message that has been successfully delivered. Action after crash:Nothing (application handles).
  • DELIVERING Enumerated value
  • Uma class, in enum State. Indicates a message that is in the process of being delivered. Action after crash:Mark as DELIVERY_FAILED and Retry delivery when applications...
  • DELIVERY_FAILED Enumerated value
  • Uma class, in enum State. Indicates that the Inbox has attempted to deliver this message and failed. Action after crash:Retry delivery when applications register.
  • DeliveryEvent class
  • uma library. This class is used by the Inbox to deliver incoming messages to applications. The Inbox sends an instance of DeliveryEvent to an app's...
  • DeliveryListener class
  • uma library. The DeliveryListener class is used to receive incoming messages from the Inbox. Clients should inherit from DeliveryListener and intercept the...
  • DeliveryListener(...) Inline member function
  • DeliveryListener class. The DeliveryListener constructor initializes internal data.
  • ~DeliveryListener(...) Member function
  • DeliveryListener class. The DeliveryListener destructor.
  • DeliveryReceived(...) Pure virtual member function
  • DeliveryListener class. This method is called when a message is being delivered to the application. It should be subclassed to process the DeliveryEvent by calling...
  • DemoButtonLookHint Enumerated type
  • demoui library. Types of Buttons in the Demoui
  • DemoCheckboxLookHint Enumerated type
  • demoui library. Types of Checkboxes in the Demoui
  • DemoDialogLookHint Enumerated type
  • demoui library. Types of Dialogs in the Demoui
  • DemoFrameLookHint Enumerated type
  • demoui library. Types of Frames in the Demoui
  • DemoImageLookHint Enumerated type
  • demoui library. Types of FlexImages in the Demoui
  • DemoListLookHint Enumerated type
  • demoui library. Types of Lists in the Demoui
  • DemoMenuLookHint Enumerated type
  • demoui library. Types of menus in the Demoui
  • DemoPanelLookHint Enumerated type
  • demoui library. Types of Panels in the Demo UI.
  • DemoScrollbarLookHint Enumerated type
  • demoui library. Types of Scrollbars in the Demoui
  • DemoScrollPaneLookHint Enumerated type
  • demoui library. Types of ScrollPanes in the Demoui
  • DemoTableLook Enumerated type
  • demoui library. Types of FlexTables.
  • DemoTextFieldCustomTextFilter Enumerated type
  • demoui library. Demoui Custom Text Filters. Custom filters for the DemoTextField.
  • DemoTextFieldLook Enumerated type
  • demoui library.
  • depth Struct field
  • driverdisplay library, in struct DisplayModeInfo. The number of bits per pixel.
  • DequeueMessage(...) Member function
  • MailboxView class. Dequeues the current message. This makes the message ineligible for sending by the Outbox or delivering by the Inbox.
  • Deref(...) Member function
  • DataMap class. Use this to dereference the handle without locking it. The handle MUST already have at least one lock in order to be dereferenced.
  • DerefH(...) Global function
  • pos library. This is a convenience routine that calls the corresponding method on the global heap DataMap, theHeapDataMap.
  • Deselect(...) Member function
  • FlexList class. Deselects the item at index position in the FlexList. If the index doesn't exist nothing happens. If the item at the index position of the FlexList...
  • Destroy(...) Inline member function
  • Message class. Deletes a dynamically constructed Message object. We provide this API because the destructor is protected, to prevent people from inadvertently...
  • DestroyAppBase(...) Member function
  • ResidentApplication class. DestroyAppBase is called right before an application thread exits, to destroy a dynamically allocated AppBase object.
  • DestroyStream(...) Member function
  • HTMLViewer class. Block waiting for HTMLViewer to finish reading the stream provided in NewStream(). While blocked on DestroyStream(), you could call Stop() from a...
  • Detach(...) Member function
  • MessageQueue class. Exits any currently active Attach() call for all threads (there is usually only one) that have called Attach() on the MessageQueue.
  • dev Struct field
  • fs library, in struct StatBuffer. FileStore that the file or directory resides on. The root directory will have NULL here.
  • DEVICE_ERROR Enumerated value
  • comms library, in enum Error. An attempt to read from the connection resulted in a device error.
  • DeviceError(...) Member function
  • Connection class. Command used by an underlying device driver (if any) to signal the occurrence of a device error. Wakes any blocked readers if Read() was called with...
  • Stream class. Command used by an underlying device driver (if any) to signal the occurrence of a device error. Wakes any blocked readers if Read() was called with...
  • DeviceToScreen(...) Member function
  • PointerDriver class. Convert device (digitizer) coordinates to screen (pixel) coordinates.
  • Dial(...) Member function
  • DataCallManager class. Makes a phone call. It's important to Acquire() before you try to Dial(). After a successful Dial() call, the _circuit variable will be set.
  • DIALOG_WITH_CLOSE_BUTTON Enumerated value
  • demoui library, in enum JLFDialogLookHint. A Dialog that has a button on its Title bar that allows the Frame to be closed.
  • DIALOG_WITH_NO_CLOSE_BUTTON Enumerated value
  • demoui library, in enum JLFDialogLookHint. A Frame that cannot be closed.
  • DialogLayout class
  • toolkit library. The DialogLayout class implements a layout manager that organizes components in a way that is useful for creating dialog boxes.
  • DialogLayout(...) Member function
  • DialogLayout class. Class constructor.
  • Dimension class
  • toolkit library. The Dimension class is used to pass height and width information. A Dimension object contains a height and width value that can be retrieved or...
  • Dimension(...) Inline member function
  • Dimension class. Constructor for the Dimension class that takes a height and width value to initialize the object.
  • Dimension class. Constructor for the Dimension class that creates an object with height 0 and width 0.
  • DisablePreemption(...) Member function
  • Thread class. Disables preemptive multitasking. This can be called multiple times, requiring an equal number of EnablePreemption() calls before preemptive...
  • DischargeTime Member data
  • GSMSMSSystem class. A GSM discharge time is the time when a submitted message was processed by the SC. It uses the same format as a ServiceCentreTimestamp.
  • Disconnect(...) Member function
  • NiftyTransport class. Disconnect() Logs off Niftyserve, hangs up the line, and sets _connected to false.
  • Pop3Transport class. Disconnects from the POP3 server by negotiating an end to the session and releasing the access point that represents the POP3 server.
  • SmtpTransport class. Disconnects from the SMTP server by negotiating an end to the session and releasing the AccessPoint that represents the SMTP server.
  • TenYenTransport class. Disconnects from the 10-Yen server by negotiating an end to the session and hanging up the phone. For connections to ordinary access points with...
  • Transport class. Returns the Transport to an unconnected state by attempting to disconnect from the remote messaging server.
  • DisconnectIndHandler(...) Member function
  • IrdaConnection class. DisconnectIndHandler indicates that the connection has been disconnected. The receive buffer contains the data sent as part of the disconnection.
  • Disconnecting(...) Member function
  • SpoolListener class. Called immediately before Transport::Disconnect(). The base class implementation does nothing.
  • DisconnectIrLap(...) Member function
  • IrdaDriver class. Disconnect IrLAP. If an IrLAP connection exists it will be disconnected This function should be used with care because all IrLMP/TinyTP connections...
  • DisconnectReq(...) Member function
  • IrdaConnection class. DisconnectReq requests a disconnect of the link or refuses an incoming connection. The disconnect is complete when the packet is returned via the...
  • DiscoveryCnfHandler(...) Member function
  • IrdaClient class. The DiscoveryCnfHandler is called in response to DiscoveryReq(). This method is called on the thread associated with the IrDA client's message queue,...
  • DiscoveryIndHandler(...) Member function
  • IrdaClient class. The DiscoveryIndHandler is called when a sniffer is found or this device is discovered. This method is called on the thread associated with the IrDA...
  • DiscoveryReq(...) Member function
  • IrdaClient class. Request that a discovery process be initiated to the device specified by devAddr. The results will come back via the DiscoveryCnfHandler() method.
  • DispatchMessage(...) Member function
  • MessageQueue class. DispatchMessage() is invoked when a Message is pulled off the MessageQueue. The base class handler supports for Messages whose ID is...
  • DispatchNotification(...) Member function
  • Broadcaster class. Invoked to dispatch a notification to the passed BroadcastListener. This is invoked by the handler for Broadcast().
  • DisplayDriver class
  • driverdisplay library. The DisplayDriver class defines the API for the display driver. The display driver provides the low level access to the device's display hardware.
  • displayHeight Struct field
  • driverdisplay library, in struct DisplayModeInfo. The height of the screen in pixels.
  • DisplayModeInfo Struct
  • driverdisplay library. Each possible mode for the video display has one of these structures. They are used by the constructor to set screen mode as well as by the...
  • DisplayUsage(...) Pure virtual member function
  • DebugCommand class. DisplayUsage displays a usage statement for the command. It is invoked from the help command.
  • displayWidth Struct field
  • driverdisplay library, in struct DisplayModeInfo. The width of the screen in pixels.
  • DISPOSABLE_BATTERY_TYPE Enumerated value
  • PD class, in enum BatteryType. The main battery is disposable (not rechargeable).
  • DivXY(...) Member function
  • WinXYPoint class. Divides the point values by a floating point value.
  • DM_BAD_DATA_HANDLE Global data
  • pos library. DM_BAD_DATA_HANDLE is the value used to signify the "null"DataHandle. It should be used to signify the lack of a handle, since its use will be caught...
  • DoLayout(...) Member function
  • FlexComponent class. Tells the component to do its layout. This is mostly meant for containers to handle. Usually called when the FlexComponent is validated.
  • FlexContainer class. Lays out the container using the associated layout manager. This method has no effect if the container does not have a layout manager.
  • LayoutManagerInterface class. Calls LayoutContainer and validates the geometry of any visible child components.
  • DoPreLayout(...) Member function
  • LayoutManagerInterface class. Performs any layout operations that need to be done before any child containers execute their layouts (such as presizing the children to fit the...
  • DoScrollPaneLayout(...) Member function
  • FlexScrollPane class. Lays out the FlexScrollPane by resizing its child to the child's preferred size.
  • DPW_150ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFPulseWidth. Pulse for 150ms.
  • DPW_200ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFPulseWidth. Pulse for 200ms.
  • DPW_300ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFPulseWidth. Pulse for 300ms.
  • DPW_350ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFPulseWidth. Pulse for 350ms.
  • DPW_95ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFPulseWidth. Pulse for 95ms.
  • Draw(...) Member function
  • Ink class. Draws the ink into a given window.
  • TitleEvent class. Draws a null-terminated string using the settings in instance data. You can split a string over multiple lines by embedding carriage-return...
  • DrawBitmap(...) Member function
  • FlexComponent class. Draws a bitmap into a window. When drawing bitmaps of color type BCT_ONE_COLOR, the foreground color drawn is RGB_BLACK.
  • FlexComponent class. Draws a bitmap into the window.
  • Window class. Draws a bitmap into the window. This version of DrawBitmap() can draw the following kinds of bitmap when sprites are 16 bits deep:CODE Bits per pixel...
  • Window class. Draws a bitmap into the window. This version of DrawBitmap() can draw the following kinds of bitmap when sprites are 16 bits deep:CODE Bits per pixel...
  • Window class. Draws a bitmap into the window. Bitmap depth must be BD_1_BITS_PER_PIXEL, BD_4_BITS_PER_PIXEL, BD_8_BITS_PER_PIXEL, or BD_16_BITS_PER_PIXEL.
  • DrawBundle(...) Member function
  • Ink class. Draws a given bundle within the ink instance into a given window.
  • _drawCellColumn Member data
  • TableEvent class. The column to draw the new cell for. Valid in TABLE_DRAW_CELL events.
  • _drawCellRow Member data
  • TableEvent class. The row to draw the new cell for. Valid in TABLE_DRAW_CELL events.
  • drawDisabled Struct field
  • toolkit library, in struct TitleEventInfoFlags. Set if sender is drawing the disabled look.
  • DrawHLine(...) Member function
  • FlexComponent class. Draws a one pixel wide horizontal line from the start point to X =endX, inclusive.
  • Window class. Draws a one pixel wide horizontal line between two end points using lineColor. The X points can be specified in any order.
  • DrawingFinished(...) Member function
  • InkAdapter class. Notified when the FlexInk has stopped receiving ink data.
  • DrawingFinished(...) Pure virtual member function
  • InkListenerInterface class. Notified when the FlexInk has stopped receiving ink data.
  • DrawingStarted(...) Member function
  • InkAdapter class. Notified when the FlexInk is receiving ink data.
  • DrawingStarted(...) Pure virtual member function
  • InkListenerInterface class. Notified when the FlexInk is receiving ink data.
  • drawInverted Struct field
  • toolkit library, in struct TitleEventInfoFlags. Set if sender is drawing the inverted look.
  • DrawLine(...) Member function
  • FlexComponent class. Draw a one pixel wide line between two inclusive points.
  • Window class. Draw a one pixel wide line segment between two inclusive points. For a general description of the drawing commands, see Sokoto Graphics :Rendering.
  • DrawPoint(...) Member function
  • FlexComponent class. Plot a single pixel.
  • FlexComponent class. Plot a single pixel.
  • Window class. Draws a pixel at the given point. For a general description of the drawing commands, see Sokoto Graphics :Rendering.
  • Window class. Draws a pixel at the given point. For a general description of the drawing commands, see Sokoto Graphics :Rendering.
  • DrawString(...) Member function
  • FlexComponent class. Draw the specified string using the specified attributes. This version takes a length. 0 means no chars displayed.
  • FlexComponent class. Draw the specified string using the specified attributes This version assumes a NULL terminated string.
  • Window class. Draws the string into the window's sprite. Text is drawn using The _position field of the passed textState as the upper left corner of the text...
  • Window class. Draws the string into the window's sprite. Text is drawn using the _position field of the passed textState as the upper left corner of the text...
  • DrawUIShape(...) Member function
  • FlexComponent class. Draws the UI Shape into the window. For the area described by the UI Shape, the color is set. Otherwise the window area is not affected.
  • Window class. Draws a UI Shape into the window. For the area described by the UI Shape, the color is set. Otherwise the window area is not affected.
  • DrawVLine(...) Member function
  • FlexComponent class. Draw a vertical line given the two Y coordinate endpoints and the X coordinate.
  • Window class. Draws a one pixel wide vertical line between two end points using lineColor. The two Y points can be specified in any order.
  • DriverGetReservedByte(...) Member function
  • TextState class. Get the reserved byte of this object. This should be called only by a font driver.
  • DriverSetPointSize(...) Member function
  • TextState class. Set the point size of this object. This should be called only by a font driver. Applications must call SetFont() instead.
  • DriverSetReservedByte(...) Member function
  • TextState class. Set the reserved byte that is associated with this TextState. This should be called only by a font driver.
  • DriverSetTextStyle(...) Member function
  • TextState class. Set the text style of this object. This should be called only by a font driver. Applications must call SetFont() instead.
  • DriverSetTypefaceId(...) Member function
  • TextState class. Set the typeface ID of this object. This should be called only by a font driver. Applications must call SetFont() instead.
  • DRMII_100ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFRecommendedMinimumInterdigitInterval. 100ms between tones.
  • DRMII_150ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFRecommendedMinimumInterdigitInterval. 150ms between tones.
  • DRMII_200ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFRecommendedMinimumInterdigitInterval. 200ms between tones.
  • DRMII_50ms Enumerated value
  • CDMAVoiceCallManager class, in enum DTMFRecommendedMinimumInterdigitInterval. 50ms between tones.
  • DTMFPulseWidth Enumerated type
  • CDMAVoiceCallManager class. CDMA DTMF send can control timing and spacing of DTMF bursts (ARIB CDMA 6.7.2.3.2.7). Pulse width is the time each tone sounds for.
  • DTMFRecommendedMinimumInterdigitInterval Enumerated type
  • CDMAVoiceCallManager class. CDMA DTMF send can control timing and spacing of DTMF bursts (ARIB CDMA 6.7.2.3.2.7). Recommended minimum interdigit interval is the time between...
  • DumpStats(...) Member function
  • IrdaDriver class. DumpStats is an error-checking (ERROR_CHECK) routine that reports the number of good and bad frames received by the framer, the number of frames...
  • DuplicateURL(...) Global function
  • wwwcore library. Duplicate URL. It defaults to http://if there is no scheme.