Rhino C++ API
8.13
|
#include <opennurbs_safe_frame.h>
Public Member Functions | |
ON_SafeFrame () | |
ON_SafeFrame (const ON_SafeFrame &) | |
ON_SafeFrame (ON_XMLNode &model_node) | |
virtual | ~ON_SafeFrame () |
virtual bool | ActionFrameLinked (void) const |
Returns true if the action frame X and Y scales are linked. More... | |
virtual bool | ActionFrameOn (void) const |
Returns true if the action frame is on. More... | |
virtual double | ActionFrameXScale (void) const |
Returns the action frame X scale. More... | |
virtual double | ActionFrameYScale (void) const |
Returns the action frame Y scale. More... | |
virtual bool | Enabled (void) const |
Returns true if the safe frame is enabled. More... | |
virtual void * | EVF (const wchar_t *func, void *data) |
Emergency virtual function for future expansion. More... | |
virtual bool | FieldGridOn (void) const |
Returns true if the 4x3 field grid is on. More... | |
virtual bool | LiveFrameOn (void) const |
Returns true if the live frame is on. More... | |
virtual void | OnInternalXmlChanged (const ON_SafeFrame *) |
For internal use only. More... | |
virtual bool | operator!= (const ON_SafeFrame &sf) const |
virtual const ON_SafeFrame & | operator= (const ON_SafeFrame &sf) |
virtual bool | operator== (const ON_SafeFrame &sf) const |
virtual bool | PerspectiveOnly (void) const |
Returns true if the safe frame is only displayed in perspective views. More... | |
virtual void | SetActionFrameLinked (bool b) |
Sets whether or not the action frame X and Y scales are linked. More... | |
virtual void | SetActionFrameOn (bool b) |
Sets whether or not the action frame is on. More... | |
virtual void | SetActionFrameXScale (double d) |
virtual void | SetActionFrameYScale (double d) |
virtual void | SetEnabled (bool b) |
Sets the safe frame on or off. More... | |
virtual void | SetFieldGridOn (bool b) |
Sets whether or not the 4x3 field grid is on. More... | |
virtual void | SetLiveFrameOn (bool b) |
Sets whether or not the live frame is on. More... | |
virtual void | SetPerspectiveOnly (bool b) |
Sets whether or not the safe frame is only displayed in perspective views. More... | |
virtual void | SetTitleFrameLinked (bool b) |
Sets whether or not the title frame X and Y scales are linked. More... | |
virtual void | SetTitleFrameOn (bool b) |
Sets whether or not the title frame is on. More... | |
virtual void | SetTitleFrameXScale (double d) |
virtual void | SetTitleFrameYScale (double d) |
virtual bool | TitleFrameLinked (void) const |
Returns true if the title frame X and Y scales are linked. More... | |
virtual bool | TitleFrameOn (void) const |
Returns true if the title frame is on. More... | |
virtual double | TitleFrameXScale (void) const |
Returns the title frame X scale. More... | |
virtual double | TitleFrameYScale (void) const |
Returns the title frame Y scale. More... | |
Copyright (c) 1993-2022 Robert McNeel & Associates. All rights reserved. OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks 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 openNURBS copyright information see http://www.opennurbs.org.
ON_SafeFrame::ON_SafeFrame | ( | ) |
ON_SafeFrame::ON_SafeFrame | ( | ON_XMLNode & | model_node | ) |
ON_SafeFrame::ON_SafeFrame | ( | const ON_SafeFrame & | ) |
|
virtual |
|
virtual |
Returns true if the action frame X and Y scales are linked.
|
virtual |
Returns true if the action frame is on.
|
virtual |
Returns the action frame X scale.
|
virtual |
Returns the action frame Y scale.
|
virtual |
Returns true if the safe frame is enabled.
|
virtual |
Emergency virtual function for future expansion.
|
virtual |
Returns true if the 4x3 field grid is on.
|
virtual |
Returns true if the live frame is on.
|
virtual |
For internal use only.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Returns true if the safe frame is only displayed in perspective views.
|
virtual |
Sets whether or not the action frame X and Y scales are linked.
|
virtual |
Sets whether or not the action frame is on.
|
virtual |
Sets the action frame X scale. This value should be in the range 0..1 but it is not clamped.
|
virtual |
Sets the action frame Y scale. This value should be in the range 0..1 but it is not clamped.
|
virtual |
Sets the safe frame on or off.
|
virtual |
Sets whether or not the 4x3 field grid is on.
|
virtual |
Sets whether or not the live frame is on.
|
virtual |
Sets whether or not the safe frame is only displayed in perspective views.
|
virtual |
Sets whether or not the title frame X and Y scales are linked.
|
virtual |
Sets whether or not the title frame is on.
|
virtual |
Sets the title frame X scale. This value should be in the range 0..1 but it is not clamped.
|
virtual |
Sets the title frame Y scale. This value should be in the range 0..1 but it is not clamped.
|
virtual |
Returns true if the title frame X and Y scales are linked.
|
virtual |
Returns true if the title frame is on.
|
virtual |
Returns the title frame X scale.
|
virtual |
Returns the title frame Y scale.