Rhino C++ API
8.13
|
#include <rhinoSdkGetAnnotationLeader.h>
Public Member Functions | |
CArgsRhinoAnnotationLeader () | |
~CArgsRhinoAnnotationLeader () | |
ON_Color | FeedbackColor () const |
color used to draw feedback line More... | |
const wchar_t * | FirstPrompt () const |
prompt when getting first dimension point More... | |
bool | IsInteractive () |
Set or get whether the command is being run interaceively. More... | |
const wchar_t * | PointPrompt () const |
prompt when getting second dimension More... | |
void | SetFeedbackColor (COLORREF color) |
void | SetFirstPrompt (const wchar_t *prompt) |
void | SetInteractive (bool interactive) |
void | SetPointPrompt (const wchar_t *prompt) |
Protected Attributes | |
ON_Color | m_dynamic_line_color |
[in] color to use when drawing dynamic line while getting end point More... | |
ON_wString | m_first_prompt |
[in] prompt when getting first point More... | |
bool | m_interactive |
ON_wString | m_point_prompt |
[in] prompt when getting other points More... | |
Copyright (c) 1993-2017 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. Description: CArgsRhinoAnnotationLeader is used to pass input to GetAnnotationLeader().
CArgsRhinoAnnotationLeader::CArgsRhinoAnnotationLeader | ( | ) |
CArgsRhinoAnnotationLeader::~CArgsRhinoAnnotationLeader | ( | ) |
ON_Color CArgsRhinoAnnotationLeader::FeedbackColor | ( | ) | const |
color used to draw feedback line
const wchar_t* CArgsRhinoAnnotationLeader::FirstPrompt | ( | ) | const |
prompt when getting first dimension point
bool CArgsRhinoAnnotationLeader::IsInteractive | ( | ) |
Set or get whether the command is being run interaceively.
const wchar_t* CArgsRhinoAnnotationLeader::PointPrompt | ( | ) | const |
prompt when getting second dimension
void CArgsRhinoAnnotationLeader::SetFeedbackColor | ( | COLORREF | color | ) |
void CArgsRhinoAnnotationLeader::SetFirstPrompt | ( | const wchar_t * | prompt | ) |
void CArgsRhinoAnnotationLeader::SetInteractive | ( | bool | interactive | ) |
void CArgsRhinoAnnotationLeader::SetPointPrompt | ( | const wchar_t * | prompt | ) |
|
protected |
[in] color to use when drawing dynamic line while getting end point
|
protected |
[in] prompt when getting first point
|
protected |
|
protected |
[in] prompt when getting other points