Index: w
- Wait(...) Global function
- kernel library. Wait() -waits for an Event to become signalled, exiting immediately if it already is.
- WaitUntilActive(...) Member function
- DatabaseMailboxManager class. Waits until the DatabaseMailboxManager is activated with Activate(), or until the given timeout expires.
- WaitUntilClosed(...) Member function
- FlexDialog class. WaitUntilClosed will not return until this dialog is closed. If the dialog is not currently hooked into the linkage or visible, this member function...
- WaitUntilTxBufferEmpty(...) Member function
- SerialDriver class. Will block until all data has been sent or timeout milliseconds pass, whichever occurs first. This routine can be called to wait until all data has...
- Wakeup(...) Member function
- PowerDriver class. A function that is called by the platform driver to inform the system of a wakeup. The action taken is device-specific, but usually a battery check...
- PowerListener class. Invoked when the device's userIO power is off, and some event that could turn userIO power on occurs. Wakeup is passed a bitfield that describes...
- WakeupCause Enumerated type
- PD class. These are some typical wakeup causes, not all of which are supported in all devices. A device could have more than one active wakeup cause, so a...
- WCHAR Global data
- sys_info library. Variables of type WCHAR are always 2-byte Unicode characters, even if the system is being compiled with no double-byte character support (DBCS).
- width Member data
- Dimension class. Width of the Dimension object.
- width Struct field
- graphics library, in struct BitmapHeader. Width of the bitmap in pixels
- WinCoord Global data
- graphics library. WinCoord is the basic signed 16-bit coordinate type used by all graphics API.
- Window class
- graphics library. The Window class is the graphics entity that maintains location and size in a display. A window can be dull or sprite-mode.
- Window(...) Member function
- Window class. Creates a new window object. By default, the window is a dull mode window with no parent, and (rectangular) bounds of (0, 0, 0, 0).
- ~Window(...) Member function
- Window class. Destroys a Window object. The Window's visible flag must be FALSE before calling this method. If the window has a parent, it will detach itself from...
- WINDOW_CLOSED Enumerated value
- WindowEvent class, in enum WindowEventType. Window has been set not-visible. This is only sent when a window itself has been explicitly set not-visible, *not*as a result of the AppBase being...
- WINDOW_CLOSING Enumerated value
- WindowEvent class, in enum WindowEventType. Window's close button has been pressed, and it will be closed if this event is not consumed.
- WINDOW_DEICONIFIED Enumerated value
- WindowEvent class, in enum WindowEventType. Window has been restored from its icon.
- WINDOW_ICONIFIED Enumerated value
- WindowEvent class, in enum WindowEventType. Window was been reduced to its icon.
- WINDOW_OPENED Enumerated value
- WindowEvent class, in enum WindowEventType. Window has been opened.
- WINDOW_TO_BACK Enumerated value
- WindowEvent class, in enum WindowEventType. Window moved behind all others.
- WINDOW_TO_FRONT Enumerated value
- WindowEvent class, in enum WindowEventType. Window moved in front of all others.
- WindowAdapter class
- toolkit library. The WindowAdapter class is a subclass of WindowListenerInterface to be notified of window events. This subclass provides empty function definitions...
- WindowClosed(...) Member function
- WindowAdapter class. Called when the FlexWindow has been set not-visible. This is only sent when SetVisible(FALSE) has been explicitly called on a window, not as a result...
- WindowClosed(...) Pure virtual member function
- WindowListenerInterface class. Called when the FlexWindow has been set not-visible. This is only sent when SetVisible(FALSE) has been explicitly called on a window, not as a result...
- WindowClosing(...) Member function
- WindowAdapter class. Called when the window is about to be closed because the user has clicked on the window's automatically-provided close button.
- WindowClosing(...) Pure virtual member function
- WindowListenerInterface class. Called when the window is about to be closed because the user has clicked on the window's automatically-provided close button.
- WindowDeiconified(...) Member function
- WindowAdapter class. Called when the window has been restored from its icon form.
- WindowDeiconified(...) Pure virtual member function
- WindowListenerInterface class. Called when the window has been restored from its icon form.
- WindowEvent class
- toolkit library. The WindowEvent is created and sent to a WindowListener when certain window-related events take place.
- WindowEvent(...) Member function
- WindowEvent class. Constructor for the WindowEvent.
- WindowEventType Enumerated type
- WindowEvent class. The types of window events that can be received by a component.
- _windowEventType Member data
- WindowEvent class. The type of window event being sent.
- WindowIconified(...) Member function
- WindowAdapter class. Called when the window has been reduced to its icon form.
- WindowIconified(...) Pure virtual member function
- WindowListenerInterface class. Called when the window has been reduced to its icon form.
- WindowListenerInterface class
- toolkit library. WindowListenerInterface is the abstract base class for WindowListener objects. It is the interface for receiving window events.
- WindowOpened(...) Member function
- WindowAdapter class. Called when the window has been opened.
- WindowOpened(...) Pure virtual member function
- WindowListenerInterface class. Called when the window has been opened.
- WindowPriority Enumerated type
- graphics library. The WindowPriority enum provides symbolic constants for various window priorities.
- WindowToBack(...) Member function
- WindowAdapter class. Called when the window has been placed behind all other open and visible windows.
- WindowToBack(...) Pure virtual member function
- WindowListenerInterface class. Called when the window has been placed behind all other open and visible windows.
- WindowToFront(...) Member function
- WindowAdapter class. Called when the window has been brought to the front of all other open and visible windows.
- WindowToFront(...) Pure virtual member function
- WindowListenerInterface class. Called when the window has been brought to the front of all other open and visible windows.
- WinRectangle class
- graphics library. The rectangle groups four coordinates together, specifying a left, top, right and bottom dimension.
- WinRectangle(...) Member function
- WinRectangle class. The default constructor for WinRectangle class. The initial coordinate values are undefined.
- WinRectangle class. Constructs a WinRectangle from another.
- WinRectangle class. An alternate constructor that sets a rectangle that is one point tall and wide, at the specified point.
- WinRectangle class. The alternate constructor for WinRectangle objects. This sets the coordinates to the passed values.
- WinXYPoint class
- graphics library. WinXYPoint represents an (x, y) point. The class provides several methods to simplify dealing with points.
- WinXYPoint(...) Inline member function
- WinXYPoint class. Default constructor for WinXYPoint objects; sets the point to 0,0.
- WinXYPoint class. Alternate constructor for WinXYPoint objects that allows the point to be set to a specific location.
- WP_BACKDROP Enumerated value
- graphics library, in enum WindowPriority. Visible, but behind forms
- WP_BEHIND_FORM Enumerated value
- graphics library, in enum WindowPriority. Used for "off screen"drawing
- WP_FORM Enumerated value
- graphics library, in enum WindowPriority. Full screen windows
- WP_MAX_PRIORITY Enumerated value
- graphics library, in enum WindowPriority. The maximum allowable priority
- WP_MIN_PRIORITY Enumerated value
- graphics library, in enum WindowPriority. The minimum priority
- WP_MODAL Enumerated value
- graphics library, in enum WindowPriority. "Application"modal windows
- WP_ON_TOP Enumerated value
- graphics library, in enum WindowPriority. FEP windows
- WP_POPUP Enumerated value
- graphics library, in enum WindowPriority. Popup menus and windows
- WP_SCREEN_INK Enumerated value
- graphics library, in enum WindowPriority. Full screen ink
- WP_STANDARD Enumerated value
- graphics library, in enum WindowPriority. Default priority for new windows
- WP_SYS_MODAL Enumerated value
- graphics library, in enum WindowPriority. System modal windows
- WP_TOOL_BOX Enumerated value
- graphics library, in enum WindowPriority. Tool palette windows
- WRAP_AT_END Enumerated value
- kernel library, in enum OverflowBehavior. The buffer will be circular; writes will wrap around to the beginning.
- WrapPolicyType Member data
- TreeFocusManager class. These values specify how to navigate past the first or last components handled by this focus manager.
- write(...) Global function
- inet library. Write data to socket.
- Write(...) Member function
- Connection class. Write a desired number of bytes from the given buffer to the output stream in either a blocking or non-blocking fashion.
- FileBody class. Writes nbytes of data to the FileBody, beginning at the present location of the seek pointer. Data is taken from the buffer pointed to by buf.
- HTTP class. Write data to server after Get() or Post()
- InlineBody class. Writes nbytes of data to the InlineBody, beginning at the present location of the seek pointer. Data is taken from the buffer pointed to by buf.
- Log class. Provides a printf()-like interface for adding an entry to the Log. The format string when expanded must not be longer than 1000 bytes. The
- Log class. Provides a printf()-like interface for adding an entry to the Log. The format string when expanded must not be longer than 1000 bytes This is the...
- Stream class. Write a desired number of bytes from the given buffer to the stream in either a blocking or non-blocking fashion.
- WWStream class. Write data to stream.
- Write(...) Pure virtual member function
- File class. Attempts to write nbytes of data to the File, beginning at the present location of the seek pointer. Data is taken from the buffer pointed to by buf.
- MessageBody class. Writes nbytes of data to the MessageBody, beginning at the present location of the seek pointer. Data is taken from the buffer pointed to by buf.
- WriteAtomic(...) Member function
- Stream class. Write a given number of bytes from the given buffer to the stream buffer if and only if there is enough room.
- WriteBuffer(...) Member function
- Log class. Write a sequence of characters of a given length to the log. This version takes a pointer to a char array.
- Log class. Write a sequence of characters of a given length to the log. This version takes a pointer to a TCHAR array.
- WriteByte(...) Member function
- Connection class. Write the given byte to the output stream in either a blocking or a non-blocking fashion.
- Stream class. Write the given byte to the stream in either a blocking or non-blocking fashion.
- WWStream class. Write a byte.
- WriteLine(...) Member function
- DebugMonitor class. WriteLine is used to ouput a buffer of characters to the console. It returns when all the characters are written.
- DebugMonitor class. WriteLine is used to ouput a buffer of characters to the console. It returns when all the characters are written.
- DebugMonitor class. WriteLine is used to ouput a buffer of characters to the console. It returns when all the characters are written.
- DebugMonitor class. WriteLine is used to ouput a buffer of characters to the console. It returns when all the characters are written.
- writev(...) Global function
- inet library. Write, gathering.
- WWBase64DecodePtr(...) Global function
- wwwcore library. WWBase64DecodePtr is equivalent to WWBase64::DecodePtr
- WWBase64EncodePtr(...) Global function
- wwwcore library. WWBase64EncodePtr is equivalent to WWBase64::EncodePtr
- WWByteRange Struct
- wwwcore library. Request objects for ranges of data in a WWStream.
- WWCreateTime(...) Global function
- wwwcore library. WWCreateTime is equivalent to WWTime::CreateTime
- WWFile class
- wwwscheme library. WWFile is a www protocol for loading local files. The size of the file stream (set using SetMimeLegth()) is defaulted to the file size.
- WWFile(...) Member function
- WWFile class. Default contructor.
- ~WWFile(...) Member function
- WWFile class. Destructor.
- WWFILE_CANNOT_OPEN Enumerated value
- wwwscheme library, in enum WWFileResultCode. Cannot open file, either sharing violation or file does not exist.
- WWFILE_OK Enumerated value
- wwwscheme library, in enum WWFileResultCode. Success.
- WWFileResultCode Enumerated type
- wwwscheme library. File protocol error codes.
- WWHexDecodePtr(...) Global function
- wwwcore library. WWHexDecodePtr is equivalent to WWHex::DecodePtr
- WWHexEncodePtr(...) Global function
- wwwcore library. WWHexEncodePtr is equivalent to WWHex::EncodePtr
- WWList class
- wwwcore library. Fixed memory list. WWList can be used as a FIFO or LIFO list. To use a FIFO list, use Append() and Get(). To use a LIFO list, use Prepend() and Get().
- WWList(...) Inline member function
- WWList class. Constructor.
- ~WWList(...) Member function
- WWList class. Destructor.
- WWListElement class
- wwwcore library. Elements of fixed memory WWList.
- WWParseTime(...) Global function
- wwwcore library. WWParseTime is equivalent to WWTime::ParseTime
- WWParseURI(...) Global function
- wwwcore library. These two functions should be used by applications. They call WWParseURI(xx, NULL, WWURI_PARSE_ALL) for both aName and related, and then combine them.
- wwwcore library. Same as WWParseURI(const char*, const char*, uint16), but takes two WWMemHandles.
- WWSList class
- wwwcore library. Synchronize using a semaphore. Caller is response for calling lock on the list.
- WWSList(...) Inline member function
- WWSList class. Constructor.
- ~WWSList(...) Inline member function
- WWSList class. Destructor.
- WWStatus class
- wwwcore library. WW Status Manager
- WWStatus(...) Inline member function
- WWStatus class. Constructor. To prevent direct instantiation.
- ~WWStatus(...) Inline member function
- WWStatus class. Destructor
- WWStrAllocCat(...) Global function
- wwwcore library. WWStrAllocCat takes a WWMemHandle to a string, reallocates it to take into account the appendage and appends the appendage, much like strcat.
- WWStrAllocCopy(...) Global function
- wwwcore library. WWStrAllocCopy takes a string, allocates and copies it, returning a WWMemHandle to the copy of the original string.
- WWStrAllocCopyWWMem(...) Global function
- wwwcore library. WWStrAllocCopyWWMem works like WWStrAllocCopy but takes a WWMemHandle to a string instead of a string.
- WWStrCaseCmp(...) Global function
- wwwcore library. WWStrCaseCmp implements a case insensitive version of strcmp
- WWStrCaseCmpWWMem(...) Global function
- wwwcore library. WWStrCaseCmpWWMem performs a case insensitive string comparison between one string and a string represented by a memhandle.
- WWStrCaseStr(...) Global function
- wwwcore library. WWStrCaseStr implements a case insensitive version of strstr.
- WWStrCatWWMem(...) Global function
- wwwcore library. WWStrCatWWMem implements strcpy using WWMemHandles to represent the strings.
- WWStrCpyWWMem(...) Global function
- wwwcore library. WWStrCpyWWMem implements strcpy using WWMemHandles to represent the strings.
- WWStream class
- wwwcore library. A WWStream represents a data object with a MIME type.
- WWStream(...) Member function
- WWStream class. Constructor.
- ~WWStream(...) Member function
- WWStream class. Destructor.
- WWSTREAM_ABORTED Enumerated value
- wwwcore library, in enum WWStreamResultCode. Abort() was called.
- WWSTREAM_EOF Enumerated value
- wwwcore library, in enum WWStreamResultCode. All the requested data has been read.
- WWSTREAM_NOT_AVAIL Enumerated value
- wwwcore library, in enum WWStreamResultCode. Requested information about a stream not available.
- WWSTREAM_NOT_SEEKABLE Enumerated value
- wwwcore library, in enum WWStreamResultCode. If the stream is inherently nonseekable. This happens when the stream is tied to a server, say HTTP, that does not support byte ranges, or if there...
- WWSTREAM_OK Enumerated value
- wwwcore library, in enum WWStreamResultCode. Success.
- WWSTREAM_OUT_OF_MEMORY Enumerated value
- wwwcore library, in enum WWStreamResultCode. Not enough memory.
- WWSTREAM_SPECIFIC_ERROR Enumerated value
- wwwcore library, in enum WWStreamResultCode. This is a stream specific error. If client needs more information, call SpecificError() to get a more detailed error message.
- WWSTREAM_TIMEOUT Enumerated value
- wwwcore library, in enum WWStreamResultCode. For Read &Write:If blocking ==TRUE and the timeout expired before a byte was read/written.
- WWSTREAM_WOULD_BLOCK Enumerated value
- wwwcore library, in enum WWStreamResultCode. For Read &Write:If blocking ==FALSE and no byte was read/written.
- WWStreamResultCode Enumerated type
- wwwcore library. WWStream return codes.
- WWStringECCheck(...) Global function
- wwwcore library. WWStringECCheck provides a consistent interface to the WWMem equivalent. See wwmem.h. String handles and Mem handles are equivalent (unlike Geos).
- WWStringLen(...) Global function
- wwwcore library. WWStringLen carries over the old API. It is equivalent to WWStrLenWWMem. String handles and Mem handles are equivalent (unlike Geos).
- WWStrLenWWMem(...) Global function
- wwwcore library. WWStrLenWWMem determines the length of a string represented by a memhandle.
- WWStrNAllocCopy(...) Global function
- wwwcore library. WWStrNAllocCopy takes a string, allocates and copies up to the first n bytes of it, and returns a WWMemHandle to the copy.
- WWStrNCaseCmpWWMem(...) Global function
- wwwcore library. WWStrNCaseCmpWWMem performs a case insensitive comparison of the first n characters of one string and another string represented by a memhandle.
- WWStrToLower(...) Global function
- wwwcore library. WWStrToLower converts a string to lower case.