20#include <core_resource.hxx>
27 : m_xBuilder(
Application::CreateBuilder(pParent,
"dbaccess/ui/titlewindow.ui"))
28 ,
m_xContainer(m_xBuilder->weld_container(
"TitleWindow"))
29 , m_xTitleFrame(m_xBuilder->weld_container(
"titleparent"))
30 , m_xTitle(m_xBuilder->weld_label(
"title"))
31 , m_xChildContainer(m_xBuilder->weld_container(
"box"))
void setChildWindow(const std::shared_ptr< OChildWindow > &rChild)
sets the child window which should be displayed below the title.
void setTitle(TranslateId pTitleId)
sets the title text out of the resource
std::unique_ptr< weld::Container > m_xTitleFrame
std::unique_ptr< weld::Label > m_xTitle
OTitleWindow(weld::Container *pParent, TranslateId pTitleId)
std::shared_ptr< OChildWindow > m_xChild
std::unique_ptr< weld::Container > m_xContainer
std::unique_ptr< weld::Container > m_xChildContainer
weld::Container * getChildContainer()
gets the window which should be used as a child's parent
bool HasChildPathFocus() const
Reference< XNameAccess > m_xContainer