Rhino C++ API
8.13
|
#include <RhinoSdkUiStatic.h>
Public Member Functions | |
CRhinoUiStatic () | |
virtual | ~CRhinoUiStatic () |
CString | GetText () |
Returns the static window text. More... | |
afx_msg void | OnPaint () |
void | SetText (const char *lpsText) |
Sets the static window text. More... | |
void | SetText (const wchar_t *lpsText) |
void | SetTextIsFilePath (bool) |
bool | TextIsFilePath () |
Protected Attributes | |
bool | m_bIsFilePath |
/ / Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. / Rhinoceros is a registered trademark of Robert McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. /
/ For complete Rhino SDK copyright information see http://www.rhino3d.com/developer. / //////////////////////////////////////////////////////////////
CRhinoUiStatic::CRhinoUiStatic | ( | ) |
|
virtual |
CString CRhinoUiStatic::GetText | ( | ) |
Returns the static window text.
afx_msg void CRhinoUiStatic::OnPaint | ( | ) |
void CRhinoUiStatic::SetText | ( | const char * | lpsText | ) |
Sets the static window text.
void CRhinoUiStatic::SetText | ( | const wchar_t * | lpsText | ) |
void CRhinoUiStatic::SetTextIsFilePath | ( | bool | ) |
bool CRhinoUiStatic::TextIsFilePath | ( | ) |
|
protected |