Rhino C++ API
8.13
|
#include <IRhRdkSafeFrame.h>
Public Member Functions | |
virtual bool | ActionFrameLinked (void) const =0 |
virtual bool | ActionFrameOn (void) const =0 |
virtual double | ActionFrameXScale (void) const =0 |
virtual double | ActionFrameYScale (void) const =0 |
virtual IRhRdkSafeFrame & | BeginChange (RhRdkChangeContext cc) const =0 |
virtual void | BeginNotifyBracket (void)=0 |
virtual void | CopyFrom (const IRhRdkSafeFrame &sf)=0 |
bool | Enabled (void) const |
virtual bool | EndChange (void)=0 |
virtual void | EndNotifyBracket (void)=0 |
virtual void * | EVF (const wchar_t *, void *)=0 |
bool | FieldGridOn (void) const |
virtual bool | FieldsOn (void) const =0 |
virtual bool | IsEqual (const IRhRdkSafeFrame &sf) const =0 |
virtual bool | LiveFrameOn (void) const =0 |
virtual bool | On (void) const =0 |
virtual bool | PerspectiveOnly (void) const =0 |
virtual void | SetActionFrameLinked (bool b)=0 |
virtual void | SetActionFrameOn (bool b)=0 |
virtual void | SetActionFrameXScale (double d)=0 |
virtual void | SetActionFrameYScale (double d)=0 |
void | SetEnabled (bool b) |
void | SetFieldGridOn (bool b) |
virtual void | SetFieldsOn (bool b)=0 |
virtual void | SetLiveFrameOn (bool b)=0 |
virtual void | SetOn (bool b)=0 |
virtual void | SetPerspectiveOnly (bool b)=0 |
virtual void | SetTitleFrameLinked (bool b)=0 |
virtual void | SetTitleFrameOn (bool b)=0 |
virtual void | SetTitleFrameXScale (double d)=0 |
virtual void | SetTitleFrameYScale (double d)=0 |
virtual bool | TitleFrameLinked (void) const =0 |
virtual bool | TitleFrameOn (void) const =0 |
virtual double | TitleFrameXScale (void) const =0 |
virtual double | TitleFrameYScale (void) const =0 |
Protected Member Functions | |
virtual | ~IRhRdkSafeFrame () |
This interface is deprecated and only kept for backward compatibility.
|
inlineprotectedvirtual |
|
pure virtual |
Returns true if the action frame X and Y scales are linked.
|
pure virtual |
Returns true if the action frame is on.
|
pure virtual |
Returns the action frame X scale.
|
pure virtual |
Returns the action frame Y scale.
|
pure virtual |
Call this method to get a non-const object upon which you can call non-const methods. Calls to this method are counted; you must call EndChange() once for every call to BeginChange(). Please do not use const_cast or any other means of circumventing this requirement.
|
pure virtual |
Begins a notify bracket. Only implemented in the RDK.
|
pure virtual |
Sets the contents of this safe frame to be the same as 'sf'.
|
inline |
|
pure virtual |
|
pure virtual |
Ends a notify bracket. Only implemented in the RDK.
|
pure virtual |
Emergency virtual function for future expansion.
|
inline |
|
pure virtual |
Returns true if the 4x3 field grid is on.
|
pure virtual |
Returns true if this safe frame is equal to 'sf'.
|
pure virtual |
Returns true if the live frame is on.
|
pure virtual |
Returns true if the safe frame is on.
|
pure virtual |
Returns true if the safe frame is only displayed in perspective views.
|
pure virtual |
Sets whether or not the action frame X and Y scales are linked.
|
pure virtual |
Sets whether or not the action frame is on.
|
pure virtual |
Sets the action frame X scale.
|
pure virtual |
Sets the action frame Y scale.
|
inline |
|
inline |
|
pure virtual |
Sets whether or not the 4x3 field grid is on.
|
pure virtual |
Sets whether or not the live frame is on.
|
pure virtual |
Sets the safe frame on or off.
|
pure virtual |
Sets whether or not the safe frame is only displayed in perspective views.
|
pure virtual |
Sets whether or not the title frame X and Y scales are linked.
|
pure virtual |
Sets whether or not the title frame is on.
|
pure virtual |
Sets the title frame X scale.
|
pure virtual |
Sets the title frame Y scale.
|
pure virtual |
Returns true if the title frame X and Y scales are linked.
|
pure virtual |
Returns true if the title frame is on.
|
pure virtual |
Returns the title frame X scale.
|
pure virtual |
Returns the title frame Y scale.