AutomationEventD class
- Inheritance
-
- Object
- RaylibStructBase<
RaylibTemp, Pointer< AutomationEventC> , AutomationEventD> - StructD<
AutomationEventC, AutomationEventD> - AutomationEventD
- Mixed-in types
Constructors
-
AutomationEventD({Pointer<
AutomationEventC> ? originalPointer, int frame = 0, int type = 0, List<int> ? params}) - AutomationEventD.zero()
-
factory
Properties
- $state → RaylibTempStructState
-
Per-instance allocation state tracking slot keys, disposal, and identity.
finalinherited
- frame ↔ int
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
originalPointer
↔ Pointer<
AutomationEventC> ? -
The C-owned or RaylibTemp-owned native pointer for this struct, if any.
getter/setter pairinherited
-
params
↔ RaylibLiveList<
int> -
getter/setter pairoverride
- paramsCount → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- structIsDisposed → bool
-
Whether structMarkDisposed has been called on this instance.
no setterinherited
- structName → String
-
The Dart-side type name of this struct
no setterinherited
- structRequiresOriginalPointer → bool
-
Whether this struct requires an originalPointer to function correctly.
no setterinherited
- type ↔ int
-
getter/setter pairoverride
Methods
-
clone(
) → AutomationEventD -
Returns a deep copy of this instance, preserving RaylibStructBase.originalPointer if present.
override
-
copy(
) → AutomationEventD -
Returns a deep copy of this instance without RaylibStructBase.originalPointer.
inherited
-
getOriginalPointer(
) → Pointer< AutomationEventC> -
Returns originalPointer, throwing a descriptive StateError if unavailable or this instance RaylibTempStructState.isDisposed.
inherited
-
getOriginalPointerAndDispose(
) → Pointer< AutomationEventC> -
Returns originalPointer and immediately calls structMarkDisposed.
inherited
-
nativeGetIndexedArrayReference(
Array< AutomationEventC> p, int index) → AutomationEventC -
override
-
nativeGetIndexedReference(
Pointer< AutomationEventC> p, int index) → AutomationEventC -
override
-
nativeGetReference(
Pointer< AutomationEventC> p) → AutomationEventC -
inherited
-
nativeReadFrom(
AutomationEventC p) → void -
override
-
nativeWriteInto(
AutomationEventC p) → void -
Writes all fields directly into the native struct reference
p. For nested structs, usewriteIntoas well.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setD(
AutomationEventD o) → AutomationEventD -
Copies the fields of
ointo this instance and returnsthis.override -
signature(
) → String -
Returns a human-readable representation of this struct's current field values.
inherited
-
structAllocateInto(
RaylibTemp temp, Pointer< AutomationEventC> p, String key) → void -
Writes all fields into the native struct at
p, allocating nested pointers intotempunderkeyas needed.inherited -
structMarkDisposed(
) → void -
Marks this instance as disposed and clears originalPointer.
inherited
-
structOnOp(
void callback(Pointer< AutomationEventC> p)) → void -
Calls
callbackwith originalPointer if it is set, otherwise no-ops.inherited -
structReadFrom(
Pointer< AutomationEventC> p) → void -
Reads all fields from the memory at
p.inherited -
structSetTag(
String newTag) → AutomationEventD -
Sets RaylibTempStructState.tag to
newTagand returnsthisfor chaining.inherited -
structSyncFromMemory(
) → void -
Syncs all fields from the memory. Requires originalPointer.
inherited
-
structSyncInto(
RaylibTemp temp, Pointer< AutomationEventC> p, String key) → void -
Syncs Dart-side fields into the already-allocated native pointer
p.override -
structSyncToMemory(
) → void -
Syncs all fields to the memory. Requires originalPointer.
inherited
-
structWriteInto(
Pointer< AutomationEventC> p) → void -
Writes all fields into the memory at
p.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited