#include <rhinoSdkAppSettings.h>
◆ CRhinoAppDontRepeatCommandSettings()
CRhinoAppDontRepeatCommandSettings::CRhinoAppDontRepeatCommandSettings |
( |
| ) |
|
◆ CommandInDontRepeatList()
bool CRhinoAppDontRepeatCommandSettings::CommandInDontRepeatList |
( |
const class CRhinoCommand * |
cmd | ) |
const |
◆ Defaults()
void CRhinoAppDontRepeatCommandSettings::Defaults |
( |
| ) |
|
◆ GetDontRepeatList()
void CRhinoAppDontRepeatCommandSettings::GetDontRepeatList |
( |
ON_wString & |
list | ) |
const |
Description: Convert m_dont_repeat_list to space delited string Parameters: list [out] Receives delimited string
◆ LoadProfile()
For internal use only.
load from registry
◆ operator!=()
◆ operator==()
◆ SaveProfile()
◆ SetDontRepeatList()
int CRhinoAppDontRepeatCommandSettings::SetDontRepeatList |
( |
const wchar_t * |
lps | ) |
|
Description: Parse input string and put command name tokens in m_dont_repeat_list. Parameters: lps [in] - String to parse. Will use " ", "," and ";" as delimiters. Returns: Number of items added to m_dont_repeat_list.
◆ UseDontRepeatList()
bool CRhinoAppDontRepeatCommandSettings::UseDontRepeatList |
( |
| ) |
const |
Description: Only use the m_dont_repeat_list if somebody modifies it via CRhinoAppSettings::SetDontRepeatCommands() Returns: A return value of true means CRhinoCommand don't repeat flags will be ignored and the m_dont_repeat_list will be used instead. False means the individual CRhinoCommands will determine if they are repeatable.
◆ CRhAppSettingsData
friend class CRhAppSettingsData |
|
friend |
◆ CRhinoAppSettings
◆ Default
◆ m_dont_repeat_list
List of commands that will not repeat.