[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

Keywords - C


· ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z ·


callbacks
adding
general case
· PtAddCallback · PtAddCallbacks ·
Pt_CB_FILTER
· PtAddFilterCallback · PtAddFilterCallbacks ·
Pt_CB_HOTKEY
· PtAddHotkeyHandler ·
Pt_CB_RAW
· PtAddEventHandler · PtAddEventHandlers ·
link, determining the initiator
· ApWidget ·
PhAB, information structure
· ApInfo_t ·
removing
general case
· PtRemoveCallback · PtRemoveCallbacks ·
Pt_CB_FILTER
· PtRemoveFilterCallback · PtRemoveFilterCallbacks ·
Pt_CB_HOTKEY
· PtRemoveHotkeyHandler ·
Pt_CB_RAW
· PtRemoveEventHandler · PtRemoveEventHandlers ·

canvas, determining for a widget
· PtCalcCanvas ·

caps, stroke (line)
· PgSetStrokeCap, PgSetStrokeCapCx ·

channels
Neutrino, attaching
· PhChannelAttach ·
Photon
attaching
· PhAttach · PtInit ·
connection information
· PhGetConnectInfo ·
detaching
· PhDetach ·
events, arming for
· PhEventArm ·
events, checking for
· PhEventPeek ·
reattaching
· PhReattach ·
use by widget library
· PtChannelCreate ·

character
cursor
· PhCharacterCursorDescription_t ·

characters
multibyte

See UTF-8

positions, calculating
· PfExtentFractTextCharPositions · PfExtentTextCharPositions, PfExtentTextCharPositionsCx ·
translating
from UTF-8
· PxTranslateFromUTF · PxTranslateStateFromUTF ·
installing
· PxTranslateSet ·
listing supported
· PxTranslateList ·
tables, building
· PxTerminalBuildCharsets ·
tables, loading
· PxTerminalLoadCharsets ·
tables, saving
· PxTerminalSaveCharsets ·
to UTF-8
· PxTranslateStateToUTF · PxTranslateToUTF ·
unknown
· PxTranslateUnknown ·
wide
converting to lowercase
· wctolower ·
converting to UTF-8
· wctoutf8 ·
extent, calculating
· PfExtentWideText ·

Chinese characters, entering
· PtFepCmd ·

chroma attributes
resetting
· PgDefaultChroma ·

chroma key
setting parameters
· PgSetChroma, PgSetChromaCx ·
starting
· PgChromaOn, PgChromaOnCx ·
stopping
· PgChromaOff, PgChromaOffCx ·

class, widget
· PtWidgetClass · PtWidgetIsClass · PtWidgetIsClassMember ·

clipboard
copying into
· PhClipboardCopyString ·
header data structure
· PhClipboardHdr ·
pasting from
· PhClipboardPasteString ·
reading from
· PhClipboardRead ·
writing to
· PhClipboardWrite ·

clipping
list of rectangles, setting to
· PgSetMultiClip, PgSetMultiClipCx ·
PtClipAdd()
· PtClipAdd ·
PtClipRemove()
· PtClipRemove ·
setting
· PgSetClipping, PgSetClippingCx · PgSetUserClip, PgSetUserClipAbsolute, PgSetUserClipCx, PgSetUserClipAbsoluteCx ·
widget, visible extent
· PtWidgetVisibleExtent ·

colors
alpha component
· PgAlphaValue ·
best matches
· PgColorMatch ·
bitmaps
· PgSetTextColor, PgSetTextColorCx ·
blue component
· PgBlueValue ·
CMY, converting to RGB
· PgCMY ·
composite, data type
· PgColor_t ·
fill
· PgSetFillColor, PgSetFillColorCx ·
gray
RGB, converting from
· PgGrayValue ·
RGB, converting to
· PgGray ·
green component
· PgGreenValue ·
HSV
data structure
· PgColorHSV_t ·
RGB, converting from
· PgRGB2HSV ·
RGB, converting to
· PgHSV · PgHSV2RGB ·
model
getting
· PgGetColorModel, PgGetColorModelCx ·
setting
· PgSetColorModel, PgSetColorModelCx ·
palette
current, getting
· PgGetPalette ·
current, setting
· PgSetPalette, PgSetPaletteCx ·
red component
· PgRedValue ·
RGB
composite format, converting to
· PgARGB · PgRGB ·
data type
· PgColor_t ·
gray, converting from
· PgGray ·
gray, converting to
· PgGrayValue ·
HSV, converting from
· PgHSV · PgHSV2RGB ·
HSV, converting to
· PgRGB2HSV ·
shading, calculating top and bottom
· PgBackgroundShadings ·
stroke
· PgSetStrokeColor, PgSetStrokeColorCx ·
text
· PgSetTextColor, PgSetTextColorCx ·
text underline
· PgSetUnderline, PgSetUnderlineCx ·
XOR
bitmaps
· PgSetTextXORColor, PgSetTextXORColorCx ·
fill
· PgSetFillXORColor, PgSetFillXORColorCx ·
stroke
· PgSetStrokeXORColor, PgSetStrokeXORColorCx ·
text
· PgSetTextXORColor, PgSetTextXORColorCx ·

configuration files
closing
· PxConfigClose, PxConfigCloseCx ·
entries
deleting
· PxConfigDeleteEntry, PxConfigDeleteEntryCx ·
getting as string
· PxConfigNextEntry, PxConfigNextEntryCx · PxConfigNextString, PxConfigNextStringCx ·
opening
· PxConfigOpen, PxConfigOpenCx ·
parameters, reading and writing
Booleans
· PxConfigReadBool, PxConfigReadBoolCx · PxConfigWriteBool, PxConfigWriteBoolCx ·
characters
· PxConfigReadChar, PxConfigReadCharCx · PxConfigWriteChar ·
integers
· PxConfigReadDouble, PxConfigReadDoubleCx · PxConfigReadInt, PxConfigReadIntCx · PxConfigWriteDouble, PxConfigWriteDoubleCx · PxConfigWriteInt, PxConfigWriteIntCx ·
long integers
· PxConfigReadLLong, PxConfigReadLLongCx · PxConfigReadLong, PxConfigReadLongCx · PxConfigWriteLong, PxConfigWriteLongCx ·
long long integers
· PxConfigWriteLLong, PxConfigWriteLLongCx ·
short integers
· PxConfigReadShort, PxConfigReadShortCx · PxConfigWriteShort, PxConfigWriteShortCx ·
strings
· PxConfigReadString, PxConfigReadStringCx · PxConfigWriteString, PxConfigWriteStringCx ·
sections
creating
· PxConfigForceEmptySection, PxConfigForceEmptySectionCx ·
deleting
· PxConfigDeleteSection, PxConfigDeleteSectionCx ·
seeking
· PxConfigSection, PxConfigSectionCx ·
seeking first
· PxConfigFirstSection, PxConfigFirstSectionCx ·
seeking next
· PxConfigNextSection, PxConfigNextSectionCx ·

connections
clients
connecting to servers
· PtConnectionWaitForName ·
destroying
· PtConnectionClientDestroy ·
error handler
· PtConnectionClientSetError ·
sending to server
· PtConnectionSend, PtConnectionSendmx ·
server event handlers, adding
· PtConnectionAddEventHandlers ·
user data, getting
· PtConnectionClientGetUserData ·
user data, setting
· PtConnectionClientSetUserData ·
event buffer, resizing
· PtConnectionResizeEventBuffer ·
ID
· PhGetConnectId ·
information
· PhGetConnectInfo ·
servers
destroying
· PtConnectionServerDestroy ·
error handler
· PtConnectionServerSetError ·
message handlers, adding
· PtConnectionAddMsgHandlers ·
notifications, flushing
· PtConnectionFlush ·
notifications, sending
· PtConnectionNotify ·
replying to clients
· PtConnectionReply, PtConnectionReplymx ·
temporary name, creating
· PtConnectionTmpName ·
user data, getting
· PtConnectionServerGetUserData · PtConnectionServerSetUserData ·

connectors
creating
· PtConnectorCreate ·
destroying
· PtConnectorDestroy ·
finding
by ID
· PtConnectionFindId ·
by name
· PtConnectionFindName ·
getting ID of
· PtConnectorGetId ·

consoles
current, getting coordinates
· PhWindowQueryVisible ·
switching
· PtConsoleSwitch ·

containers
flux count
decrementing
· PtContainerRelease · PtEndFlux ·
incrementing
· PtContainerHold · PtStartFlux ·
flux, determining if in
· PtIsFluxing ·
focus
finding
· PtContainerFindFocus ·
next
· PtContainerFocusNext ·
nullifying
· PtContainerNullFocus ·
previous
· PtContainerFocusPrev ·
updates
holding off
· PtContainerHold ·
permitting
· PtContainerRelease ·

context
PhAB
adding
· ApAddContext · ApRemoveContext ·
setting
· ApSetContext ·

contexts
data, copying to another context
· PgContextBlit, PgContextBlitCx · PgContextBlitArea, PgContextBlitAreaCx ·
draw
creating
· PhDCCreate ·
getting current
· PhDCGetCurrent ·
releasing
· PhDCRelease ·
setting current
· PhDCSetCurrent ·
graphical
alpha, resetting
· PgDefaultAlpha ·
attributes, resetting
· PgDefaultGC ·
chroma, resetting
· PgDefaultChroma ·
creating
· PgCreateGC ·
current, getting
· PgGetGC, PgGetGCCx ·
current, setting
· PgSetGC, PgSetGCCx ·
destroying
· PgDestroyGC ·
draw buffer, clearing
· PgClearDrawBuffer, PgClearDrawBufferCx ·
draw mode, resetting
· PgDefaultMode ·
fill, resetting
· PgDefaultFill ·
plane mask, resetting
· PgDefaultMode ·
stroke (line) attributes, resetting
· PgDefaultStroke ·
text attributes, resetting
· PgDefaultText ·
memory
activating
· PmMemStart ·
creating
· PmMemCreateMC ·
deactivating
· PmMemStop ·
draw buffer, incremental size for
· PmMemSetChunkSize ·
draw buffer, maximum size for
· PmMemSetMaxBufSize ·
flushing
· PmMemFlush ·
releasing
· PmMemReleaseMC ·
type, setting
· PmMemSetType ·
printing
activating
· PpContinueJob ·
attributes
· PpPrintContext_t ·
attributes, modifying
· PpSetPC ·
attributes, querying
· PpGetPC ·
canvas
· PpGetCanvas · PpSetCanvas ·
creating
· PpCreatePC ·
deactivating
· PpEndJob · PpSuspendJob ·
initializing
· PpLoadDefaultPrinter · PpLoadPrinter · PpStartJob ·
page break
· PpPrintNewPage ·
printers, list of available
· PpFreePrinterList · PpLoadPrinterList ·
releasing
· PpReleasePC ·
widgets
· PpPrintWidget ·

control flags, getting
· PtGetControlFlags ·

control surfaces
action ID, getting
· PtSurfaceActionId ·
active, getting
· PtWidgetActiveSurface ·
backmost
· PtSurfaceInBack ·
bounding box
· PtSurfaceCalcBoundingBox, PtSurfaceCalcBoundingBoxById · PtSurfaceRect, PtSurfaceRectById ·
brother behind
· PtSurfaceBrotherBehind ·
brother in front
· PtSurfaceBrotherInFront ·
creating
· PtCreateActionSurface · PtCreateSurface ·
damaging
· PtDamageSurface, PtDamageSurfaceById · PtDamageSurfaceByAction ·
data
adding
· PtSurfaceAddData, PtSurfaceAddDataById ·
getting
· PtSurfaceGetData ·
removing
· PtSurfaceRemoveData, PtSurfaceRemoveDataById ·
destroying
· PtDestroyAllSurfaces · PtDestroySurface · PtDestroySurfaceById ·
disabling
· PtDisableSurface, PtDisableSurfaceById · PtDisableSurfaceByAction · PtSurfaceIsDisabled ·
enabling
· PtEnableSurface, PtEnableSurfaceById · PtEnableSurfaceByAction · PtSurfaceIsEnabled ·
events, matching with
· PtCheckSurfaces ·
extent, calculating
· PtSurfaceExtent, PtSurfaceExtentById ·
finding
· PtFindSurface · PtFindSurfaceByAction ·
finding at a point
· PtSurfaceHit ·
frontmost
· PtSurfaceInFront ·
geometry, calculating
· PtCalcSurface · PtCalcSurfaceByAction · PtCalcSurfaceById ·
hiding
· PtHideSurface, PtHideSurfaceById · PtHideSurfaceByAction · PtSurfaceIsHidden ·
ID, getting
· PtSurfaceId ·
inserting
· PtInsertSurface, PtInsertSurfaceById ·
moving to back
· PtSurfaceToBack, PtSurfaceToBackById ·
moving to front
· PtSurfaceToFront, PtSurfaceToFrontById ·
point within, testing for
· PtSurfaceTestPoint ·
showing
· PtShowSurface, PtShowSurfaceById · PtShowSurfaceByAction · PtSurfaceIsShown ·

coordinates
translation
clearing
· PgClearTranslation, PgClearTranslationCx ·
rectangles
· PhDeTranslateRect · PhTranslateRect ·
setting
· PgSetTranslation, PgSetTranslationCx ·

CRC (cyclic redundancy check), generating
· PtCRC · PtCRCValue ·

cursors
bitmaps
· PhBitmapCursorDescription_t · PhCursorDef_t ·
characters
· PhCharacterCursorDescription_t ·
description
· PhCursorDescription_t ·
information about
· PhQueryCursor ·
moving
absolute position
· PhMoveCursorAbs ·
relative position
· PhMoveCursorRel ·

custom widgets
summary of functions
· Custom widgets ·

cyclic redundancy check (CRC), generating
· PtCRC · PtCRCValue ·

· ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z ·


[Previous] [Contents] [Index] [Next]