Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
os::TextEdit Member List
This is the complete list of members for os::TextEdit, including all inherited members.
- Activated(bool bIsActive)
[virtual]
- AddChild(View *pcView, bool bAssignTabOrder=false)
[virtual]
- AddFilter(MessageFilter *pcFilter)
- AddUndoNode(UndoNode *psNode)
- AllAttached()
[virtual]
- AllDetached()
[virtual]
- AttachedToWindow()
[virtual]
- BeginDrag(Message *pcData, const Point &cOffset, const Bitmap *pcBitmap, Handler *pcReplyTarget=NULL)
- BeginDrag(Message *pcData, const Point &cOffset, const Rect &cBounds, Handler *pcReplyTarget=NULL)
- Clear()
- ClearSelection()
- CommitEvents()
- ConvertFromParent(const Point &cPoint) const
- ConvertFromParent(Point *cPoint) const
- ConvertFromParent(const Rect &cRect) const
- ConvertFromParent(Rect *cRect) const
- ConvertFromScreen(const Point &cPoint) const
- ConvertFromScreen(Point *cPoint) const
- ConvertFromScreen(const Rect &cRect) const
- ConvertFromScreen(Rect *cRect) const
- ConvertFromWindow(const Point &cPoint) const
- ConvertFromWindow(Point *cPoint) const
- ConvertFromWindow(const Rect &cRect) const
- ConvertFromWindow(Rect *cRect) const
- ConvertToParent(const Point &cPoint) const
- ConvertToParent(Point *cPoint) const
- ConvertToParent(const Rect &cRect) const
- ConvertToParent(Rect *cRect) const
- ConvertToScreen(const Point &cPoint) const
- ConvertToScreen(Point *cPoint) const
- ConvertToScreen(const Rect &cRect) const
- ConvertToScreen(Rect *cRect) const
- ConvertToWindow(const Point &cPoint) const
- ConvertToWindow(Point *cPoint) const
- ConvertToWindow(const Rect &cRect) const
- ConvertToWindow(Rect *cRect) const
- Delete(IPoint cStart, IPoint cEnd, bool bMakeUndo=true)
- Delete()
- DetachedFromWindow()
[virtual]
- DrawBitmap(const Bitmap *pcBitmap, const Rect &cSrcRect, const Rect &cDstRect)
- DrawChar(int nChar)
[inline]
- DrawChar(int nChar, const Point &cPos)
[inline]
- DrawCursor(View *pcView=NULL, float vHOffset=0.0f, float vVOffset=0.0f)
- DrawFrame(const Rect &cRect, uint32 nFlags)
- DrawLine(const Point &cToPoint)
- DrawLine(const Point &cFromPnt, const Point &cToPnt)
- DrawString(const char *pzString)
- DrawString(const char *pString, int nLength)
- DrawString(const std::string &cString)
- DrawString(const char *pzString, const Point &cPos)
- DrawString(const char *pString, int nLength, const Point &cPos)
- DrawString(const std::string &cString, const Point &cPos)
- EraseRect(const Rect &cRect)
- FillRect(const Rect &cRect)
- FillRect(const Rect &cRect, Color32_s sColor)
- Flush()
- FontChanged(Font *pcNewFont)
[virtual]
- FrameMoved(const Point &cDelta)
[virtual]
- FrameSized(const Point &cDelta)
[virtual]
- GetBgColor() const
- GetBounds() const
- GetBuffer() const
[inline]
- GetCharPosX(const String &cString, float vPos)
- GetChildAt(const Point &cPos)
- GetChildAt(int nIndex)
- GetContentSize() const
[virtual]
- GetCurrentLength() const
- GetCursor() const
- GetDrawingMode() const
- GetEraseColor() const
- GetEventMask() const
- GetFgColor() const
- GetFilterList() const
- GetFlags(uint32 nMask=~0L) const
- GetFont() const
- GetFontHeight(font_height *psHeight) const
- GetFrame() const
- GetHScrollBar() const
- GetLeftTop() const
- GetLooper() const
- GetMaxLength() const
- GetMaxPreferredSize() const
- GetMaxUndoSize() const
[inline]
- GetMinPreferredSize() const
- GetMouse(Point *pcPosition, uint32 *pnButtons)
- GetMultiLine()
[inline]
- GetName() const
- GetNextHandler() const
- GetNormalizedBounds() const
- GetNumeric() const
[inline]
- GetParent() const
- GetPasswordMode() const
- GetPenPosition() const
- GetPixelPosX(const String &cString, int x)
- GetPixelPosY(int y)
- GetPreferredSize(bool bLargest) const
[virtual]
- GetQualifiers() const
- GetReadOnly() const
- GetRegion(IPoint cStart, IPoint cEnd, std::string *pcBuffer, bool bAddToClipboard=true)
- GetRegion(std::string *pcBuffer, bool bAddToClipboard=true)
- GetResizeMask() const
- GetScrollOffset() const
- GetSelection(IPoint *pcStart, IPoint *pcEnd)
- GetStringLength(const char *pzString, float vWidth, bool bIncludeLast=false) const
- GetStringLength(const char *pzString, int nLength, float vWidth, bool bIncludeLast=false) const
- GetStringLength(const std::string &cString, float vWidth, bool bIncludeLast=false) const
- GetStringLengths(const char **apzStringArray, const int *anLengthArray, int nStringCount, float vWidth, int *anMaxLengthArray, bool bIncludeLast=false) const
- GetStringWidth(const char *pzString) const
- GetStringWidth(const char *pzString, int nLength) const
- GetStringWidth(const std::string &cString) const
- GetStringWidths(const char **apzStringArray, const int *anLengthArray, int nStringCount, float *avWidthArray) const
- GetTabOrder()
[virtual]
- GetTitle() const
- GetTruncatedStrings(const char **pazStringArray, int nStringCount, uint32 nMode, float nWidth, char **pazResultArray) const
- GetVScrollBar() const
- GetWindow() const
[inline]
- HandleKeyDown(const char *pzString, const char *pzRawString, uint32 nQualifiers)
- HandleMessage(Message *pcMessage)
[virtual]
- HandleMouseDown(const Point &cPosition, uint32 nButtons)
- HandleMouseMove(const Point &cNewPos, int nCode, uint32 nButtons, Message *pcData)
- HandleMouseUp(const Point &cPosition, uint32 nButtons, Message *pcData)
- Handler(const std::string &cName)
- HasFocus() const
[virtual]
- Height() const
- Hide()
[inline]
- InsertChar(char nChar)
- InsertString(IPoint *pcPos, const char *pzBuffer, bool bMakeUndo=true)
- Invalidate(const Rect &cRect, bool bRecurse=false)
- Invalidate(bool bRecurse=false)
- InvalidateLines(int nFirst, int nLast)
- IsEnabled() const
- IsVisible() const
- KeyDown(const char *pzString, const char *pzRawString, uint32 nQualifiers)
[virtual]
- KeyUp(const char *pzString, const char *pzRawString, uint32 nQualifiers)
[virtual]
- m_bEnabled
- m_bEnforceBackBuffer
- m_bIBeamActive
- m_bMouseDownSeen
- m_bMultiLine
- m_bNumeric
- m_bPassword
- m_bReadOnly
- m_bRegionActive
- m_cBuffer
- m_cCsrPos
- m_cLineSizes
- m_cMaxPreferredSize
- m_cMinPreferredSize
- m_cPreferredSize
- m_cPrevCursorPos
- m_cRegionEnd
- m_cRegionStart
- m_cUndoStack
- m_nCurrentLength
- m_nEventMask
- m_nMaxLength
- m_nMaxUndoSize
- m_nPendingEvents
- m_nUndoMemSize
- m_pcBackBuffer
- m_pcBgView
- m_pcParent
- m_sCurBgColor
- m_sCurFgColor
- m_sFontHeight
- m_vCsrGfxPos
- m_vGlyphHeight
- MakeCsrVisible()
- MakeFocus(bool bFocus=true)
[virtual]
- MaybeDrawString(View *pcView, float vHOffset, const char *pzString, int nLength)
- MouseDown(const Point &cPosition, uint32 nButtons)
[virtual]
- MouseMove(const Point &cNewPos, int nCode, uint32 nButtons, Message *pcData)
[virtual]
- MouseUp(const Point &cPosition, uint32 nButtons, Message *pcData)
[virtual]
- MoveBy(const Point &cDelta)
[virtual]
- MoveBy(float vDeltaX, float vDeltaY)
[virtual]
- MoveHoriz(int nDelta, bool bExpBlock)
- MovePenBy(const Point &cPos)
- MovePenBy(float x, float y)
[inline]
- MovePenTo(const Point &cPos)
- MovePenTo(float x, float y)
[inline]
- MoveTo(const Point &cPos)
[virtual]
- MoveTo(float x, float y)
[virtual]
- MoveVert(int nDelta, bool bExpBlock)
- Paint(const Rect &cUpdateRect)
[virtual]
- Ping(int nSize=0)
- RecalcPrefWidth()
- RemoveChild(View *pcChild)
- RemoveFilter(MessageFilter *pcFilter)
- RemoveThis()
- RenderLine(View *pcView, int y, float vHOffset, float vVOffset, bool bClear=true)
- ResizeBy(const Point &cDelta)
[virtual]
- ResizeBy(float vDeltaW, float vDeltaH)
[virtual]
- ResizeTo(const Point &cSize)
[virtual]
- ResizeTo(float W, float H)
[virtual]
- ScrollBy(const Point &cDelta)
[virtual]
- ScrollBy(float vDeltaX, float vDeltaY)
[inline, virtual]
- ScrollRect(const Rect &cSrcRect, const Rect &cDstRect)
- ScrollTo(Point cTopLeft)
[virtual]
- ScrollTo(float x, float y)
[inline, virtual]
- Select(const IPoint &cStart, const IPoint &cEnd)
- SelectAll()
- SetBgColor(int nRed, int nGreen, int nBlue, int nAlpha=255)
- SetBgColor(Color32_s sColor)
- SetCursor(const IPoint &cPos, bool bSelect)
- SetDrawingMode(drawing_mode nMode)
- SetEnable(bool bEnabled=true)
- SetEraseColor(int nRed, int nGreen, int nBlue, int nAlpha=255)
- SetEraseColor(Color32_s sColor)
- SetEventMask(uint32 nMask)
- SetFgColor(int nRed, int nGreen, int nBlue, int nAlpha=255)
- SetFgColor(Color32_s sColor)
- SetFlags(uint32 nFlags)
- SetFont(Font *pcFont)
- SetFrame(const Rect &cRect, bool bNotifyServer=true)
[virtual]
- SetMaxLength(size_t nMaxLength)
- SetMaxPreferredSize(int nWidthChars, int nHeightChars)
- SetMaxUndoSize(int nSize)
- SetMinPreferredSize(int nWidthChars, int nHeightChars)
- SetMousePos(const Point &cPosition)
- SetMultiLine(bool bMultiLine)
[inline]
- SetName(const std::string &cName)
- SetNextHandler(Handler *pcNextHandler)
- SetNumeric(bool bNumeric)
[inline]
- SetPasswordMode(bool bPassword)
- SetReadOnly(bool bFlag)
- SetResizeMask(uint32 nFlags)
- SetTabOrder(int nOrder)
[virtual]
- Show(bool bVisible=true)
- Sync()
- TextEdit(TextView *pcParent, const Rect &cFrame, const char *pzTitle, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND)
- TimerTick(int nID)
[virtual]
- ToggleDepth()
[virtual]
- Undo()
- UNDO_DELETE enum value
- UNDO_INSERT enum value
- UpdateBackBuffer()
- View(const Rect &cFrame, const std::string &cTitle, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND)
- ViewScrolled(const Point &cDelta)
[virtual]
- WheelMoved(const Point &cDelta)
[virtual]
- Width() const
- WindowActivated(bool bIsActive)
[virtual]
- ~Handler()
[virtual]
- ~TextEdit()
- ~View()
[virtual]
Generated at Tue Sep 11 15:27:55 2001 for AtheOS higlevel API by
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001