|
Rhino C++ API
8.27
|
#include <rhinoSdkApp.h>
Public Member Functions | |
| CRhMruCommandRecord (const wchar_t *, const wchar_t *, const wchar_t *, const UINT) | |
| CRhMruCommandRecord (const wchar_t *=nullptr, const wchar_t *=nullptr) | |
| const wchar_t * | DisplayString () const |
| void | EmptyRecord () |
| void | GetDisplayStringWithoutShortcut (ON_wString &) const |
| UINT | GetModifierFlags () const |
| void | GetShortcut (ON_wString &) const |
Public Attributes | |
| ON_wString | m_display_string |
| ON_wString | m_macro |
Description: MRU command list contains list of recently run macros/commands Returns: Reference to MRU command list.
| CRhinoApp::CRhMruCommandRecord::CRhMruCommandRecord | ( | const wchar_t * | = nullptr, |
| const wchar_t * | = nullptr |
||
| ) |
| CRhinoApp::CRhMruCommandRecord::CRhMruCommandRecord | ( | const wchar_t * | , |
| const wchar_t * | , | ||
| const wchar_t * | , | ||
| const | UINT | ||
| ) |
| const wchar_t* CRhinoApp::CRhMruCommandRecord::DisplayString | ( | ) | const |
| void CRhinoApp::CRhMruCommandRecord::EmptyRecord | ( | ) |
| void CRhinoApp::CRhMruCommandRecord::GetDisplayStringWithoutShortcut | ( | ON_wString & | ) | const |
| UINT CRhinoApp::CRhMruCommandRecord::GetModifierFlags | ( | ) | const |
| void CRhinoApp::CRhMruCommandRecord::GetShortcut | ( | ON_wString & | ) | const |
| ON_wString CRhinoApp::CRhMruCommandRecord::m_display_string |
| ON_wString CRhinoApp::CRhMruCommandRecord::m_macro |
1.8.17