RaylibMsfGifFlatModule<R extends RaylibBase> class
abstract
Backend-agnostic contract for the Raylib MsfGif module.
Concrete platform implementations mix in or extend this to provide the full API surface across different backends.
- Inheritance
-
- Object
- RaylibModule<
R> - RaylibMsfGifFlatModule
Constructors
- RaylibMsfGifFlatModule(R rl)
Properties
-
$
→ RaylibTemp<
RaylibBase> -
See RaylibTemp.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- msf_gif_alpha_threshold ↔ int
-
msf_gif_alpha_thresholdgetter/setter pair - msf_gif_bgra_flag ↔ int
-
msf_gif_bgra_flaggetter/setter pair - RaylibCaptureIds → _RaylibMsfGifDartCaptureIds
-
Capture ID generator for pointer slots allocated by this module.
final
- rl → R
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
debug(
bool v) → void -
Enables or disables debug logging for this module.
inherited
-
debugError(
String message) → void -
Logs
messageat error level if debug is enabled andmessagepasses all filters.inherited -
debugFilter(
bool filter(String)) → void -
Adds a predicate that gates debug output. Only messages satisfying at least one filter are logged.
inherited
-
debugInfo(
String message) → void -
Logs
messageat info level if debug is enabled andmessagepasses all filters.inherited -
debugTime(
bool v) → void -
Enables or disables per-call timing output alongside debug logs.
inherited
-
debugWarn(
String message) → void -
Logs
messageat warn level if debug is enabled andmessagepasses all filters.inherited -
disableSync<
T> (T f()) → T -
Executes
fwith RaylibTemp syncing temporarily disabled, restoring the previous sync state afterward.inherited -
dispose(
) → void -
Calls all registered onDispose callbacks and clears them.
override
-
disposeStructWithOpFreed<
D extends RaylibStruct< (D> >D struct, void fn(StructPointer< D> ptr)) → void -
Disposes
struct, invokesfnwith its underlying pointer, and then frees the temporary allocation backing the pointer, if any.inherited -
disposeStructWithOpUnslotted<
D extends RaylibStruct< (D> >D struct, void fn(StructPointer< D> ptr)) → void -
Disposes
struct, invokesfnwith its underlying pointer, and then unslots the temporary allocation backing the pointer, if any.inherited -
load(
) → void -
Override to perform one-time module initialization.
inherited
-
logError(
Object? message) → void -
inherited
-
logInfo(
Object? message) → void -
inherited
-
logWarn(
Object? message) → void -
inherited
-
msf_gif_begin(
StructPointer< MsfGifStateD> handle, int width, int height) → int -
msf_gif_begin -
msf_gif_begin_to_file(
StructPointer< MsfGifStateD> handle, int width, int height, MemoryPointer<RFunction> func, MemoryPointer<RVoid> filePointer) → int -
msf_gif_begin_to_file -
msf_gif_end(
StructPointer< MsfGifStateD> handle) → MsfGifResultD -
msf_gif_end -
msf_gif_end_to_file(
StructPointer< MsfGifStateD> handle) → int -
msf_gif_end_to_file -
msf_gif_frame(
StructPointer< MsfGifStateD> handle, MemoryPointer<RUint8> pixelData, int centiSecondsPerFame, int maxBitDepth, int pitchInBytes) → int -
msf_gif_frame -
msf_gif_frame_to_file(
StructPointer< MsfGifStateD> handle, MemoryPointer<RUint8> pixelData, int centiSecondsPerFame, int maxBitDepth, int pitchInBytes) → int -
msf_gif_frame_to_file -
msf_gif_free(
MsfGifResultD result) → void -
msf_gif_free -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDispose(
void fn()) → void -
Registers
fnto be called when this module is disposed.inherited -
run<
T> (String name(), T f()) → T -
Executes
f, logging its label (and optionally timing it) when debug is enabled and the label passes all filters.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited