GEOS-SC: Index: e


EC Global data
  • sys_info library. A macro that inlines its parameter in code only if error-checking is turned ON. For example, EC(printf("Entered third if statement.\n")); is compiled...
  • EC(...) Member function
  • FlexComponent class. Ensures that the current thread is an application thread
  • Lock class. Class destructor. Performs error-checking functions only.
  • EC_BitmapParamsValid(...) Member function
  • Bitmap class. Check that the that the depth of the bitmap lies within a specified range, and that the specified xPoint and yPoint do denote a pixel within the...
  • EC_FAIL Global data
  • sys_info library. An EC utility that halts the program if called. The file, line, and supplied string are provided to the user in some way at the time of the failure...
  • _EC_INSTANCE Global data
  • sys_info library. Equivalent to EC(), but typically used in checking an object's instance data. It is compiled into the code when EC_INSTANCE is defined (normal EC...
  • _EC_PARAM Global data
  • sys_info library. Equivalent to EC(), but should be used to check a function's parameters. It is compiled into the code when EC_PARAM is defined (normal EC images do...
  • EC_WARN Global data
  • sys_info library. An EC utility that issues a warning if called. The file, line, and supplied string are provided to the user in some way at the time of the warning...
  • EchoCharIsSet(...) Member function
  • FlexTextField class. Returns TRUE if this FlexTextField has a character set for echoing.
  • ECPrintUITree(...) Member function
  • HTMLViewer class. Print the ui tree represented by the document. The output file is /int/html/uitree.txt".
  • EmptyBuffer(...) Member function
  • FromUnicodeConverter class. Sets the number of filled bytes in the buffer back to zero. Unlike Reset(), EmptyBuffer() does not reset state information internal to the converter,...
  • ToUnicodeConverter class. Sets the number of filled characters in the buffer back to zero. Unlike Reset(), EmptyBuffer() does not reset state information internal to the...
  • EmulatedAbstractIPInterface class
  • drivermisc library. EmulatedAbstractIPInterface implements the AccessPoint for the Internet emulator.
  • EmulatedAbstractIPInterface(...) Inline member function
  • EmulatedAbstractIPInterface class. EmulatedAbstractIPInterfaces should be created by the corresponding AccessPointManager:theInetHost.
  • EmulationVoiceCallManager class
  • phone library. An EmulationVoiceCallManager is the voice call manager for the phone emulation environment.
  • EmulationVoiceCallOwner class
  • phone library. A EmulationVoiceCallManager can use special features if passed EmulationVoiceCallOwner objects.
  • EnablePreemption(...) Member function
  • Thread class. Enables preemptive multitasking. An optional argument can be passed to disallow immediate rescheduling (it will instead be done the next time the...
  • EncapsulateFunctionCall(...) Member function
  • MessageQueue class. EncapsulateFunctionCall encapsulates the invocation of a function into a Message, which can then be put on the MessageQueue.
  • Encode(...) Global function
  • wwwcore library. Encode a single line of binary data to the base64 std format that uses only printing ASCII characters (but takes up 33%more bytes).
  • wwwcore library. Encode encodes bufferToCode so it is safe to be combined into a URI. Note that this API must not be called on a URI as that would encode reserved...
  • Encode(...) Member function
  • Base64Encoder class. Encodes the given data, writing the result into the specified buffer. The size of the destination buffer must be at least 4/3 the size of the data...
  • MimeEncoder class. Encodes the given data, writing the result into the specified buffer. To complete a conversion to an encoded form, flushing any saved data and...
  • QuotedPrintableEncoder class. Encodes 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...
  • EncodeWord(...) Global function
  • mime library. Generates an RFC 2047-compliant encoded word, suitable for inclusion in an Internet mail header field, from the given data.
  • EncodeWord(...) Member function
  • MimeLibrary class. Generates an rfc2047 coded word from the given data.
  • Encoding Enumerated type
  • mime library. Content-transfer-encoding identifiers.
  • ENCODING_7BIT Enumerated value
  • mime library, in enum Encoding.
  • ENCODING_8BIT Enumerated value
  • mime library, in enum Encoding.
  • ENCODING_BASE64 Enumerated value
  • mime library, in enum Encoding.
  • ENCODING_BINARY Enumerated value
  • mime library, in enum Encoding.
  • ENCODING_QP Enumerated value
  • mime library, in enum Encoding.
  • ENCODING_UNKNOWN Enumerated value
  • mime library, in enum Encoding.
  • End(...) Member function
  • NiftyTransport class. End() End a Nifty session by freeing the data line obtained in Begin().
  • TenYenTransport class. Ends a TenYenTransport session by freeing up all resources.
  • Transport class. Frees resources used by the Transport. End() is called when all Connect()/Disconnect() operations for the Transport have been completed.
  • EndDatabaseScan(...) Member function
  • Database class. Stops scan mode and frees the allocated buffer size. The current record is discarded after this function is called.
  • Ending(...) Member function
  • SpoolListener class. Called immediately before Transport::End(). The base class implementation does nothing.
  • _endOfGroup Member data
  • FilterEvent class. True if the character to be inserted is the end of a group. This is the case when a string is pasted into the component and when the character is...
  • EndSession(...) Member function
  • Database class. Allows the client to exit the current session. Any lock acquired earlier is released.
  • endTime Struct field
  • ink library, in struct INK_END_TIME_RECORD. The time held in the record.
  • EnforceMinimumSize(...) Member function
  • HorizontalFlowLayout class. Tells the flow whether to enforce a minimum size restriction on the container being laid out (it can't be smaller than the layout's preferred size).
  • VerticalFlowLayout class. Tells the flow whether to enforce a minimum size restriction on the container being laid out (it can't be smaller than the layout's preferred size).
  • EnqueueMessage(...) Member function
  • MailboxView class. Enqueues the current message. This makes it eligible for sending by the Outbox or delivering by the Inbox.
  • Enum(...) Member function
  • Array class. Calls the specified enumeration callback function for a range of elements (inclusive). The callback function is defined by the user and passed to the...
  • MailboxView class. Enum() moves through the mailbox, executing the callback function on each message, until the callback returns non-zero or the end of the mailbox is...
  • PriorityList class. Enum has a slightly complicated interface. Its first argument (func) is a callback member function to be called on each member of a list in order.
  • TagData class. Invokes the passed routine for every element in the tagdata list.
  • VariableArray class. Calls the specified enumeration callback function for a range of elements (inclusive). The callback function is defined by the user and passed to the...
  • EnumBundles(...) Member function
  • Ink class. Calls the passed callback for each bundle in an Ink object. The callback function is passed the position of the bundle in the ink buffer and a caller...
  • EnumBundlesCallback(...) Global function
  • ink library. Callback type for Ink::EnumBundles. The callback should return TRUE to continue enumerating or FALSE to stop.
  • 1-9 Enumerated value
  • database library, in enum DB_Error. Low-level errors that cannot be detected or handled by database.
  • 10-99 Enumerated value
  • database library, in enum DB_Error. Recoverable errors that should be checked by applications.
  • 100-999 Enumerated value
  • database library, in enum DB_Error. Invocation errors that normally should not happen if database is used correctly.
  • 1000+ Enumerated value
  • database library, in enum DB_Error. Internal errors, which should not be returned.
  • EnumFunc(...) Member function
  • MailboxView class. EnumFunc is used by the Enum() function below. While this callback is called, Enum() holds a database read lock, so while the MailboxView can be...
  • EnumPointsInStroke(...) Member function
  • Ink class. Calls the passed callback for each point in the given stroke. The callback function is passed the point, some buttonData, and a caller-specified...
  • EnumRecordsInBundle(...) Member function
  • Ink class. Calls the passed callback for each record in the given bundle. The callback function is passed the record position, type, and size, as well as a...
  • ENV_SHELL_INDEX Global data
  • shell library. Passed to LoadedApps::GetApp() to get the AppBase object corresponding to the Environment Shell application.
  • Error Enumerated type
  • comms library. Error codes returned by StreamParser member functions.
  • Error(...) Member function
  • SpoolListener class. Called when an error occurs during a Transport operation. The error is associated with the last operation which was broadcast (for instance, if...
  • ErrorCode Enumerated type
  • NiftyTransport class. NiftyTransport-specific error codes.
  • TenYenTransport class. TenYenTransport-specific error codes. Used as a base for numeric error codes transmitted by the 10-Yen server.
  • ErrorString(...) Global function
  • inet library. Get error string.
  • EucToUnicodeConverter class
  • charset library.
  • Event(...) Global function
  • kernel library. Class constructor.
  • ~Event(...) Global function
  • kernel library. Class destructor.
  • EventListenerInterface class
  • toolkit library. EventListenerInterface is the base class for listeners of toolkit events.
  • eventType Struct field
  • InputMonitor class, in struct InputEvent. the type of the event (keyboard, pen, etc)
  • ExclusiveSessionExited(...) Inline member function
  • DatabaseListener class. ExclusiveSessionExited() is invoked when a request for exclusive session is aborted due to timeout or when an active exclusive session is ended...
  • ExclusiveSessionRequested(...) Inline member function
  • DatabaseListener class. ExclusiveSessionRequested() is invoked when one client requests for execlusive session through StartExclusiveSession() call.
  • Execute(...) Member function
  • DebugCommand class. Execute is the entry point to the command. The debug monitor will invoke this method when the user specifies this command's token on the command line.
  • Exit(...) Member function
  • AppBase class. Exit() is invoked by the ApplicationCache when an application is being unloaded, to give the application an opportunity to destroy the UI built via...
  • ExpandToContain(...) Member function
  • WinRectangle class. Expands the bounds of the rectangle to include the passed rectangle.
  • WinRectangle class. Expands the bounds of the rectangle to include the passed point.
  • Expect(...) Global function
  • comms library. Match a given string within the specified timeout. Expect() reads, a byte at a time, from the given connection, attempting to match the given string.
  • ExportInkData(...) Member function
  • Ink class. Returns a pointer to an array containing our ink data. Zeroes out the ink data, as otherwise a copy would have to be made.
  • Expunge(...) Member function
  • MailboxView class. Permanently removes all messages whose UMA_DELETED flags are set. Expunge() invalidates the current message Id and MessageBody.
  • EXTRA_SUSPEND_CAUSE_0 Enumerated value
  • PD class, in enum SuspendCause.
  • EXTRA_SUSPEND_CAUSE_1 Enumerated value
  • PD class, in enum SuspendCause.
  • EXTRA_SUSPEND_CAUSE_2 Enumerated value
  • PD class, in enum SuspendCause.
  • EXTRA_SUSPEND_CAUSE_3 Enumerated value
  • PD class, in enum SuspendCause.
  • EXTRA_SUSPEND_CAUSE_4 Enumerated value
  • PD class, in enum SuspendCause.
  • EXTRA_WAKEUP_CAUSE_0 Enumerated value
  • PD class, in enum WakeupCause.
  • EXTRA_WAKEUP_CAUSE_1 Enumerated value
  • PD class, in enum WakeupCause.
  • EXTRA_WAKEUP_CAUSE_2 Enumerated value
  • PD class, in enum WakeupCause.
  • EXTRA_WAKEUP_CAUSE_3 Enumerated value
  • PD class, in enum WakeupCause.
  • EXTRA_WAKEUP_CAUSE_4 Enumerated value
  • PD class, in enum WakeupCause.
  • ExtractFlags(...) Member function
  • DatabaseMailboxManager class. Returns a given subset of a mailbox's flags, clearing them if they were set. The test and clear is atomic from the point of view of the other...
  • ExtractRectangle(...) Member function
  • FlexInk class. Extracts a rectangle of ink from the FlexInk component. The extracted ink is returned. The original ink is unchanged and no visual updates occur.
  • ExtraLeft(...) Member function
  • Sprite class.
  • ExtraRight(...) Member function
  • Sprite class.
  • ExtraWidth(...) Member function
  • Sprite class.