GEOS-SC: Index: l


LastStrokeInBuffer(...) Member function
  • Ink class. Determines if a stroke is the last stroke in the Ink object's buffer.
  • LayoutContainer(...) Member function
  • DialogLayout class. Lays out a container.
  • HorizontalFlowLayout class. Lays out a container.
  • LayoutManagerInterface class. Performs a layout operation on the passed container. This resizes and repositions the container's children. It might also resize the container.
  • VerticalFlowLayout class. Lays out a container.
  • LayoutManagerInterface class
  • toolkit library. LayoutManagerInterface is the interface class from which all LayoutManager objects are subclassed.
  • ~LayoutManagerInterface(...) Member function
  • LayoutManagerInterface class. Destructor for the layout manager.
  • LayoutTagType Global data
  • toolkit library. This is the type used for creating layout tags. All system-wide layout tags are defined at the upper end of the number range.
  • lDataType Struct field
  • database library, in struct _DB_indexDriver. Array of field data types the driver expects
  • _left Member data
  • Insets class. The left inset size in pixels.
  • left Member data
  • WinRectangle class. The coordinate of the left edge of the rectangle.
  • len Struct field
  • irda library, in struct IrdaDeviceInfo. Number of bytes in the XID info.
  • irda library, in struct IrdaIasAttribute. Length of attribute name.
  • length Struct field
  • wwwcore library, in struct WWByteRange. Amount of bytes, starting at and including the byte at offset.
  • lFieldName Struct field
  • database library, in struct DB_IndexDefinition. Array of field names that the index consists of.
  • LineEndHandling Enumerated type
  • FromUnicodeConverter class. How to handle CR (CARRIAGE RETURN) characters. Since the FlexUI uses this character as a line end, but most standard protocols use a CARRIAGE...
  • ToUnicodeConverter class. How to handle CR/LF (CARRIAGE RETURN/LINEFEED) pairs. Since the FlexUI uses a lone CARRIAGE RETURN as a line end, but most standard protocols use a...
  • LinkedList(...) Global function
  • umadata library. The LinkedList constructor. Creates an empty LinkedList.
  • List class
  • kernel library. A singly linked list of ListElement objects.
  • List(...) Member function
  • List class. Class constructor.
  • LIST_WITH_ROUNDED_CORNERS Enumerated value
  • demoui library, in enum DemoListLookHint. The default DemoList LookHint. An outline is drawn around the list elements. The corners are rounded.
  • demoui library, in enum JLFListLookHint. The default JLFList LookHint. An outline An outline is drawn around the list elements. The corners are rounded.
  • ListContents(...) Pure virtual member function
  • FidoDriver class. Returns a pointer to a block containing UALs for every application supplied by this driver. The block contains null-terminated strings, one after the...
  • ListElement class
  • kernel library. ListElement is the base class for objects that need to be put on a List.
  • listen(...) Global function
  • inet library. Set to listen for connections.
  • ListenerID Global data
  • broadcast library. A ListenerID is a unique ID assigned to a BroadcastListener when it has been registered, by invoking BroadcastListener::Register().
  • Load(...) Member function
  • DatabaseMailboxManager class. Loads an existing mailbox. The mailbox database must exist for Load() to work. Load() creates a DatabaseMailboxNode for the specified mailbox,...
  • LOAD_ANY_VERSION Enumerated value
  • HTMLViewer class, in enum LoadMode. Data could come from cache or network.
  • LOAD_FROM_NETWORK Enumerated value
  • HTMLViewer class, in enum LoadMode. Reload from network. This does not affect requests that use local protocols, like file://.
  • LoadApplication(...) Pure virtual member function
  • FidoDriver class. LoadApplication takes a UAL that describes an application, loads code for the app (if it is not resident), creates an AppBase object for it, and...
  • LoadedApps class
  • shell library. The LoadedApps class provides API for determining the number of currently loaded applications and getting a pointer to each one.
  • LoadMode Enumerated type
  • HTMLViewer class. Loading options for GetURL(). This does not apply to PostURL() because post data is not cached. However, you can use the URL from a previous...
  • LocalizeNumber(...) Member function
  • PhoneSystem class. Localize a phone number. Display it as the user would likely enter it for local dialing.
  • LocatePixel(...) Member function
  • Sprite class. Locate the BitmapWord containing a given pixel. The pointer returned allows you to modify the BitmapWord.
  • LocatePixel16(...) Member function
  • Bitmap class. Given an x,y position in a bitmap, return a pointer to the pixel. Bits per pixel must be BD_16_BITS_PER_PIXEL.
  • LocatePixelByteAndPosition(...) Member function
  • Bitmap class. Given an x,y position in a bitmap, return a pointer to the corresponding pixel and its position relative to the low bit of the byte where it resides.
  • LocatePixelConst(...) Member function
  • Sprite class. This method is identical to LocatePixel(), except that it returns a const BitmapWord*and so can be used on const Sprite objects.
  • Lock class
  • kernel library. A Lock is similar to a semaphore, but it can be acquired multiple times by a single thread.
  • Lock(...) Global function
  • wwwcore library. Lock a WWStringHandle.
  • Lock(...) Inline member function
  • WWSList class. Exclusive lock the list. This is a blocking call.
  • Lock(...) Member function
  • Block class. Locks the data in the block and returns a pointer to it.
  • DataMap class. Locks a data block associated with this handle. While the data block is locked, it is guaranteed not to change location.
  • Lock class. Class constructor.
  • LockCountH(...) Member function
  • DataMap class. Returns the lock count for this handle. This is equal to the number of times Lock() was called minus the number of times Unlock() was called.
  • LockData(...) Member function
  • MovableListNode class. Locks the node's movable data and gets a pointer to it. If NULL is returned, either the node is NULL (test with IsNull() ) or it has no associated...
  • LockElement(...) Member function
  • Array class. Locks the specified element and returns a pointer to it. It is illegal to request a lock for an element that does not exist.
  • Array class. Locks the specified element, returns a pointer to it, and sets *numElts to the number of contiguous elements pointed to by the return value.
  • VariableArray class. Locks the specified element and returns a pointer to it. It is illegal to request a lock for an element that does not exist.
  • VariableArray class. Locks the specified element, returns a pointer to it, and sets *eltSizePtr to the size in bytes of the locked element.
  • LockH(...) Global function
  • pos library. This is a convenience routine that calls the corresponding method on the global heap DataMap, theHeapDataMap.
  • Log class
  • kernel library. Logs provide a convenient iostream-like API for logging debugging information.
  • _LOG(...) Global function
  • kernel library. The _LOG() macro can be used to conditionally compile code that should only be present when the Log class is present. Example:_LOG(theLog
  • Log(...) Member function
  • Log class. Log object constructor. This gives the name of the file used by Flush() to output the contents of the buffer.
  • ~Log(...) Member function
  • Log class. Log object destructor. This deletes the buffer (unless given to us in the constructor) if it has been created in Initialize(); it also deletes...
  • LogDebugCommand(...) Global function
  • debugmon library. Constructor
  • LookHint Global data
  • toolkit library. LookHint typedef to be used when defining the look of an object created by the UIFactory.
  • Lookup(...) Member function
  • Broadcaster class. Looks for a registered listener with the specified ID. This is typically invoked by a BroadcastFunction which has been passed to...
  • LoopbackTransport class
  • umatransprt library. LoopbackTransports send messages from the Outbox to the Inbox.
  • LoopbackTransport(...) Member function
  • LoopbackTransport class. The LoopbackTransport constructor.
  • LOW_BACKUP_STATUS Enumerated value
  • PD class, in enum BackupStatus. The backup batteries are low on power and should be changed.
  • LOW_BATTERY_STATUS Enumerated value
  • PD class, in enum BatteryStatus. The main batteries are low on power.
  • Lower(...) Member function
  • AppBase class. Invoked by the ApplicationCache when another application has been brought to the foreground (made this one inactive).
  • LOWEST_PRIORITY Global data
  • kernel library. Priorities are from low =0 to high =255. These are not an enumerated type, to allow the user to use the full range of priorities.
  • LSeek(...) Member function
  • InlineBody class. Sets the seek pointer associated with the InlineBody. On success, LSeek() returns the seek pointer location as measured in bytes from the beginning...
  • LSeek(...) Pure virtual member function
  • File class. Sets the seek pointer associated with the File. On success, LSeek() returns the seek pointer location as measured in bytes from the beginning of the...
  • LT_MAIN Global data
  • toolkit library.