Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "xfa/fwl/cfwl_widget.h"
#include <algorithm>
#include <utility>
#include <vector>
#include "third_party/base/check.h"
#include "v8/include/cppgc/visitor.h"
#include "xfa/fde/cfde_textout.h"
#include "xfa/fwl/cfwl_app.h"
#include "xfa/fwl/cfwl_combobox.h"
#include "xfa/fwl/cfwl_event.h"
#include "xfa/fwl/cfwl_eventmouse.h"
#include "xfa/fwl/cfwl_messagekey.h"
#include "xfa/fwl/cfwl_messagekillfocus.h"
#include "xfa/fwl/cfwl_messagemouse.h"
#include "xfa/fwl/cfwl_messagemousewheel.h"
#include "xfa/fwl/cfwl_messagesetfocus.h"
#include "xfa/fwl/cfwl_notedriver.h"
#include "xfa/fwl/cfwl_themebackground.h"
#include "xfa/fwl/cfwl_themepart.h"
#include "xfa/fwl/cfwl_themetext.h"
#include "xfa/fwl/cfwl_widgetmgr.h"
#include "xfa/fwl/ifwl_themeprovider.h"
Go to the source code of this file.
Functions | |
static void | NotifyHideChildWidget (CFWL_WidgetMgr *widgetMgr, CFWL_Widget *widget, CFWL_NoteDriver *noteDriver) |
|
static |
Definition at line 106 of file cfwl_widget.cpp.
References CFWL_WidgetMgr::GetFirstChildWidget(), CFWL_WidgetMgr::GetNextSiblingWidget(), NotifyHideChildWidget(), and CFWL_NoteDriver::NotifyTargetHide().
Referenced by NotifyHideChildWidget(), and CFWL_Widget::SetStates().