Lines Matching refs:controller
38 impl->getDialogAPI()->dispose(handle->controller);
49 return impl->getDialogAPI()->setContent(handle->controller, content->uiNodeHandle);
58 return impl->getDialogAPI()->removeContent(handle->controller);
67 return impl->getDialogAPI()->setContentAlignment(handle->controller,
77 return impl->getDialogAPI()->resetContentAlignment(handle->controller);
86 return impl->getDialogAPI()->setModalMode(handle->controller, isModal);
95 return impl->getDialogAPI()->setAutoCancel(handle->controller, autoCancel);
106 return impl->getDialogAPI()->setMask(handle->controller, maskColor, &rect);
108 return impl->getDialogAPI()->setMask(handle->controller, maskColor, nullptr);
118 return impl->getDialogAPI()->setBackgroundColor(handle->controller, backgroundColor);
128 return impl->getDialogAPI()->setCornerRadius(handle->controller,
138 return impl->getDialogAPI()->setGridColumnCount(handle->controller, gridCount);
147 return impl->getDialogAPI()->enableCustomStyle(handle->controller, enableCustomStyle);
156 return impl->getDialogAPI()->enableCustomAnimation(handle->controller, enableCustomAnimation);
165 return impl->getDialogAPI()->show(handle->controller, showInSubWindow);
174 return impl->getDialogAPI()->close(handle->controller);
183 return impl->getDialogAPI()->registerOnWillDismiss(handle->controller, eventHandler);
193 int result = impl->getDialogAPI()->registerOnWillDismissWithUserData(handle->controller, userData, callback);