Struct Frame::dumpFrameTreeOptions#
Defined in File Frame.h
Nested Relationships#
This struct is a nested type of Class Frame.
Struct Documentation#
-
struct dumpFrameTreeOptions#
A struct with options to tailor the content from a dumpFrameTree() call
Public Members
-
bool typeString = true#
include the frame’s typeString info
-
bool edgeType = false#
include the frame’s edge’s typeString info
-
bool lockStatus = false#
include the frame’s lock status
-
bool refCount = false#
include the frame’s reference count
-
bool edgeRefCount = false#
include the frame’s edge’s reference count
-
bool id = false#
include the frame’s tree id
-
bool typeString = true#