8 #ifndef META_OCEAN_PLATFORM_APPLE_MACOS_TREE_VIEW_H
9 #define META_OCEAN_PLATFORM_APPLE_MACOS_TREE_VIEW_H
14 #error Platform::Apple::MacOS::TreeView.h needs to be included from an ObjectiveC++ file
20 #include <unordered_map>
22 #include <AppKit/AppKit.h>
164 void expand(
const bool allChildItems =
false)
const;
241 TreeView(
const double left,
const double top,
const double width,
const double height,
const Strings& columnNames =
Strings(1, std::string()));
425 virtual void onResize(
const double x,
const double y,
const double width,
const double height);
494 explicit inline operator bool()
const;
595 return childItemIds_;
648 inline TreeView::operator bool()
const
659 return unsortedItemId;
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15