Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Gssoft.Gscad.EditorInput.PromptEntityOptions Class Reference

Public Member Functions

 PromptEntityOptions (string message)
 
 PromptEntityOptions (string messageAndKeywords, string globalKeywords)
 
void SetRejectMessage (string message)
 
void AddAllowedClass (Type type, bool exactMatch)
 
void RemoveAllowedClass (System.Type type)
 
- Public Member Functions inherited from Gssoft.Gscad.EditorInput.PromptOptions
void SetMessageAndKeywords (string messageAndKeywords, string globalKeywords)
 

Properties

bool AllowObjectOnLockedLayer [get, set]
 
new bool AllowNone [get, set]
 
- Properties inherited from Gssoft.Gscad.EditorInput.PromptEditorOptions
virtual bool Only2d [get, set]
 
virtual bool AllowZero [get, set]
 
virtual bool AllowNone [get, set]
 
virtual bool AllowNegative [get, set]
 
virtual bool LimitsChecked [get, set]
 
bool UseDashedLine [get, set]
 
virtual bool AllowArbitraryInput [get, set]
 
int InitGetFlags [get, set]
 
- Properties inherited from Gssoft.Gscad.EditorInput.PromptOptions
bool IsReadOnly [get]
 
KeywordCollection Keywords [get]
 
bool AppendKeywordsToMessage [get, set]
 
string Message [get, set]
 
virtual bool UseDefaultValue [get, set]
 
virtual bool HasDefaultKeyword [get]
 
object DefaultValueWorker [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Gssoft.Gscad.EditorInput.PromptEditorOptions
void ApplyDefaults (int retcode, string stringResult)
 
object ApplyDefaults (int retcode, string stringResult, object value)
 
void InitGet ()
 
int ProcessForNoneOrEmptySel (int retcode)
 
- Protected Member Functions inherited from Gssoft.Gscad.EditorInput.PromptOptions
virtual string GetDefaultValueString ()
 
void throwIfReadOnly ()