MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_backend()

MAYAFLUX_API Core::SystemBackend * MayaFlux::Portal::System::get_backend ( )

Access the active platform backend.

Returns nullptr if Portal::System has not been initialized. Intended for use by Portal::System sub-modules only.

Definition at line 22 of file System.cpp.

23{
24 return g_backend.get();
25}

Referenced by MayaFlux::Portal::System::Dialog::open_file(), and MayaFlux::Portal::System::Dialog::save_file().

+ Here is the caller graph for this function: