8 #ifndef META_OCEAN_PLATFORM_APPLE_MACOS_UTILITIES_H
9 #define META_OCEAN_PLATFORM_APPLE_MACOS_UTILITIES_H
15 #include <CoreFoundation/CoreFoundation.h>
20 #include <AppKit/AppKit.h>
51 class FrameWindowManager;
73 static void imageTextOutput(NSImage* image,
const int x,
const int y,
const std::string& text,
const double fontSize = 14.0);
83 static void imageTextOutput(
Image& image,
const int x,
const int y,
const std::string& text,
const double fontSize = 14.0);
137 static bool windowFrameOutput(
const double x,
const double y,
const Frame& frame,
const std::string& title = std::string(),
const bool modalIfSuitable =
true,
const double width = 0.0,
const double height = 0.0);
This class implements Ocean's image class.
Definition: Frame.h:1792
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15