GEOS-SC: Index: f


Factory(...) Global function
  • umainternal library. The type of the "Factory"functions used by TransportSpools to create Transports. A function of this type is passed to Initialize(), which must be...
  • FAILURE Enumerated value
  • sys_info library, in enum Result. A non-zero value specific to the function called.
  • FailureCause Enumerated type
  • GSMSMSSystem class. The FailureCause field is used for failures to transfer or process an SM submission or command.
  • FALSE Enumerated value
  • sys_info library, in enum Boolean. A value of zero.
  • FatalError(...) Member function
  • FatalErrorDriver class. The member function to call if your code encounters a fatal error. Application level code should never call FatalError.
  • FatalErrorDriver class
  • drivermisc library. The fatal error driver implements a fatal error function that should be called whenever the system has encountered an error so severe that the system...
  • FatalErrorDriver(...) Member function
  • FatalErrorDriver class. Construct a FatalErrorDriver. There is only one instance of the FatalErrorDriver class, theFatalErrorDriver.
  • ~FatalErrorDriver(...) Member function
  • FatalErrorDriver class. Destroys a FatalErrorDriver.
  • FatalErrorNumber Global data
  • drivermisc library. The integral type of a fatal error number. These values are passed to FatalErrorDriver::FatalError(). The pre-defined fatal error numbers...
  • FBC_STRING_LABEL_SIZE Enumerated value
  • FlexButton class, in enum FlexButtonConstants. The practical maximum size of button text label.
  • FC_CHILD_NOT_FOUND Global data
  • toolkit library. This constant is used by FlexContainer::Find() to indicate that a component was not found to be a child of the container.
  • FC_COMMAND_NOT_ACTIONED Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Command not actioned.
  • FC_COMMAND_NOT_SUPPORTED Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Command not supported.
  • FC_COMMAND_UNSPEC Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Unspecified command error.
  • FC_DCS_UNSPEC Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Unspecified data coding error.
  • FC_INVALID_SME Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Invalid SME address.
  • FC_MS_ERROR Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Error in MS.
  • FC_NO_DCS Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Data coding not supported.
  • FC_NO_INTERWORKING Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Interworking SM not supported.
  • FC_NO_MEMORY Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Memory capacity exceeded.
  • FC_NO_REPLACE Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Cannot replace SM.
  • FC_NO_SC_SUBSCRIPTION Enumerated value
  • GSMSMSSystem class, in enum FailureCause. No SC subscription.
  • FC_NO_TYPE_0 Enumerated value
  • GSMSMSSystem class, in enum FailureCause. SM Type 0 not supported.
  • FC_PID_UNSPEC Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Unspecified protocol ID error.
  • FC_SC_BUSY Enumerated value
  • GSMSMSSystem class, in enum FailureCause. SC busy.
  • FC_SC_SYSTEM Enumerated value
  • GSMSMSSystem class, in enum FailureCause. SC system failure.
  • FC_SIM_NO_STORAGE Enumerated value
  • GSMSMSSystem class, in enum FailureCause. SIM has no SMS storage.
  • FC_SIM_STORAGE_FULL Enumerated value
  • GSMSMSSystem class, in enum FailureCause. SIM too full to hold SM.
  • FC_SM_CLASS Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Message class not supported.
  • FC_SM_DUPLICATE Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Rejected duplicate SM.
  • FC_SME_BARRED Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Destination SME barred.
  • FC_TPDU_NOT_SUPPORTED Enumerated value
  • GSMSMSSystem class, in enum FailureCause. TPDU not supported.
  • FC_UNABOMBER Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Unabomber.
  • FC_UNSPECIFIED Enumerated value
  • GSMSMSSystem class, in enum FailureCause. Unspecified failure.
  • FeatureState Enumerated type
  • PDCVoiceCallOwner class. A PDC supplementary service can have any of these states (see PDC 4.3.7.3.5.12):
  • Feed(...) Member function
  • PatternMatcher class. Feed a character into the PatternMatcher, testing for a match against any of the patterns.
  • FICM_ANALYSIS_MODE Enumerated value
  • FlexInk class, in enum FlexInkCollectionMode. Let the ink object accept input so it may be checked later, but not for the drawn ink to become part of the ink object.
  • FICM_CANVAS_MODE Enumerated value
  • FlexInk class, in enum FlexInkCollectionMode. New ink is automatically appended to the FlexInk component before the INK_DRAWING_FINISHED InkEvent is signaled.
  • FICM_ERASE_MODE Enumerated value
  • FlexInk class, in enum FlexInkCollectionMode. In this mode, ink entered by the user or via the AppendInk() method will "erase"the FlexInk's stored ink:existing strokes crossed by the path of the...
  • _fidoArray Member data
  • FidoDriver class. A static Array object that holds pointers to all the fido drivers in the system. The presumption is that fido drivers are loaded at startup and never...
  • FidoDriver class
  • driverfido library. The FidoDriver class provides API for fetching attributes from unloaded applications and for loading and unloading applications.
  • FidoDriver(...) Member function
  • FidoDriver class. Class constructor for FidoDriver class.
  • ~FidoDriver(...) Member function
  • FidoDriver class. Class destructor for FidoDriver class; automatically removes the Fido driver from _fidoArray.
  • FidoResult Enumerated type
  • driverfido library. FidoResult enumerated type that defines the various types of errors that can be returned by the FidoDriver API.
  • FieldAdded(...) Inline member function
  • DatabaseListener class. FieldAdded() is invoked when a new field is added to the database. Can be overrided by subclass.
  • FieldRenamed(...) Inline member function
  • DatabaseListener class. FieldRenamed() is invoked when a new field is renamed. Can be overrided by subclass.
  • FieldType Enumerated type
  • HTFileCacheManager class. Cache record fields
  • File class
  • fs library. File objects are used to manipulate data stored in FileStores.
  • FileAccessMode Global data
  • fs library. These are constants used for FileStoreManager::Open(). The exception is O_CREAT, which is not a constant but a flag that may be or'd in with one of...
  • FileAttributeFlags Global data
  • fs library. File attribute flags used by FileStoreManager::Stat(), FileStoreManager::GetAttributes(), and FileStoreManager::SetAttributes().
  • FileBody class
  • umabody library. The FileBody class is a subclass of MessageBody used to store message bodies in the filesystem.
  • FileIterator class
  • fs library. The FileIterator class is a helper class that iterates through the contents of a directory.
  • ~FileIterator(...) Inline member function
  • FileIterator class. FileIterator destructor. FileIterator objects should be deleted when no longer needed.
  • FileStore class
  • fs library. FileStore is the abstract base class for file system drivers.
  • FileStoreIterator class
  • fs library. FileStoreIterator is a helper class that iterates through all the FileStore objects registered with a FileStoreManager.
  • ~FileStoreIterator(...) Member function
  • FileStoreIterator class. FileStoreIterator destructor. FileStoreIterator objects should be deleted when no longer needed.
  • FileStoreManager class
  • fs library. The FileStoreManager class manages the various FileStores and provides the public file-and directory-manipulation interface.
  • FileStoreManager(...) Member function
  • FileStoreManager class. Class constructor.
  • FillBackground(...) Member function
  • DisplayDriver class. Called when the screen should be filled with the default background image. The default background image is used when no other visible window is...
  • FillRect(...) Member function
  • FlexComponent class. Fills a rectangle from the upper-left corner to the lower-right corner. Drawing a second rectangle using the same left side as this right side...
  • Window class. Fills a rectangle with fillColor from the upper-left corner (leftEdge, topEdge) down to the lower-right corner (rightEdge, bottomEdge).
  • FilterChar(...) Pure virtual member function
  • FilterListenerInterface class. Subclassing this method allows the application to be notified whenever the user wants to insert a character into a text component.
  • FilterEvent class
  • toolkit library. The FilterEvent manages FilterEvents, which are sent out to the FilterListener when a user inputs text into the text object.
  • FilterEvent(...) Member function
  • FilterEvent class. Constructs a FilterEvent object with the specified source object and event type.
  • FilterListenerInterface class
  • toolkit library. FilterListenerInterface is the abstract base class for text FilterListener objects. It is the listener interface for receiving filter events.
  • FilterTextString(...) Member function
  • FlexTextComponent class. Filters the string based on the text filter of this text component.
  • Find(...) Member function
  • DatabaseMailboxManager class. Finds the DatabaseMailboxNode of a loaded mailbox.
  • FindApp(...) Member function
  • LoadedApps class. Checks to see if an application is currently loaded, and if so, returns a pointer to the AppBase object.
  • FindChild(...) Member function
  • RegistryKey class. Find the child with desired key.
  • FindFirst(...) Global function
  • umadata library. Finds the first ListNode for which the given ListNodeEvaluator's Evaluate() function returns true.
  • FindFlexComponent(...) Member function
  • FlexContainer class. Finds the index of the specified child.
  • FindNext(...) Global function
  • umadata library. Finds the first ListNode after 'node'for which the given ListNodeEvaluator's Evaluate() function returns true.
  • FindNextRecordOfType(...) Member function
  • Ink class. Searches through an Ink object's buffer for a particular record type.
  • FindStrokeRangeInBundle(...) Member function
  • Ink class. Finds the range of buffer positions that contain a given range of strokes.
  • Finished(...) Member function
  • SpoolListener class. Called after Transport::End(), when the Transport is no longer in use. The base class implementation does nothing.
  • FIRST_DEVICE_SPECIFIC_INTERRUPT Global data
  • drivermisc library. All device specific interrupt numbers should be larger than FIRST_DEVICE_SPECIFIC_INTERRUPT.
  • FirstChild(...) Member function
  • RegistryKey class. Find the first child.
  • FISB_SINGLE_STROKE Enumerated value
  • FlexInk class, in enum FlexInkStrokeBehavior. Ink is added to this ink object after each stroke, even if the timeout has not been hit. This is not supported.
  • FISB_UNTIL_TIMEOUT Enumerated value
  • FlexInk class, in enum FlexInkStrokeBehavior. Wait for timout to be reached before the ink object receives the ink data. The timeout is started after a stroke has finished. This is not supported.
  • FISB_UNTIL_TIMEOUT_OR_PRESS_OUTSIDE Enumerated value
  • FlexInk class, in enum FlexInkStrokeBehavior. Ink is added after a timout has been expired, or a press has occurred outside the ink object. The timeout is started after a stroke has finished.
  • FLA_CENTER Enumerated value
  • FlexLabel class, in enum FlexLabelAlignment. Center the label text.
  • FLA_LEFT Enumerated value
  • FlexLabel class, in enum FlexLabelAlignment. Left-align the label text.
  • FLA_RIGHT Enumerated value
  • FlexLabel class, in enum FlexLabelAlignment. Right-align the label text.
  • flags Struct field
  • graphics library, in struct BitmapHeader. BitmapHeaderFlags describing the data following the BitmapHeader
  • irda library, in struct IrdaDeviceInfo. Type of device.
  • FlexButton class
  • toolkit library. The FlexButton class creates a standard button for use in user interfaces. The button can be labeled with either a string or an image.
  • FlexButton(...) Member function
  • FlexButton class. Class constructor.
  • FlexButtonConstants Enumerated type
  • FlexButton class. Constants for the FlexButton class.
  • FlexCanvas class
  • toolkit library. The FlexCanvas class is a component intended for the application writer to subclass. A FlexCanvas object allows the programmer to draw directly to...
  • FlexCheckbox class
  • toolkit library. The FlexCheckbox class creates a standard Checkbox for use in user interfaces. The Checkbox can be labeled with either a string or an image but...
  • FlexCheckbox(...) Member function
  • FlexCheckbox class. Class constructor.
  • ~FlexCheckbox(...) Member function
  • FlexCheckbox class. Class destructor. If the checkbox is in a FlexCheckboxGroup, it is removed from that group.
  • FlexCheckboxGroup class
  • toolkit library. The FlexCheckboxGroup allows a maximum of 255 FlexCheckboxes to be placed together in one mutually exclusive group.
  • FlexCheckboxGroup(...) Member function
  • FlexCheckboxGroup class. Class constructor.
  • ~FlexCheckboxGroup(...) Member function
  • FlexCheckboxGroup class. Class destructor.
  • FlexComponent class
  • toolkit library. This is the base class for the UI components in the toolkit library. This class should not be used by itself.
  • FlexComponent(...) Member function
  • FlexComponent class. Constructor for a FlexComponent. This automatically sets up defaults for FlexComponents. By default, components are enabled.
  • ~FlexComponent(...) Member function
  • FlexComponent class. Destructor for the FlexComponent. Frees up memory taken by the component.
  • FlexContainer class
  • toolkit library. FlexContainer is the base class for all Toolkit objects that can have children.
  • FlexContainer(...) Member function
  • FlexContainer class. Class constructor.
  • ~FlexContainer(...) Member function
  • FlexContainer class. Class destructor. This calls RemoveLayout() to unlink the layout manager if any (without deleting it).
  • FlexDialog class
  • toolkit library. The FlexDialog class consists of windows that are are displayed over other components on the screen. They are normally used to display momentary...
  • FlexDialog(...) Member function
  • FlexDialog class. Class constructor.
  • ~FlexDialog(...) Member function
  • FlexDialog class. Class destructor.
  • FlexFrame class
  • toolkit library. This type of window is used mostly as a background for the contents of a main screen.
  • FlexFrame(...) Member function
  • FlexFrame class. Class constructor.
  • ~FlexFrame(...) Member function
  • FlexFrame class. Class destructor.
  • FlexHorizontalPanel class
  • toolkit library. The FlexHorizontalPanel comes with a default HorizontalFlowLayout layout manager. The application does not have to worry about tracking and...
  • FlexHorizontalPanel(...) Member function
  • FlexHorizontalPanel class. Sets the layout to the default layout.
  • FlexHorizontalPanel class. Sets the layout to the default layout and initializes it to the specified parameters.
  • ~FlexHorizontalPanel(...) Member function
  • FlexHorizontalPanel class. Removes and deletes the built-in layout manager.
  • FlexImage class
  • toolkit library. The FlexImage is a components that displays a bitmap. The FlexImage class will not destroy the Bitmap object in its destructor; it is up to the...
  • FlexImage(...) Member function
  • FlexImage class. Class constructor.
  • FlexInk class
  • toolkit library. The FlexInk is used to accept ink data from the user and display ink data.
  • FlexInk(...) Member function
  • FlexInk class. Constructor for the FlexInk object.
  • ~FlexInk(...) Member function
  • FlexInk class. Destructor for the FlexInk object.
  • FlexInkCollectionMode Enumerated type
  • FlexInk class. States that the ink object can be in.
  • FlexInkStrokeBehavior Enumerated type
  • FlexInk class. Types of strokes that can be entered in the ink object. Currently only FISB_UNTIL_TIMEOUT_OR_PRESS_OUTSIDE is supported.
  • FlexLabel class
  • toolkit library. A component that displays a single line of read-only text.
  • FlexLabel(...) Member function
  • FlexLabel class. Class constructor.
  • FlexLabelAlignment Enumerated type
  • FlexLabel class. The FlexLabelAlignment enum is used to set and get the default alignment of the label text.
  • FlexList class
  • toolkit library. The FlexList is a component that maintains a list of strings. A FlexScrollbar is automatically added when there are more elements in the FlexList...
  • FlexList(...) Member function
  • FlexList class. Class constructor
  • ~FlexList(...) Member function
  • FlexList class. Class destructor
  • FlexMenu class
  • toolkit library. The FlexMenu class implements a menu component.
  • FlexMenu(...) Member function
  • FlexMenu class. Class constructor.
  • ~FlexMenu(...) Member function
  • FlexMenu class. Class destructor.
  • FlexMenuButton class
  • toolkit library. The FlexMenuButton class implements a standard menu item.
  • FlexMenuButton(...) Member function
  • FlexMenuButton class. Class constructor.
  • ~FlexMenuButton(...) Member function
  • FlexMenuButton class. Class destructor.
  • FlexPanel class
  • toolkit library. The FlexPanel class is used for grouping components that need to be laid out together. This object is similar to the FlexContainer, with the...
  • FlexPanel(...) Member function
  • FlexPanel class. Class constructor.
  • FlexPanel class. Constructor that specifies a layout manager.
  • ~FlexPanel(...) Member function
  • FlexPanel class. Class destructor.
  • FlexScrollbar class
  • toolkit library. The FlexScrollbar class creates a scrollbar for use in user interfaces. When the FlexScrollbar's value changes, an AdjustmentEvent is sent to all...
  • FlexScrollbar(...) Member function
  • FlexScrollbar class. Class Constructor. See SB_MIN_DEFAULT, SB_MAX_DEFAULT, SB_VISIBLE_DEFAULT,SB_INCREMENT_DEFAULT,SB_THUMB_DEFAULT, and SB_BLOCK_DEFAULT.
  • FlexScrollPane class
  • toolkit library. This is a special type of FlexContainer that scrolls a single child by providing automatic scrollbars, or can be scrolled by calling...
  • FlexScrollPane(...) Member function
  • FlexScrollPane class. Constructor for the FlexScrollPane. A ScrollbarDisplayStateType needs to be passed. The default is SDST_NEVER
  • ~FlexScrollPane(...) Member function
  • FlexScrollPane class. Destructor for the FlexScrollPane. Removes component listener from scrollable child. Removes component listener from self.
  • FlexTable class
  • toolkit library. The FlexTable class manages the table component, which provides a way to display data formatted into rows and columns.
  • FlexTable(...) Member function
  • FlexTable class. Class constructor.
  • ~FlexTable(...) Member function
  • FlexTable class. Class destructor.
  • FlexTableSelectionType Enumerated type
  • FlexTable class. FlexTableSelectionType indicates the types of selection available for the table.
  • FlexTextArea class
  • toolkit library. The FlexTextArea is a multi-line text component that allows you to edit or view multiple lines of text.
  • FlexTextArea(...) Member function
  • FlexTextArea class. Class constructor.
  • ~FlexTextArea(...) Member function
  • FlexTextArea class. Class destructor.
  • FlexTextAreaConstants Enumerated type
  • FlexTextArea class. Constants for the FlexTextArea class.
  • FlexTextComponent class
  • toolkit library. FlexTextComponent is the parent class of FlexTextField and FlexTextArea. This class implements the functions common to both classes.
  • FlexTextField class
  • toolkit library. The FlexTextField class creates a single-line text object that is user-editable.
  • FlexTextField(...) Member function
  • FlexTextField class. Class constructor.
  • FlexTextFieldConstants Enumerated type
  • FlexTextField class. Constants for the FlexTextField class.
  • FlexVerticalPanel class
  • toolkit library. The FlexVerticalPanel comes with a default VerticalFlowLayout layout manager. The application does not have to worry about tracking and destroying...
  • FlexVerticalPanel(...) Member function
  • FlexVerticalPanel class. Sets the layout to the default layout.
  • FlexVerticalPanel class. Sets the layout to the default layout and initializes it to the specified parameters.
  • ~FlexVerticalPanel(...) Member function
  • FlexVerticalPanel class. Removes and deletes the built-in layout manager.
  • FlexWindow class
  • toolkit library. This is the superclass for all window-style containers.
  • FlexWindow(...) Member function
  • FlexWindow class. Default constructor.
  • ~FlexWindow(...) Member function
  • FlexWindow class. Default destructor.
  • float32 Global data
  • sys_info library. A 32-bit floating point value. Use in preference to float.
  • float64 Global data
  • sys_info library. A 64-bit floating point value. Use in preference to double.
  • FLOW_SIZE_COMPONENTS_AS_THEY_WISH Global data
  • toolkit library. Value that tells the FlowLayout to calculate the size of its components based on their preferred size. Used in FlowLayout::SetComponentSizes().
  • FLOW_SIZE_COMPONENTS_TO_FIT_PARENT Global data
  • toolkit library. Value that tells the FlowLayout to calculate the size of its components by dividing the parent size among the compoents.
  • FlowLayout class
  • toolkit library. FlowLayout is the base class for layout managers that arrange components in a straight line.
  • FlowLayout(...) Member function
  • FlowLayout class. Default constructor.
  • Flush(...) Member function
  • Log class. Flushes the current contents to file (or stdout) and resets pointers. This does nothing if the buffer hasn't been created.
  • Stream class. Flush the stream buffer so that the stream is now empty. If there is a blocked writer or a writer notification function that needs to be called now...
  • FLUSH_AT_END Enumerated value
  • kernel library, in enum OverflowBehavior. The Log will automatically Flush() when full, then continue writing at the beginning of the buffer. This behavior should not be used if the Log will...
  • FlushInput(...) Member function
  • AppBase class. Sets an internal flag so that all input messages that are currently on the application thread's MessageQueue will be ignored.
  • FlushReader(...) Member function
  • Connection class. Clear the read buffer.
  • FlushWriter(...) Member function
  • Connection class. Clear the write buffer.
  • FocusAdapter class
  • toolkit library. The FocusAdapter class is a subclass of FocusListenerInterface to be notified of FocusEvents. This subclass provides empty function definitions so...
  • FocusChanged(...) Pure virtual member function
  • FocusChangeListenerInterface class. Invoked when the focus has changed and a FocusChangeEvent that contains a pointer to the new focus is passed.
  • FocusChangeEvent class
  • toolkit library. The FocusChangeEvent class implements FocusChangeEvents, which are passed to FocusChangeListener objects that are registered with the AppBase via...
  • FocusChangeEvent(...) Inline member function
  • FocusChangeEvent class. Constructor for the FocusChangeEvent. FocusChangeEvents are created by the AppBase object in response to changes in the focus.
  • FocusChangeListenerInterface class
  • toolkit library. FocusChangeListenerInterface is a listener class that is notified when the focus under an application changes.
  • FocusEvent class
  • toolkit library. The FocusEvent is created and sent to a FocusListener when a FlexComponent has gained or received focus.
  • FocusEvent(...) Member function
  • FocusEvent class. Constructor for the FocusEvent object.
  • FocusGained(...) Member function
  • FocusAdapter class. Notified when the FlexComponent receives the focus.
  • FocusGained(...) Pure virtual member function
  • FocusListenerInterface class. Notified when the FlexComponent has gotten the focus.
  • FocusListenerInterface class
  • toolkit library. FocusListenerInterface is the abstract base class for FocusListener objects. It is the listener interface for receiving focus events.
  • FocusLost(...) Member function
  • FocusAdapter class. Notified when the FlexComponent has lost the focus.
  • FocusLost(...) Pure virtual member function
  • FocusListenerInterface class. Notified when the FlexComponent has lost the focus.
  • FocusManagerInterface class
  • toolkit library. FocusManagerInterface is the interface class from which all FocusManager objects are subclassed.
  • FocusManagerInterface(...) Member function
  • FocusManagerInterface class. Constructor for the focus manager.
  • ~FocusManagerInterface(...) Member function
  • FocusManagerInterface class. Destructor for the focus manager.
  • FontMetric(...) Member function
  • FlexComponent class. Return the requested font metric. See the graphics library for valid font metrics.
  • Window class. Returns the specified font metric (e.g. height, baseline, average character width, etc.). For instance, to find the vertical spacing between lines,...
  • FontMetricInfo Enumerated type
  • graphics library. Specifies a type of measurement that has something to do with fonts.
  • FontPointSize Enumerated type
  • graphics library. Specifies the font size. The predefined values represent sizes defined by the system that might be used for a particular product.
  • FontStyle Global data
  • toolkit library. Font styles supported by FlexTextArea.
  • For(...) Global function
  • wwwcore library. For takes a pointer to a string and returns a WWStringHandle. If possible, no space will be allocated for the string and an old handle pointing to an...
  • FormatList Member data
  • Transport class. Type for the list of message formats handled by a Transport.
  • FR_APP_ALREADY_LOADED Enumerated value
  • driverfido library, in enum FidoResult. The UAL passed to LoadApplication() corresponds to an already-loaded application.
  • FR_ATTR_NOT_AVAILABLE Enumerated value
  • driverfido library, in enum FidoResult. The requested attribute is not provided by the application.
  • FR_FAILURE Enumerated value
  • driverfido library, in enum FidoResult. Failure due to unknown reasons.
  • FR_INSUFFICIENT_MEMORY Enumerated value
  • driverfido library, in enum FidoResult. Not enough memory to load the application.
  • FR_MEDIA_ERROR Enumerated value
  • driverfido library, in enum FidoResult. Some kind of error reading from the media.
  • FR_SUCCESS Enumerated value
  • driverfido library, in enum FidoResult. No error.
  • FR_UAL_NOT_FOUND Enumerated value
  • driverfido library, in enum FidoResult. This UAL is not available to this Fido driver.
  • FRAME_WITH_CLOSE_BUTTON Enumerated value
  • demoui library, in enum JLFFrameLookHint. A Frame that has a button on its Title bar that allows the Frame to be closed.
  • FRAME_WITH_NO_CLOSE_BUTTON Enumerated value
  • demoui library, in enum JLFFrameLookHint. A Frame that cannot be closed.
  • Free(...) Member function
  • RAMAllocator class. Releases a block of memory allocated by Malloc(), Realloc(), or Calloc().
  • Free(...) Pure virtual member function
  • Allocator class. Releases a block of memory allocated by Malloc(), Realloc(), or Calloc().
  • FreeH(...) Global function
  • pos library. This is a convenience routine that calls the corresponding method on the global heap DataMap, theHeapDataMap.
  • FreeH(...) Member function
  • Block class. Frees the data associated with the Block object.
  • DataMap class. Releases a block of memory allocated by MallocH(), ReallocH(), or CallocH().
  • FreeProcessedData Struct field
  • database library, in struct _DB_indexDriver. Free the pre-processed data. The pass-in argument is guarranteed to be one that is pre-processed in SetCompareData.
  • database library, in struct _DB_searchDriver. Function that frees the any resources allocated in SetMatchData().
  • frequencyInfo Struct
  • drivermisc library. The FrequencyInfo structure describes a tone to be played by PlayFrequency().
  • FromToken(...) Global function
  • umainternal library. Return a pointer to the TransportSpool that corresponds to a given token. This is the means by which the Uma identifies TransportSpools based on the...
  • FromUnicodeConverter class
  • charset library. This is an abstract base class for classes used to convert Unicode text into other encodings. The FromUnicodeConverter class does not allocate any...
  • FromUnicodeConverter(...) Member function
  • FromUnicodeConverter class. Class constructor for a FromUnicodeConverter without buffer and capacity information. SetBuffer() must be called with this information before the...
  • FromUnicodeConverter class. Class constructor for a FromUnicodeConverter with initial buffer and capacity information.
  • ~FromUnicodeConverter(...) Member function
  • FromUnicodeConverter class. Class destructor.
  • FS_ACTIVE Enumerated value
  • PDCVoiceCallOwner class, in enum FeatureState. Feature is in the active state
  • FS_EXECUTING Enumerated value
  • PDCVoiceCallOwner class, in enum FeatureState. Feature is executing.
  • FS_NON_ACTIVE Enumerated value
  • PDCVoiceCallOwner class, in enum FeatureState. Feature is in the non-active statwe
  • FS_PROMPT Enumerated value
  • PDCVoiceCallOwner class, in enum FeatureState. Feature prompt (waiting for user input)
  • FT_EXPIRES Enumerated value
  • HTFileCacheManager class, in enum FieldType.
  • FT_LAST_MODIFIED Enumerated value
  • HTFileCacheManager class, in enum FieldType.
  • FTA_MAX_CHARS Enumerated value
  • FlexTextArea class, in enum FlexTextAreaConstants. The maximum number of characters allowed in the text object.
  • FTF_MAX_CHARS Enumerated value
  • FlexTextField class, in enum FlexTextFieldConstants. The maximum number of characters allowed in a FlexTextField.
  • FTST_CUSTOM_SELECTION Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. A user-defined selection. Selection properties are never changed with pen input. The MouseEvent() listener should change the selection properties as...
  • FTST_DRAG_SELECT_AREA Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. An area can be drag-selected. Selection properties are updated to select a rectangle of cells with pen input.
  • FTST_NOT_SELECTABLE Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. The table cannot be selected. Selection properties are not changed with pen input. A TABLE_SELECTION_CHANGED TableEvent() will not be generated.
  • FTST_SELECT_CELL Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. Only one cell is selected in the table. The TABLE_SELECTION_CHANGED TableEvent() will be generated when the pen is released.
  • FTST_SELECT_COLUMN Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. A whole column is selected. The TABLE_SELECTION_CHANGED TableEvent() will be generated when the pen is released.
  • FTST_SELECT_ROW Enumerated value
  • FlexTable class, in enum FlexTableSelectionType. A whole row is selected. The TABLE_SELECTION_CHANGED TableEvent() will be generated when the pen is released.