Lines Matching refs:RootView
30 * @brief Declares the <b>Window</b> class that provides a drawing canvas for the <b>RootView</b>,
33 * Each window is bound to a <b>RootView</b>. For details, see {@link RootView}.
97 * @brief Provides a drawing canvas for the <b>RootView</b>, which represents the root node of a view tree.
99 * Each window is bound to a <b>RootView</b>. For details, see {@link RootView}.
144 * @brief Binds the <b>RootView</b> to this window.
146 * @param rootView Indicates the <b>RootView</b> to bind.
150 virtual void BindRootView(RootView* rootView) = 0;
153 * @brief Unbinds the <b>RootView</b> from this window.
161 * @brief Obtains the <b>RootView</b> bound to this window.
163 * @return Returns the <b>RootView</b> if available; returns <b>nullptr</b> otherwise.
167 virtual RootView* GetRootView() = 0;