Rhino C++ API
8.13
|
#include <RhRdkPlugIn.h>
Public Member Functions | |
CRhRdkSdkContentSelector (const CRhinoDoc &doc, CRhRdkContent::Kinds kind, UINT_PTR uReserved=0) | |
RDK_DEPRECATED | CRhRdkSdkContentSelector (const UUID &uuidTarget, const CRhinoDoc &doc, UINT_PTR uReserved=0) |
virtual | ~CRhRdkSdkContentSelector () |
virtual void * | EVF (const wchar_t *, void *) |
virtual bool | GetSelection (CRhRdkInstanceIdArray &aContent) const |
virtual bool | SetSelection (const CRhRdkInstanceIdArray &aContent) const |
virtual bool | UnselectAllContent (void) const |
Provides access to the selected contents in the main content editor for a particular document and content kind.
RDK_DEPRECATED CRhRdkSdkContentSelector::CRhRdkSdkContentSelector | ( | const UUID & | uuidTarget, |
const CRhinoDoc & | doc, | ||
UINT_PTR | uReserved = 0 |
||
) |
This constructor is deprecated and not implemented. Please use the other constructor.
CRhRdkSdkContentSelector::CRhRdkSdkContentSelector | ( | const CRhinoDoc & | doc, |
CRhRdkContent::Kinds | kind, | ||
UINT_PTR | uReserved = 0 |
||
) |
doc | is the document that contains the contents to be accessed. |
kind | is the kind of contents to access. |
uReserved | is reserved for future use and should be set to zero. |
|
virtual |
|
virtual |
Emergency virtual function for future expansion.
|
virtual |
Gets the contents currently selected in the editor.
aContent | accepts the content instance ids. |
|
virtual |
Sets the content selection in the editor.
aContent | specifies the instance ids of the contents to select. |
|
virtual |
Unselects all the contents in the editor.