AutomationEventListD class
Methods
-
allocateInto(RaylibTemp temp, Pointer<AutomationEventListC> p, String key)
→ void
-
Writes all fields into the native struct at
p, allocating nested pointers
into temp under key as needed.
inherited
-
allocatePointer(RaylibTemp temp, String key, [int count = 1])
→ Pointer<AutomationEventListC>
-
Allocates a native slot of
count elements in temp under key and
returns the resulting pointer.
inherited
-
clone()
→ AutomationEventListD
-
Returns a deep copy of this instance, preserving originalPointer.
override
-
copy()
→ AutomationEventListD
-
Returns a deep copy of this instance without originalPointer.
inherited
-
getOriginalPointer()
→ Pointer<AutomationEventListC>
-
Returns originalPointer, throwing a descriptive StateError if unavailable or this instance isDisposed.
inherited
-
getOriginalPointerAndDispose()
→ Pointer<AutomationEventListC>
-
Returns originalPointer and immediately calls markDisposed.
inherited
-
markDisposed()
→ void
-
Marks this instance as disposed and clears originalPointer.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onOriginalPointer(void callback(Pointer<AutomationEventListC> p))
→ void
-
Calls
callback with originalPointer if it is set, otherwise no-ops.
inherited
-
setC(AutomationEventListC o)
→ AutomationEventListD
-
Copies the fields of the native struct
o into this instance.
inherited
-
setD(AutomationEventListD o)
→ AutomationEventListD
-
Copies the fields of the Dart struct
o into this instance.
inherited
-
setTag(String newTag)
→ AutomationEventListD
-
Sets tag to
newTag and returns this for chaining.
inherited
-
signature()
→ String
-
Returns a human-readable description of this struct's current field values.
override
-
syncInto(RaylibTemp temp, Pointer<AutomationEventListC> p, String key)
→ void
-
Syncs Dart-side fields into the already-allocated native pointer
p.
inherited
-
toC(RaylibTemp temp, String key)
→ Pointer<AutomationEventListC>
-
Returns a native pointer for this struct, allocating or syncing as needed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
writeInto(AutomationEventListC p)
→ void
-
Writes all fields directly into the native struct reference
p.
For nested structs, use writeInto as well.
inherited