Documentation
¶
Overview ¶
OBJECTS section
Index ¶
- func NewAcDbDictionaryWDFLT(owner handle.Handler) (*AcDbDictionaryWDFLT, *AcDbPlaceHolder)
- type AcDbDictionaryWDFLT
- func (d *AcDbDictionaryWDFLT) AddItem(key string, value handle.Handler) error
- func (d *AcDbDictionaryWDFLT) Format(f format.Formatter)
- func (d *AcDbDictionaryWDFLT) FormatString(f format.Formatter) string
- func (d *AcDbDictionaryWDFLT) Handle() int
- func (d *AcDbDictionaryWDFLT) IsObject() bool
- func (d *AcDbDictionaryWDFLT) SetHandle(v *int)
- func (d *AcDbDictionaryWDFLT) String() string
- type AcDbPlaceHolder
- type Dictionary
- func (d *Dictionary) AddItem(key string, value handle.Handler) error
- func (d *Dictionary) Format(f format.Formatter)
- func (d *Dictionary) FormatString(f format.Formatter) string
- func (d *Dictionary) Handle() int
- func (d *Dictionary) IsObject() bool
- func (d *Dictionary) SetHandle(v *int)
- func (d *Dictionary) String() string
- type Group
- func (g *Group) AddEntity(es ...entity.Entity)
- func (g *Group) Format(f format.Formatter)
- func (g *Group) FormatString(f format.Formatter) string
- func (g *Group) Handle() int
- func (g *Group) IsObject() bool
- func (g *Group) SetHandle(v *int)
- func (g *Group) SetOwner(d *Dictionary)
- func (g *Group) String() string
- type Object
- type Objects
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAcDbDictionaryWDFLT ¶
func NewAcDbDictionaryWDFLT(owner handle.Handler) (*AcDbDictionaryWDFLT, *AcDbPlaceHolder)
NewAcDbDictionaryWDFLT creates a new AcDbDictionaryWDFLT & AcDbPlaceHolder.
Types ¶
type AcDbDictionaryWDFLT ¶
type AcDbDictionaryWDFLT struct {
// contains filtered or unexported fields
}
AcDbDictionaryWDFLT represents ACDBDICTIONARYWDFLT Object.
func (*AcDbDictionaryWDFLT) AddItem ¶
func (d *AcDbDictionaryWDFLT) AddItem(key string, value handle.Handler) error
AddItem adds new a new item to AcDbDictionaryWDFLT.
func (*AcDbDictionaryWDFLT) Format ¶
func (d *AcDbDictionaryWDFLT) Format(f format.Formatter)
Format writes data to formatter.
func (*AcDbDictionaryWDFLT) FormatString ¶
func (d *AcDbDictionaryWDFLT) FormatString(f format.Formatter) string
FormatString outputs data using given formatter.
func (*AcDbDictionaryWDFLT) Handle ¶
func (d *AcDbDictionaryWDFLT) Handle() int
Handle returns a handle value.
func (*AcDbDictionaryWDFLT) IsObject ¶
func (d *AcDbDictionaryWDFLT) IsObject() bool
IsObject is for Object interface.
func (*AcDbDictionaryWDFLT) SetHandle ¶
func (d *AcDbDictionaryWDFLT) SetHandle(v *int)
SetHandle sets a handle.
func (*AcDbDictionaryWDFLT) String ¶
func (d *AcDbDictionaryWDFLT) String() string
String outputs data using default formatter.
type AcDbPlaceHolder ¶
type AcDbPlaceHolder struct {
// contains filtered or unexported fields
}
AcDbPlaceHolder represents ACDBPLACEHOLDER Object.
func NewAcDbPlaceHolder ¶
func NewAcDbPlaceHolder() *AcDbPlaceHolder
NewAcDbPlaceHolder creates a new AcDbPlaceHolder.
func (*AcDbPlaceHolder) Format ¶
func (p *AcDbPlaceHolder) Format(f format.Formatter)
Format writes data to formatter.
func (*AcDbPlaceHolder) FormatString ¶
func (p *AcDbPlaceHolder) FormatString(f format.Formatter) string
FormatString outputs data using given formatter.
func (*AcDbPlaceHolder) Handle ¶
func (p *AcDbPlaceHolder) Handle() int
Handle returns a handle value.
func (*AcDbPlaceHolder) IsObject ¶
func (p *AcDbPlaceHolder) IsObject() bool
IsObject is for Object interface.
func (*AcDbPlaceHolder) SetHandle ¶
func (p *AcDbPlaceHolder) SetHandle(v *int)
SetHandle sets a handle.
func (*AcDbPlaceHolder) String ¶
func (p *AcDbPlaceHolder) String() string
String outputs data using default formatter.
type Dictionary ¶
type Dictionary struct {
// contains filtered or unexported fields
}
Dictionary represents DICTIONARY Object.
func (*Dictionary) AddItem ¶
func (d *Dictionary) AddItem(key string, value handle.Handler) error
AddItem adds new a new item to Dictionary.
func (*Dictionary) Format ¶
func (d *Dictionary) Format(f format.Formatter)
Format writes data to formatter.
func (*Dictionary) FormatString ¶
func (d *Dictionary) FormatString(f format.Formatter) string
FormatString outputs data using given formatter.
func (*Dictionary) IsObject ¶
func (d *Dictionary) IsObject() bool
IsObject is for Object interface.
func (*Dictionary) String ¶
func (d *Dictionary) String() string
String outputs data using default formatter.
type Group ¶
Group represents GROUP Object.
func (*Group) FormatString ¶
FormatString outputs data using given formatter.
func (*Group) SetOwner ¶
func (g *Group) SetOwner(d *Dictionary)
SetOwner sets an owner(Dictionary).