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

Public Member Functions

 PromptAngleOptions (string message)
 
 PromptAngleOptions (string messageAndKeywords, string globalKeywords)
 
- Public Member Functions inherited from Gssoft.Gscad.EditorInput.PromptOptions
void SetMessageAndKeywords (string messageAndKeywords, string globalKeywords)
 

Protected Member Functions

override string GetDefaultValueString ()
 
- 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 ()
 

Properties

double DefaultValue [get, set]
 
new bool AllowZero [get, set]
 
new bool AllowNone [get, set]
 
new bool AllowNegative [get, set]
 
new bool UseDashedLine [get, set]
 
new bool UseDefaultValue [get, set]
 
new bool AllowArbitraryInput [get, set]
 
bool UseAngleBase [get, set]
 
bool UseBasePoint [get, set]
 
Point3d BasePoint [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]
 

Member Function Documentation

◆ GetDefaultValueString()

override string Gssoft.Gscad.EditorInput.PromptAngleOptions.GetDefaultValueString ( )
protectedvirtual