Index: c
- CalculateDrawLocation(...) Member function
- FlexImage class. Calculate the position to draw the bitmap based on the aligment values set on the FlexImage and the size of the bitmap.
- CallAlerted(...) Pure virtual member function
- VoiceCallOwner class. Called when a new call arrives. The (potential) owner should either Accept, Release, Ignore, or Deflect the call.
- CallBlockingState Struct
- CDMAVoiceCallManager class. CDMA can block various kinds of incoming calls.
- CallChanged(...) Pure virtual member function
- VoiceCallOwner class. Called when the state of a call changes.
- CallCharge Member data
- VoiceCallManager class. Advice of Charge (AoC) information can be calculated continuously during the call, or delived at the end.
- CallConnectResult Enumerated type
- DataCallManager class. Connection I/O codes.
- CallerIDCode Enumerated type
- VoiceCallManager class. Caller ID number codes. Not all networks generate all codes; but at the moment there are no #defines to indicate which is which.
- CallForwarded(...) Pure virtual member function
- VoiceCallOwner class. Called when a call has been forwarded. This is an optional feature:#ifdef NETWORK_DELIVERS_FORWARD_NOTIFY.
- CallID Member data
- VoiceCallManager class. A call ID is a 32-bit number. We are using IDs instead of object references for a variety of reasons, notably to make it easier to implement the API...
- Calloc(...) Member function
- Allocator class. Allocates space for an array of
- RAMAllocator class. Allocates space for an array of
- CallocH(...) Member function
- DataMap class. Allocates space for an array of
- CallResourceMaxima Enumerated type
- VoiceCallManager class. Constant maxima for various call resources:
- CallResourceState Struct
- VoiceCallManager class. CallResourceState is used to describe the resource state of the call system. Although apps do not see calls owned by other apps, it is important for...
- CallResourceStateChanged(...) Pure virtual member function
- VoiceCallOwner class. Called when the call resource state changes.
- CallResultCode Enumerated type
- VoiceCallManager class. A CallResultCode is the direct return of an operation request. It defines the immediate response of the network or driver to the request.
- CallState Struct
- VoiceCallManager class. CallState is used to return copies of call status. It may also be used in internal implementation.
- CallStatusCode Enumerated type
- VoiceCallManager class. Status. Incoming calls go alerting-[on hold/active]-closed. Outgoing calls go dialing-[on hold/active]-closed.
- Cancel(...) Global function
- umainternal library. Cancel the spool's current activity, if any. If the spool's thread is running, Cancel() attempts to stop it, interrupting any Transport operation in...
- Cancel(...) Member function
- NiftyTransport class. Cancel() Attempt to cancel a Nifty session in progress by setting the cancel flag and causing a device error on the Transport's Connection, which...
- Pop3Transport class. Attempts to cancel a Pop3Transport operation in progress.
- SmtpTransport class. Attempts to cancel an SmtpTransport operation in progress. Cancel() is the only thread-safe SmtpTransport method (that is, it is the only method that...
- SpoolListener class. Called to cancel operations involving the Transport type for which this SpoolListener is registered. Calling Cancel() completely stops use of the...
- TenYenTransport class. Attempts to cancel a TenYenTransport operation in progress.
- Transport class. Interrupts the operation of Begin(), Connect(), Disconnect(), End(), Retrieve(), and Send(), if possible.
- castMenuToFlexComponent(...) Pure virtual member function
- MenuItem class. Subclasses must override this and return a FlexComponent pointer to themselves.
- CCR_BUSY Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because line is busy.
- CCR_FAILED Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because of system error.
- CCR_NO_ANSWER Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because the call was not answered.
- CCR_NO_CARRIER Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because the line had no carrier.
- CCR_NO_DIALTONE Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because the line had no dialtone.
- CCR_OK Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection was successful.
- CCR_TIMEOUT Enumerated value
- DataCallManager class, in enum CallConnectResult. Connection failed because of a timeout.
- CDMAGetBaseStationPosition(...) Member function
- CDMAVoiceCallManager class. Get the position of the base station. This is stored on the mobile at handoff registration time.
- CDMAGetCallBlockingState(...) Member function
- CDMAVoiceCallManager class. Get the call blocking state. This is stored on the mobile, not in the network.
- CDMAHandedOff(...) Pure virtual member function
- CDMAVoiceCallOwner class. Called when the base station position changes (ie, handoff).
- CDMAReceiveSupplementaryServiceRecord(...) Member function
- CDMAVoiceCallOwner class. Receive a CDMA national supplementary service record (ARIB CDMA 7.7.5.8). The record is in storage that must be freed.
- CDMASendDTMFTimed(...) Member function
- CDMAVoiceCallManager class. Send DTMF tones, with timing control. Call must be active. Network returns on acknowledge, not after transmission.
- CDMASendSupplementaryServiceRecord(...) Member function
- CDMAVoiceCallManager class. Send a message with a national supplementary service record (ARIB CDMA 6.7.4.19). A Flash with Information message will be sent on the Reverse...
- CDMASetCallBlockingState(...) Member function
- CDMAVoiceCallManager class. Set the call blocking state. This is stored on the mobile, not in the network.
- CDMAStartDTMFTone(...) Member function
- CDMAVoiceCallManager class. Start a continuous DTMF tone.
- CDMAStopDTMFTone(...) Member function
- CDMAVoiceCallManager class. Stop a continuous DTMF tone.
- CDMAVoiceCallManager class
- phone library. An CDMAVoiceCallManager is the voice call manager for the IS-95 CDMA air interface.
- CDMAVoiceCallOwner class
- phone library. A CDMAVoiceCallManager can provide special features if passed CDMAVoiceCallOwner objects.
- ChangeCallOwner(...) Member function
- VoiceCallManager class. Change the owner of a call. Call can be in any state. This command does not communicate with the network.
- ChangeDatabaseFileAccess(...) Member function
- Database class. Reopens the underlying database files with the specified access mode. Database assumes that files can be opened by multiple readers, but not by both...
- ChangeTarget(...) Member function
- Sgml class. Change the target.
- _CHAR(...) Global function
- sys_info library. The _CHAR() macro is applied to character constants. Under DBCS it marks character constants for special handling.
- _character Member data
- FilterEvent class. Character to filter.
- CHARS_PER_LINE Enumerated value
- DebugMonitor class, in enum DebugMonitorConstants. The number of characters which the screen should contain per line. Currently set to 80.
- CHECKBOX_WITH_CHECKMARK_CHECK Enumerated value
- demoui library, in enum JLFCheckboxLookHint. A selected Checkbox has a checkmark in its box. Box is drawn to the left of Checkbox's label or image. Box is centered with label or image.
- CHECKBOX_WITH_SHADED_CHECK Enumerated value
- demoui library, in enum JLFCheckboxLookHint. A selected Checkbox has its box filled in. Box is drawn to the left of the Checkbox's label or image. Box is at top of label or image.
- CheckFormat(...) Member function
- Transport class. Determines whether or not the Transport handles a given format. The format string should be a MIME content type, registered if possible.
- CheckMenuType(...) Member function
- FlexMenu class. Defines the "type"associated with menus. You can invoke "CheckMenuType(aFlexMenu())", which will return TRUE if it is a FlexMenu or subclass thereof.
- FlexMenuButton class. Defines the "type"associated with menu buttons. You can invoke "CheckMenuType(aFlexMenuButton())", which will return TRUE if it is a FlexMenuButton...
- MenuItem class. Defines the "type"associated with menu items. You can invoke "CheckMenuType(aMenuItem())", which will return TRUE if it is a MenuItem or subclass...
- CHILD_ADDED Enumerated value
- ContainerEvent class, in enum ContainerEventType. A child component has been added to a container.
- CHILD_REMOVED Enumerated value
- ContainerEvent class, in enum ContainerEventType. A child component has been removed from a container.
- ChildAdded(...) Member function
- ContainerAdapter class. Called after a child component has been added to the container.
- ChildAdded(...) Pure virtual member function
- ContainerListenerInterface class. Called after a child component has been added to the container.
- ChildRemoved(...) Member function
- ContainerAdapter class. Called after a child component has been removed from the container.
- ChildRemoved(...) Pure virtual member function
- ContainerListenerInterface class. Called after a child component has been removed from the container.
- ChooseField(...) Pure virtual member function
- MimeHeaderParser class. This method is called by ParseData() when an RFC822/MIME field has been found by ParseData(). If ChooseField() returns true, then ProcessFieldData()...
- CIDC_BLOCKED Enumerated value
- VoiceCallManager class, in enum CallerIDCode. Caller ID is blocked.
- CIDC_NETWORK_PROVIDED Enumerated value
- VoiceCallManager class, in enum CallerIDCode. CID provided by network.
- CIDC_NETWORK_SCREEN_FAILED Enumerated value
- VoiceCallManager class, in enum CallerIDCode. CID provided by user, screen failed.
- CIDC_NETWORK_SCREEN_PASSED Enumerated value
- VoiceCallManager class, in enum CallerIDCode. CID provided by user, screened by network.
- CIDC_NETWORK_UNSCREENED Enumerated value
- VoiceCallManager class, in enum CallerIDCode. CID provided by user, not screened.
- CIDC_UNKNOWN Enumerated value
- VoiceCallManager class, in enum CallerIDCode. Caller ID is unknown.
- Clean(...) Member function
- HTFileCacheManager class. Clean cache by deleting all cached files. The max cache size remains unchanged. See SetSize()
- Cleanup(...) Member function
- DisplayDriver class. Cleans up the display driver at shutdown time (called before RAM is turned off). Implementors of the DisplayDriver class should clean up whatever is...
- FatalErrorDriver class. This driver's version of the Cleanup Geode member function.
- Geode class. Called before the system goes down. Cleanup does any operations required prior to removing this Geode from the system.
- IrdaDriver class. Overrides Geode::Cleanup so that the stack's message pool can be deleted.
- Registry class. Close database file, etc. This is called automatically as part of the Geode class cleanup. Applications should not call this directly.
- SerialDriver class. Stops all serial sessions.
- SoundDriver class. Cleans up the sound driver at shutdown time (called before RAM is turned off). Implementors of the SoundDriver class should clean up whatever is...
- CleanupCall(...) Member function
- VoiceCallManager class. Clean up the state of a call. Call must be closed.
- ClearAlertOwner(...) Member function
- VoiceCallManager class. Clear an owner from the alert list.
- ClearClipRect(...) Member function
- FlexComponent class. ClearClipRect clears out a clip rectangle that was previously set.
- Window class. Set this windows clipping rectangle to the default clipping rectangle. See clipping for a description of the default clipping rectangle.
- ClearFlags(...) Member function
- DatabaseMailboxManager class. Clears a given set of mailbox flags. This operation is best expressed as newFlags =oldFlags &~flags;
- MailboxView class. Clears the indicated message flags. In other words, sets the current message's flags field to the bitwise AND of its current value and the argument's...
- ClearRealTimeAlarm(...) Member function
- PlatformDriver class. Clears any alarms scheduled in the real-time clock hardware, callable anytime. Calling this prevents the INTERRUPT_SYSTEM_REAL_TIMER interrupt from...
- Clone(...) Member function
- Array class. Makes a clone (deep-copy) of this object and any allocated memory that it owns. See Data::Clone() for full details.
- Block class. Makes a clone (deep-copy) of this object and any allocated memory that it owns. See Data::Clone() for full details.
- Data class. Makes a clone (deep-copy) of this object and any allocated memory that it owns. By default, the clone object is allocated on the heap.
- VariableArray class. Makes a clone (deep-copy) of this object and any allocated memory that it owns. See Data::Clone() for full details.
- close(...) Global function
- inet library. Close a socket.
- Close(...) Member function
- FileBody class. Closes the FileBody. Close() is used to end I/O sessions, which are initiated by Open(). If a call to Open() is not followed by a subsequent call to...
- FlexMenu class. Closes the menu. This involves removing the menu popup window from AppBase, setting it invisible, clearing the "open state,"and notifying menu...
- InlineBody class. Closes the InlineBody. Close() is used to end I/O sessions, which are initiated by Open(). If a call to Open() is not followed by a subsequent call...
- SerialDriver class. Closes a serial connection, tearing down the Connection object.
- Close(...) Pure virtual member function
- File class. Closes the File. Files should be closed when they are no longer needed. Once a File object has been closed, it may no longer be used; this implies...
- MessageBody class. Closes the MessageBody. Close() is used to end I/O sessions, which are initiated by Open(). If a call to Open() is not followed by a subsequent call...
- CLOSED Enumerated value
- comms library, in enum Error. The given connection was closed.
- CloseDatabase(...) Member function
- Database class. Closes an open database. Any open session is closed and any acquired lock is released.
- CloseRead(...) Member function
- AudioStreamDriver class. Closes and frees a stream that was previously opened via OpenRead(). The stream will be freed, so no more member functions should be invoked on it.
- CloseReader(...) Member function
- Stream class. Close the stream for reading. If the writer has already called ClosedWriter(), then the buffer will be deleted.
- CloseWindowWhenActivated(...) Member function
- FlexButton class. If set TRUE, this method will cause the parent window of the button to close (the window is set not visible) when the button is activated.
- CloseWrite(...) Member function
- AudioStreamDriver class. Closes and frees a stream that was previously opened via OpenWrite(). The stream will be freed, so no more member functions should be invoked on it.
- CloseWriter(...) Member function
- Stream class. Close the stream for writing. If the reader has already called CloseReader(), then the buffer will be deleted.
- CLOSING Enumerated value
- comms library, in enum Error. The given connection had been closed by the other side.
- CMD_CANCEL_STATUS Enumerated value
- GSMSMSSystem class, in enum CommandType. Cancel status report request.
- CMD_DELETE_SM Enumerated value
- GSMSMSSystem class, in enum CommandType. Delete previously submitted SM.
- CMD_ENABLE_STATUS Enumerated value
- GSMSMSSystem class, in enum CommandType. Enable status report request.
- CMD_ENQUIRY Enumerated value
- GSMSMSSystem class, in enum CommandType. Inquire about the status of a message.
- CodedWordReceived(...) Inline member function
- MimeHeaderParser class. This method is called when a coded word arrives. The word is part of the value of the header named by the most recent call to HeaderFound().
- color Struct field
- ink library, in struct INK_COLOR_RECORD. The color held in the record.
- Colorant Global data
- graphics library. A Colorant is a color combined with an opacity value. The color is specified as an RGB triplet, with 8 bits for each component.
- COM1 Enumerated value
- drivermisc library, in enum SerialPort.
- COM2 Enumerated value
- drivermisc library, in enum SerialPort.
- COM3 Enumerated value
- drivermisc library, in enum SerialPort.
- COM4 Enumerated value
- drivermisc library, in enum SerialPort.
- COM5 Enumerated value
- drivermisc library, in enum SerialPort.
- COM6 Enumerated value
- drivermisc library, in enum SerialPort.
- COM7 Enumerated value
- drivermisc library, in enum SerialPort.
- COM8 Enumerated value
- drivermisc library, in enum SerialPort.
- COM_EXTERNAL Enumerated value
- drivermisc library, in enum SerialPort. External serial port connector.
- COM_IR Enumerated value
- drivermisc library, in enum SerialPort. IR port, using IRCOMM.
- COM_MODEM Enumerated value
- drivermisc library, in enum SerialPort. Modem, or modem emulation (DCA or circuit data call).
- CommandData Member data
- GSMSMSSystem class. The built-in commands have no data.
- CommandDataLength Member data
- GSMSMSSystem class. A command can be up to 157 octets long, on account of the shorter header.
- CommandType Enumerated type
- GSMSMSSystem class. SMS supports a variety of commands on previously sent SMs.
- CommitRecord(...) Member function
- Database class. Adds a new record or commits the changes made to an existing record. After the function call, the new or modified record becomes the current record.
- Compare Struct field
- database library, in struct _DB_indexDriver. Compare two data. The first one is pre-processed. The second data is in serialized form, and is guaranteed to be valid.
- database library, in struct _DB_searchDriver. Function that compares the target data with a second field data. The field data is in serialized form.
- Compare(...) Member function
- DateTime class. Compares two DateTimes.
- CompareFlags(...) Member function
- MailboxView class. Compares the given flag mask to the flags of the current message, using the given comparison operator.
- ComponentAdapter class
- toolkit library. The ComponentAdapter class is a subclass of ComponentListenerInterface to be notified of component events.
- ComponentAdded(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been added to a container.
- ComponentAdded(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been added to a container.
- ComponentEvent class
- toolkit library. The ComponentEvent is generated and sent to a ComponentListener when a FlexComponent is hidden, moved, resized, or shown.
- ComponentEvent(...) Member function
- ComponentEvent class. Constructor for the ComponentEvent.
- ComponentEvent class. Constructor for the ComponentEvent.
- ComponentHidden(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been hidden.
- ComponentHidden(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been hidden.
- ComponentID Enumerated type
- PD class. Defines the various components of the device for which the PowerDriver can control the power state. The PLATFORM_SPECIFIC_COMPONENT_IDS should be...
- ComponentListenerInterface class
- toolkit library. ComponentListenerInterface is the abstract base class for ComponentListener objects. It is the listener interface for receiving component events.
- ComponentMoved(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been moved.
- ComponentMoved(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been moved.
- ComponentNotVisible(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been set not-visible. This may be accompanied by a ComponentHidden() invocation if all the parents of this...
- ComponentNotVisible(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been set not-visible. This may be accompanied by a ComponentHidden() invocation if all the parents of this...
- ComponentRemoving(...) Member function
- ComponentAdapter class. Notified when the FlexComponent is being removed from a container.
- ComponentRemoving(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent is being removed from a container.
- ComponentResized(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been resized.
- ComponentResized(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been resized.
- ComponentShown(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been shown.
- ComponentShown(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been shown.
- ComponentVisible(...) Member function
- ComponentAdapter class. Notified when the FlexComponent has been set visible. This may be accompanied by a ComponentShown() invocation if all the parents of this component...
- ComponentVisible(...) Pure virtual member function
- ComponentListenerInterface class. Notified when the FlexComponent has been set visible. This may be accompanied by a ComponentShown() invocation if all the parents of this component...
- ConcatenatedElement Struct
- GSMSMSSystem class. A concatenated short message can string together as many as 254 SMs. The user of our API is responsible for decoding and reassembling received...
- connect(...) Global function
- inet library. Connect to a remote address.
- Connect(...) Member function
- Connection class. Link this connection to a previous one created with allocated streams.
- NiftyTransport class. Connect() Given a data line, dial up the Niftyserve server and get logged in.
- Pop3Transport class. Connects to a POP3 server by initiating a TCP connection and conducting the initial protocol exchange.
- SmtpTransport class. Connects to an SMTP server by opening the specified AccessPoint and conducting the initial protocol exchange.
- TenYenTransport class. Connects to a 10-Yen server by dialing the phone and exchanging password and session information. The access point can take two forms.
- Transport class. Connects to a remote messaging server, enabling the Transport to retrieve and/or send messages. The access point passed to the Connect() function...
- ConnectCnfHandler(...) Member function
- IrdaConnection class. ConnectCnfHandler indicates a confirmation of a ConnectReq(). The connection is now active and data can be sent.
- ConnectIndHandler(...) Member function
- IrdaConnection class. ConnectIndHandler indicates an incoming connection. To accept the connection call ConnectRsp(). To refuse the connection call DisconnectReq().
- Connecting(...) Member function
- SpoolListener class. Called immediately before Transport::Connect(). The base class implementation does nothing.
- Connection class
- streams library. The Connection class is mostly just a wrapper for two streams so it is highly tied to the Stream class.
- Connection(...) Member function
- Connection class. Default constructor for Connection objects. Sets the input and output streams to NULL. Create a connection with no allocated streams.
- ~Connection(...) Member function
- Connection class. Closes the streams used by the connection and deletes them if the Connection on the other side has already been deleted.
- ConnectReq(...) Member function
- IrdaConnection class. ConnectReq attempts to establish a connection with the remote device whose address has been set with SetDeviceAddr() and the remote LSAP set with...
- ConnectRsp(...) Member function
- IrdaConnection class. ConnectRsp accepts an incoming connection that was indicated via the ConnectIndHandler() method. A pointer to a packet must be given.
- Consume(...) Member function
- InputEvent class. Consumes the event. The event still exists and its data can still be accessed. Others checking to see if the event is consumed will know that the...
- WindowEvent class. Consumes the event. The event still exists and its data can still be accessed. Others checking to see if the event is consumed will know that the...
- ContainerAdapter class
- toolkit library. The ContainerAdapter class is a subclass of ContainerListenerInterface. This subclass provides empty function definitions so that a new subclass does...
- ContainerEvent class
- toolkit library. The ContainerEvent is generated and sent to a ContainerListener when a FlexComponent is added or removed from a container.
- ContainerEvent(...) Member function
- ContainerEvent class. Constructor for the ContainerEvent.
- ContainerEventType Enumerated type
- ContainerEvent class. The types of container events that can happen on a FlexContainer.
- ContainerListenerInterface class
- toolkit library. ContainerListenerInterface is the abstract base class for ContainerListener objects. It is the listener interface for receiving container events.
- Contains(...) Member function
- FlexComponent class. Given an (x,y) coordinate pair, the method returns TRUE if the point lies inside the bounds of this FlexComponent.
- FlexComponent class. Given a WinXYPoint object, the method returns TRUE if the point lies inside the bounds of this FlexComponent.
- WinRectangle class. Returns TRUE if the passed rectangle is within the rectangle bounds.
- WinRectangle class. Returns TRUE if the passed coordinate is within the rectangle bounds.
- WinRectangle class. Tests to see if the passed coordinate is within the rectangle bounds. Returns:TRUE if the given coordinates are within this rectangle's bounds.
- Contains32(...) Member function
- WinRectangle class. Tests to see if the passed coordinate is within the rectangle bounds. This method is provided for efficiency; if the calling code has 32 bit x and y...
- _contentType Struct field
- mime library, in struct MimePartNode. The body part's type. (NULL if the part is a header section.)
- mime library, in struct MimePartNode. The body part's type. (NULL if the part is a header section.)
- continueDraw Struct field
- toolkit library, in struct TitleEventInfoFlags. Set to tell sender to call the Draw method.
- Convert(...) Member function
- JisToUnicodeConverter class. Converts text from JIS to Unicode. Convert() begins writing converted Unicode text into the buffer immediately following the last filled character.
- SjisToUnicodeConverter class. Converts text from Shift-JIS to Unicode. Convert() begins writing converted Unicode text into the buffer immediately following the last filled...
- UnicodeToJisConverter class. Converts text from Unicode to JIS. Convert() begins writing converted JIS text into the buffer immediately following the last filled character.
- UnicodeToSjisConverter class. Converts text from Unicode to JIS. Convert() begins writing converted Shift-JIS text into the buffer immediately following the last filled character.
- UnicodeToUtf8Converter class. Converts text from Unicode to UTF-8. Convert() begins writing converted UTF-8 text into the buffer immediately following the last filled character.
- Utf8ToUnicodeConverter class. Converts text from UTF-8 to Unicode. Convert() begins writing converted Unicode text into the buffer immediately following the last filled character.
- Convert(...) Pure virtual member function
- FromUnicodeConverter class. Converts text from Unicode to another encoding. Convert() begins writing converted text into the buffer immediately following the last filled...
- ToUnicodeConverter class. Converts text from another encoding to Unicode. Convert() begins writing converted text into the buffer immediately following the last filled...
- ConvertBlock(...) Member function
- SjisToUnicodeConverter class. Converts a buffer of text from Shift-JIS to Unicode. ConvertBlock() is a static method intended for situations in which small amounts of text must be...
- UnicodeToSjisConverter class. Converts a buffer of text from Unicode to Shift-JIS, in place (that is, the converted Shift-JIS text overwrites the original Unicode text in the...
- ConvertRecordOffset(...) Member function
- Database class. Converts a record offset in indexA to the one in indexB. The record offset must be non-negative and less than the total number of existing records.
- ConvertScreenToLocal(...) Member function
- Window class. Converts a coordinate that is in screen coordinates into a coordinate relative to the local coordinate system of this window.
- CopyArea(...) Member function
- FlexComponent class. Extracts a portion of the component into a BitmapHeader. The bitmap returned is allocated on the heap and the caller is responsible for deleting it.
- Window class. Extracts a portion of the window into a BitmapHeader. The bitmap returned is allocated on the heap and the caller is responsible for deleting it.
- CopyElements(...) Member function
- Array class. Copies elements into this array (overwriting elements) from the specified array of the same element size.
- VariableArray class. CopyElements is not defined for VariableArrays, so in EC we ASSERT an error; in non-EC we do nothing and always return FAILURE.
- CopyInkData(...) Member function
- Ink class. Performs a deep copy of the ink data and returns it in an array.
- CopyStrokesFromBundle(...) Member function
- Ink class. Takes the specified strokes from a bundle and creates a new Ink object with one bundle containing those strokes.
- CountChildren(...) Member function
- Window class. Return the number of children this window has.
- CountedList(...) Global function
- umadata library. The CountedList constructor. Creates an empty CountedList.
- CR_AS_IS Enumerated value
- FromUnicodeConverter class, in enum LineEndHandling. Convert Unicode carriage returns to carriage returns in the destination encoding.
- CR_TO_CRLF Enumerated value
- FromUnicodeConverter class, in enum LineEndHandling. Convert carriage returns to carriage return/linefeed pairs.
- CRC_DRIVER_ERROR_NO_MEMORY Enumerated value
- VoiceCallManager class, in enum CallResultCode. Driver is out of memory.
- CRC_DRIVER_ERROR_NOT_VALID Enumerated value
- VoiceCallManager class, in enum CallResultCode. Call state does not allow operation.
- CRC_NETWORK_ERROR_NOT_SUBSCRIBED Enumerated value
- VoiceCallManager class, in enum CallResultCode. Network feature is not subscribed to.
- CRC_NETWORK_ERROR_NOT_SUPPORTED Enumerated value
- VoiceCallManager class, in enum CallResultCode. Network does not support operation.
- CRC_NETWORK_ERROR_NOT_VALID Enumerated value
- VoiceCallManager class, in enum CallResultCode. Network request parameter is invalid.
- CRC_NETWORK_ERROR_TIMEOUT Enumerated value
- VoiceCallManager class, in enum CallResultCode. No response before timeout.
- CRC_NETWORK_WAITING Enumerated value
- VoiceCallManager class, in enum CallResultCode. Waiting for network response.
- CRC_NO_ERROR Enumerated value
- VoiceCallManager class, in enum CallResultCode. Operation succeeded.
- Create(...) Inline member function
- Message class. Creates a dynamically constructed Message object. We provide this API because the constructor/destructors are protected, to prevent people from...
- Create(...) Member function
- DatabaseMailboxManager class. Creates and loads a database mailbox with the given name, and returns its DatabaseMailboxNode. If the database mailbox already exists, Create() loads...
- LoopbackTransport class. Allocates a new instance of the LoopbackTransport class.
- MovableListNode class. Creates a new movable list node.
- NiftyTransport class. Create() Returns a new NiftyTransport
- Pop3Transport class. Allocates a new instance of the Pop3Transport class.
- SmtpTransport class. Allocates a new instance of the SmtpTransport class.
- TenYenTransport class. Allocates a new instance of the TenYenTransport class.
- CreateAppBase(...) Pure virtual member function
- ResidentApplication class. CreateAppBase is called when an application is loaded, to create an AppBase object for the app. If the application wants to define its AppBase object...
- CreateAttributes(...) Member function
- IrdaIasObject class. Create the storage for the attributes. A pointer to the first attribute is returned. If it is 0 the allocation failed.
- CreateBuffer(...) Member function
- Stream class. Creates the buffer for the stream given the size desired (in bytes). It's illegal to call CreateBuffer() if the buffer already exists.
- CreateBuffers(...) Member function
- Connection class. Create the buffers for the input and output streams and opens them for reading and writing, respectively.
- CreateChild(...) Member function
- RegistryKey class. Create a child with a unique key. This is useful when we don't care about the key of the new child, as long as it is unique among its siblings.
- RegistryKey class. Create a child with the specified key. If a child with the specified key already exists, this call behaves exactly like FindChild(const char*).
- CreateDatabase(...) Member function
- Database class. Creates a database with the given name. If the name is relative name, it is converted to an absolute name.
- CreateDirectory(...) Member function
- FileStoreManager class. Creates a directory. This may fail if the FileStore specified by path does not support directories. The path must not exist and the directory...
- CreateFlexButton(...) Member function
- UIFactory class. Creates a FlexButton object. The type of FlexButton created is determined by the lookHint parameter. The method returns NULL if no memory is...
- CreateFlexCheckbox(...) Pure virtual member function
- UIFactory class. Creates a FlexCheckbox object. The type of FlexCheckbox created is determined by the lookHint parameter.
- CreateFlexDialog(...) Member function
- UIFactory class. Creates a FlexDialog object. The type of FlexDialog created is determined by the lookHint parameter. The method returns NULL if no memory is...
- CreateFlexFrame(...) Member function
- UIFactory class. Creates a FlexFrame object. The type of FlexFrame created is determined by the lookHint parameter. The method returns NULL if no memory is available...
- CreateFlexHorizontalPanel(...) Member function
- UIFactory class. Creates a FlexHorizontalPanel object. The type of FlexPanel created is determined by the lookHint parameter.
- CreateFlexImage(...) Member function
- UIFactory class. Creates a FlexImage object. The type of FlexImage used can be determined by the lookHint.
- CreateFlexInk(...) Member function
- UIFactory class. Creates a FlexInk object. The type of FlexInk created is determined by the lookHint parameter. The method returns NULL if no memory is available to...
- CreateFlexLabel(...) Member function
- UIFactory class. Creates a FlexLabel object. The type of FlexLabel created is determined by the lookHint parameter. The method returns NULL if no memory is available...
- CreateFlexList(...) Member function
- UIFactory class. Creates a FlexList object. The type of FlexList created is determined by the lookHint parameter. A list cannot have 0 visible rows.
- CreateFlexMenu(...) Member function
- UIFactory class. Creates a FlexMenu object.
- CreateFlexMenuButton(...) Member function
- UIFactory class. Creates a FlexMenuButton object.
- CreateFlexPanel(...) Member function
- UIFactory class. Creates a FlexPanel object. The type of FlexPanel created is determined by the lookHint parameter. The method returns NULL if no memory is available...
- CreateFlexScrollbar(...) Pure virtual member function
- UIFactory class. Creates a FlexScrollbar object. The type of FlexScrollbar created is determined by the lookHint parameter.
- CreateFlexScrollPane(...) Member function
- UIFactory class. Creates a FlexScrollPane object. The type of FlexScrollPane created is determined by the lookHint parameter.
- CreateFlexTable(...) Member function
- UIFactory class. Creates a FlexTable object. The type of FlexTable created is determined by the lookHint parameter. The method returns NULL if no memory is available...
- CreateFlexTextArea(...) Pure virtual member function
- UIFactory class. Creates a FlexTextArea object. The type of FlexTextArea created is determined by the lookHint parameter.
- CreateFlexTextField(...) Member function
- UIFactory class. Creates a FlexTextField object. The type of FlexTextField created is determined by the lookHint parameter.
- CreateFlexVerticalPanel(...) Member function
- UIFactory class. Creates a FlexVerticalPanel object. The type of FlexPanel created is determined by the lookHint parameter.
- CreateMessage(...) Member function
- MailboxView class. Creates a message in the mailbox and makes it the current message, specifying an initial state for the message.
- MailboxView class. Creates a message in the mailbox and makes it the current message. The message will remain inactive (i.e., ineligible to be sent or delivered) until...
- CreateNewCall(...) Member function
- VoiceCallManager class. Create a call. The owner will receive status updates. For address format, see PhoneSystem. Note that CreateNewCall never waits until the call...
- CreateNewSprite(...) Member function
- Sprite class. Creates a new sprite window. Present for pragmatic reasons:sometimes it is problematic to include sprite.h in driver source files.
- CreateNTStores(...) Member function
- NTStore class. Create and register NTStores for all the NT drives. CreateNTStores will create and register an NTStore for each NT drive.
- CreateReader(...) Member function
- HTFileCacheManager class. Open a cache file for reading with a URL.
- CreateRelativeNTStore(...) Member function
- NTStore class. CreateRelativeNTStore creates and registers a NTStore which stores its files in a directory relative to the current working directory.
- CreateResultBuffer(...) Member function
- IrdaIasQuery class. CreateResultBuffer creates a buffer for holding the results of a query. The buffer must be created before performing the query.
- CreateRxBuffers(...) Member function
- IrdaConnection class. CreateRxBuffers creates the receive buffers for this connection. At least one receive buffer must be created before the connection is usable.
- CreateTime(...) Global function
- wwwcore library. CreateTime converts from New Sokoto internal representation to that specified in (rfc1123) ie:Wkd, 00 Mon 0000 00:00:00 GMT
- CreateWriter(...) Member function
- HTFileCacheManager class. Open a cache writer to save data as a file cache.
- CRITICAL_SUSPEND_PRIORITY Enumerated value
- PD class, in enum SuspendPriority. A critical priority suspend request.
- CRITICALLY_LOW_BATTERY_STATUS Enumerated value
- PD class, in enum BatteryStatus. The main batteries are critically low on power.
- CRLF_AS_IS Enumerated value
- ToUnicodeConverter class, in enum LineEndHandling. Convert carriage returns/linefeed pairs in the source character set encoding to carriage return/linefeed pairs in the destination character set...
- CRLF_TO_CR Enumerated value
- ToUnicodeConverter class, in enum LineEndHandling. Convert carriage return/linefeed pairs to carriage returns.
- CRM_MAXIMUM_ACTIVE_CALLS Enumerated value
- VoiceCallManager class, in enum CallResourceMaxima. Maximum _availableActiveCalls.
- CRM_MAXIMUM_ARRIVING_CALLS Enumerated value
- VoiceCallManager class, in enum CallResourceMaxima. Maximum _availableArrivingCalls.
- CRM_MAXIMUM_LINES Enumerated value
- VoiceCallManager class, in enum CallResourceMaxima. Maximum _availableLines.
- CRM_MAXIMUM_PARTIES_PER_CALL Enumerated value
- VoiceCallManager class, in enum CallResourceMaxima. Maximum _partiesAvailable.
- CSC_ACTIVE Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Active, streaming voice.
- CSC_CLOSED_BUSY Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was busy.
- CSC_CLOSED_DEFLECTED Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was deflected.
- CSC_CLOSED_FORWARD_BUSY Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was forwarded due to busy signal.
- CSC_CLOSED_FORWARD_NO_REPLY Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was forwarded for no reply.
- CSC_CLOSED_FORWARD_UNCONDITIONAL Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was forwarded unconditionally.
- CSC_CLOSED_FORWARD_UNREACHABLE Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was forwarded:mobile unreachable.
- CSC_CLOSED_LOCAL_HANGUP Enumerated value
- VoiceCallManager class, in enum CallStatusCode. This side hung up.
- CSC_CLOSED_MERGED Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call merged with another call.
- CSC_CLOSED_NETWORK_BILLING Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call had a billing error.
- CSC_CLOSED_NETWORK_RECEPTION Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Lost network signal.
- CSC_CLOSED_NETWORK_RESOURCE Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Lost line or other resource.
- CSC_CLOSED_NETWORK_TRAFFIC Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Lost network channel.
- CSC_CLOSED_OTHER_ERROR Enumerated value
- VoiceCallManager class, in enum CallStatusCode. A system or other error.
- CSC_CLOSED_REMOTE_HANGUP Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Other side hung up.
- CSC_CLOSED_TRANSFERRED Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Call was transferred.
- CSC_INCOMING_ALERT Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Incoming call ready to be answered.
- CSC_ON_HOLD Enumerated value
- VoiceCallManager class, in enum CallStatusCode. On hold.
- CSC_OUTGOING_ALERT Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Outgoing call in alert phase.
- CSC_OUTGOING_DIAL Enumerated value
- VoiceCallManager class, in enum CallStatusCode. Outgoing call in dial phase.
- CurrentId(...) Member function
- MailboxView class. Gets the Id of the current message.
- Custom(...) Pure virtual member function
- RetrieveTracker class. Allows a Transport to pass custom data to a RetrieveTracker. An implementation of Custom() presupposes knowledge of the specific Transport being...