SimpleWindow
载入中...
搜索中...
未找到
sw::HotKeyControl 成员列表

成员的完整列表,这些成员属于 sw::HotKeyControl,包括所有继承而来的类成员

AcceptFilessw::WndBase
AddBinding(BindingBase *binding)sw::UIElement
AddBinding(Binding *binding)sw::UIElement
AddBinding(DataBinding *binding)sw::UIElement
AddChild(UIElement *element)sw::UIElement
AddChild(UIElement &element)sw::UIElement
AddChild(UIElement *element, uint64_t layoutTag)sw::UIElement
AddChild(UIElement &element, uint64_t layoutTag)sw::UIElement
AddChildren(First &&first, Rest &&...rest) -> typename std::enable_if< _CanAddChildren< First, Rest... >::value, int >::typesw::UIElementinline
AddChildren(T &&child) -> typename std::enable_if< _CanAddChild< T >::value, int >::typesw::UIElementinline
AddHandler(RoutedEventType eventType, const RoutedEventHandler &handler)sw::UIElement
AddHandler(RoutedEventType eventType, T &obj, void(T::*handler)(UIElement &, RoutedEventArgs &))sw::UIElementinline
AddHandler(const Action< UIElement &, TEventArgs & > &handler) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
AddHandler(THandleObj &obj, void(THandleObj::*handler)(UIElement &, TEventArgs &)) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
AddHandler(RoutedEventType eventType, const Action< UIElement &, TEventArgs & > &handler) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&!std::is_same< TEventArgs, RoutedEventArgs >::value &&!sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
AddHandler(RoutedEventType eventType, THandleObj &obj, void(THandleObj::*handler)(UIElement &, TEventArgs &)) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&!std::is_same< TEventArgs, RoutedEventArgs >::value &&!sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
Arrange(const sw::Rect &finalPosition) overridesw::UIElementvirtual
ArrangeOverride(const Size &finalSize)sw::UIElementprotectedvirtual
BackColorsw::UIElement
BringIntoView()sw::UIElement
CheckAccess() constsw::WndBase
CheckAccess(const WndBase &other) constsw::WndBase
ChildCountsw::UIElement
ClampDesireSize(sw::Size &size) constsw::UIElementprotected
ClampDesireSize(sw::Rect &rect) constsw::UIElementprotected
ClassNamesw::WndBase
ClearChildren()sw::UIElement
ClientHeightsw::WndBase
ClientRectsw::WndBase
ClientWidthsw::WndBase
Close()sw::WndBase
CollapseWhenHidesw::UIElement
ContextMenusw::UIElement
Control()sw::Control
ControlIdsw::Control
CurrentDataContextsw::UIElement
DataContextsw::UIElement
DataContextChangedsw::UIElement
DefaultWndProc(const ProcMsg &msg)sw::WndBaseprotected
DynamicCast()sw::DynamicObjectinline
DynamicCast() constsw::DynamicObjectinline
Enabledsw::WndBase
Equals(const WndBase &other) constsw::WndBase
Floatsw::UIElement
Focusedsw::WndBase
Fontsw::WndBase
FontChanged(HFONT hfont) overridesw::UIElementprotectedvirtual
FontNamesw::WndBase
FontSizesw::WndBase
FontWeightsw::WndBase
GetChildAt(int index) constsw::UIElement
GetChildBottommost(bool update)sw::UIElementprotected
GetChildLayoutAt(int index) overridesw::UIElementvirtual
GetChildLayoutCount() const overridesw::UIElementvirtual
GetChildRightmost(bool update)sw::UIElementprotected
GetDesireSize() const overridesw::UIElementvirtual
GetExtendedStyle() constsw::WndBase
GetExtendedStyle(DWORD mask)sw::WndBase
GetFontHandle()sw::WndBase
GetInternalArrangeOffsetX()sw::UIElementprotected
GetInternalArrangeOffsetY()sw::UIElementprotected
GetInternalText()sw::WndBaseprotectedvirtual
GetLayoutTag() const overridesw::UIElementvirtual
GetNextElement()sw::UIElement
GetNextTabStopElement()sw::UIElement
GetPreviousElement()sw::UIElement
GetPreviousTabStopElement()sw::UIElement
GetProperty(TProperty TDerived::*prop) -> typename std::enable_if< std::is_base_of< WndBase, TDerived >::value &&_IsReadableProperty< TProperty >::value, typename TProperty::TValue >::typesw::WndBaseinline
GetRealBackColor() constsw::UIElement
GetRealTextColor() constsw::UIElement
GetRootElement()sw::UIElement
GetStyle() constsw::WndBase
GetStyle(DWORD mask) constsw::WndBase
GetTag() const overridesw::UIElementvirtual
GetThreadId() constsw::WndBase
GetTypeIndex() constsw::DynamicObjectinline
GetWndBase(HWND hwnd) noexceptsw::WndBasestatic
Handlesw::WndBase
HandleInitialized(HWND hwnd)sw::WndBaseprotectedvirtual
Heightsw::WndBase
HorizontalAlignmentsw::UIElement
HotKeyControl()sw::HotKeyControl
IndexOf(UIElement *element)sw::UIElement
IndexOf(UIElement &element)sw::UIElement
InheritTextColorsw::UIElement
InitControl(LPCWSTR lpClassName, LPCWSTR lpWindowName, DWORD dwStyle, DWORD dwExStyle, LPVOID lpParam=NULL)sw::WndBaseprotected
InitWindow(LPCWSTR lpWindowName, DWORD dwStyle, DWORD dwExStyle)sw::WndBaseprotected
InvalidateMeasure()sw::UIElement
Invoke(const SimpleAction &action)sw::WndBase
InvokeAsync(const SimpleAction &action)sw::WndBase
IsControlsw::WndBase
IsDestroyedsw::WndBase
IsFocusedViaTabsw::UIElement
IsGroupStartsw::WndBase
IsHitTestVisiblesw::UIElement
IsInHierarchysw::Control
IsLayoutUpdateConditionSet(sw::LayoutUpdateCondition condition)sw::UIElement
IsMeasureValidsw::UIElement
IsMouseCapturedsw::WndBase
IsPtrValid(const WndBase *ptr) noexceptsw::WndBasestatic
IsRootElement() constsw::UIElement
IsRoutedEventRegistered(RoutedEventType eventType)sw::UIElement
IsType(T **pout=nullptr)sw::DynamicObjectinline
IsType(const T **pout=nullptr) constsw::DynamicObjectinline
IsVisible() constsw::WndBase
LayoutTagsw::UIElement
LayoutUpdateConditionsw::UIElement
Leftsw::WndBase
LogicalRectsw::UIElement
Marginsw::UIElement
MaxHeightsw::UIElement
MaxWidthsw::UIElement
Measure(const Size &availableSize) overridesw::UIElementvirtual
MeasureOverride(const Size &availableSize)sw::UIElementprotectedvirtual
MinHeightsw::UIElement
MinWidthsw::UIElement
MoveToBottom()sw::UIElement
MoveToTop()sw::UIElement
NcHitTest(const Point &testPoint)sw::WndBase
ObjectDeadsw::INotifyObjectDead
OnAcceleratorCommand(int id)sw::WndBaseprotectedvirtual
OnAddedChild(UIElement &element)sw::UIElementprotectedvirtual
OnChar(wchar_t ch, const KeyFlags &flags) overridesw::UIElementprotectedvirtual
OnClose() overridesw::UIElementprotectedvirtual
OnColor(HDC hdc, HBRUSH &hRetBrush) overridesw::UIElementprotectedvirtual
OnCommand(int code) overridesw::HotKeyControlprotectedvirtual
OnContextMenu(bool isKeyboardMsg, const Point &mousePosition) overridesw::UIElementprotectedvirtual
OnControlCommand(WndBase *pControl, int code, int id)sw::WndBaseprotectedvirtual
OnCreate()sw::WndBaseprotectedvirtual
OnCtlColor(WndBase *pControl, HDC hdc, HBRUSH &hRetBrush)sw::WndBaseprotectedvirtual
OnCustomDraw(NMCUSTOMDRAW *pNMCD, LRESULT &result)sw::Controlprotectedvirtual
OnDeadChar(wchar_t ch, const KeyFlags &flags)sw::WndBaseprotectedvirtual
OnDestroy()sw::WndBaseprotectedvirtual
OnDrawItem(int id, DRAWITEMSTRUCT *pDrawItem)sw::WndBaseprotectedvirtual
OnDrawItemSelf(DRAWITEMSTRUCT *pDrawItem)sw::WndBaseprotectedvirtual
OnDropFiles(HDROP hDrop) overridesw::UIElementprotectedvirtual
OnEnabledChanged(bool newValue)sw::WndBaseprotectedvirtual
OnEndNcPaint()sw::WndBaseprotectedvirtual
OnEndPaint()sw::WndBaseprotectedvirtual
OnEraseBackground(HDC hdc, LRESULT &result)sw::WndBaseprotectedvirtual
OnHandleChanged(HWND hwnd)sw::Controlprotectedvirtual
OnHorizontalScroll(int event, int pos)sw::WndBaseprotectedvirtual
OnKeyDown(VirtualKey key, const KeyFlags &flags) overridesw::UIElementprotectedvirtual
OnKeyUp(VirtualKey key, const KeyFlags &flags) overridesw::UIElementprotectedvirtual
OnKillFocus(HWND hNextFocus) overridesw::UIElementprotectedvirtual
OnMeasureItem(int id, MEASUREITEMSTRUCT *pMeasure)sw::WndBaseprotectedvirtual
OnMeasureItemSelf(MEASUREITEMSTRUCT *pMeasure)sw::WndBaseprotectedvirtual
OnMenuCommand(int id) overridesw::UIElementprotectedvirtual
OnMenuSelect(HMENU hMenu, int id, int flags)sw::WndBaseprotectedvirtual
OnMinMaxSizeChanged()sw::UIElementprotectedvirtual
OnMouseLeave() overridesw::UIElementprotectedvirtual
OnMouseLeftButtonDoubleClick(const Point &mousePosition, MouseKey keyState)sw::WndBaseprotectedvirtual
OnMouseLeftButtonDown(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseLeftButtonUp(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseMiddleButtonDoubleClick(const Point &mousePosition, MouseKey keyState)sw::WndBaseprotectedvirtual
OnMouseMiddleButtonDown(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseMiddleButtonUp(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseMove(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseRightButtonDoubleClick(const Point &mousePosition, MouseKey keyState)sw::WndBaseprotectedvirtual
OnMouseRightButtonDown(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseRightButtonUp(const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMouseWheel(int wheelDelta, const Point &mousePosition, MouseKey keyState) overridesw::UIElementprotectedvirtual
OnMove(const Point &newClientPosition) overridesw::UIElementprotectedvirtual
OnNcHitTest(const Point &testPoint, HitTestResult &result) overridesw::UIElementprotectedvirtual
OnNcPaint(HRGN hRgn)sw::WndBaseprotectedvirtual
OnNotified(NMHDR *pNMHDR, LRESULT &result) overridesw::Controlprotectedvirtual
OnNotify(NMHDR *pNMHDR, LRESULT &result)sw::WndBaseprotectedvirtual
OnPaint()sw::WndBaseprotectedvirtual
OnPostErase(HDC hdc, LRESULT &result)sw::Controlprotectedvirtual
OnPostPaint(HDC hdc, LRESULT &result)sw::Controlprotectedvirtual
OnPreErase(HDC hdc, LRESULT &result)sw::Controlprotectedvirtual
OnPrePaint(HDC hdc, LRESULT &result)sw::Controlprotectedvirtual
OnRemovedChild(UIElement &element)sw::UIElementprotectedvirtual
OnRoutedEvent(RoutedEventArgs &eventArgs, const RoutedEventHandler &handler)sw::UIElementprotectedvirtual
OnSetCursor(HWND hwnd, HitTestResult hitTest, int message, bool &result) overridesw::UIElementprotectedvirtual
OnSetFocus(HWND hPrevFocus) overridesw::UIElementprotectedvirtual
OnSize(const Size &newClientSize) overridesw::UIElementprotectedvirtual
OnSysChar(wchar_t ch, const KeyFlags &flags)sw::WndBaseprotectedvirtual
OnSysDeadChar(wchar_t ch, const KeyFlags &flags)sw::WndBaseprotectedvirtual
OnSysKeyDown(VirtualKey key, const KeyFlags &flags)sw::WndBaseprotectedvirtual
OnSysKeyUp(VirtualKey key, const KeyFlags &flags)sw::WndBaseprotectedvirtual
OnTabMove(bool forward)sw::UIElementprotectedvirtual
OnTabStop()sw::UIElementprotectedvirtual
OnTextChanged() overridesw::UIElementprotectedvirtual
OnValueChanged(HotKey value)sw::HotKeyControlprotectedvirtual
OnVerticalScroll(int event, int pos)sw::WndBaseprotectedvirtual
operator!=(const WndBase & other) constsw::IEqualityComparable< WndBase >inline
operator=(const WndBase &)=delete (定义于 sw::WndBase)sw::WndBaseprotected
operator=(WndBase &&)=delete (定义于 sw::WndBase)sw::WndBaseprotected
operator==(const WndBase & other) constsw::IEqualityComparable< WndBase >inline
operator[](int index) constsw::UIElement
Parentsw::UIElement
ParentChanged(WndBase *newParent) overridesw::UIElementprotectedvirtual
PointFromScreen(const Point &screenPoint) constsw::WndBase
PointToScreen(const Point &point) constsw::WndBase
PostMessageA(UINT uMsg, WPARAM wParam, LPARAM lParam)sw::WndBase
PostMessageW(UINT uMsg, WPARAM wParam, LPARAM lParam)sw::WndBase
PropertyChangedsw::INotifyPropertyChanged
QueryAllChildren(const Func< UIElement *, bool > &queryFunc)sw::UIElementprotected
RaisePropertyChanged(FieldId propertyId)sw::ObservableObjectinlineprotected
RaisePropertyChanged(TProperty T::*property)sw::ObservableObjectinlineprotected
RaiseRoutedEvent(RoutedEventType eventType)sw::UIElementprotected
RaiseRoutedEvent(RoutedEventArgs &eventArgs)sw::UIElementprotected
Rectsw::WndBase
Redraw(bool erase=false, bool updateWindow=false)sw::WndBase
RegisterRoutedEvent(RoutedEventType eventType, const RoutedEventHandler &handler)sw::UIElement
RegisterRoutedEvent(RoutedEventType eventType, T &obj, void(T::*handler)(UIElement &, RoutedEventArgs &))sw::UIElementinline
RegisterRoutedEvent(const Action< UIElement &, TEventArgs & > &handler) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
RegisterRoutedEvent(THandleObj &obj, void(THandleObj::*handler)(UIElement &, TEventArgs &)) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value >::typesw::UIElementinline
RemoveBinding(FieldId propertyId)sw::UIElement
RemoveBinding(TProperty T::*prop)sw::UIElementinline
RemoveChild(UIElement *element)sw::UIElement
RemoveChild(UIElement &element)sw::UIElement
RemoveChildAt(int index)sw::UIElement
RemoveHandler(RoutedEventType eventType, const RoutedEventHandler &handler)sw::UIElement
RemoveHandler(RoutedEventType eventType, T &obj, void(T::*handler)(UIElement &, RoutedEventArgs &))sw::UIElementinline
RemoveHandler(const Action< UIElement &, TEventArgs & > &handler) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value, bool >::typesw::UIElementinline
RemoveHandler(THandleObj &obj, void(THandleObj::*handler)(UIElement &, TEventArgs &)) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&sw::_IsTypedRoutedEventArgs< TEventArgs >::value, bool >::typesw::UIElementinline
RemoveHandler(RoutedEventType eventType, const Action< UIElement &, TEventArgs & > &handler) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&!std::is_same< TEventArgs, RoutedEventArgs >::value &&!sw::_IsTypedRoutedEventArgs< TEventArgs >::value, bool >::typesw::UIElementinline
RemoveHandler(RoutedEventType eventType, THandleObj &obj, void(THandleObj::*handler)(UIElement &, TEventArgs &)) -> typename std::enable_if< std::is_base_of< RoutedEventArgs, TEventArgs >::value &&!std::is_same< TEventArgs, RoutedEventArgs >::value &&!sw::_IsTypedRoutedEventArgs< TEventArgs >::value, bool >::typesw::UIElementinline
RequestBringIntoView(const sw::Rect &screenRect)sw::UIElementprotectedvirtual
ResetCursor()sw::UIElement
ResetHandle(LPVOID lpParam=NULL)sw::Controlprotected
ResetHandle(DWORD style, DWORD exStyle, LPVOID lpParam=NULL)sw::Controlprotected
Resize(const Size &size)sw::UIElement
SendMessageA(UINT uMsg, WPARAM wParam, LPARAM lParam)sw::WndBase
SendMessageW(UINT uMsg, WPARAM wParam, LPARAM lParam)sw::WndBase
SetAlignment(sw::HorizontalAlignment horz, sw::VerticalAlignment vert)sw::UIElement
SetBackColor(Color color, bool redraw)sw::UIElementprotectedvirtual
SetCursor(HCURSOR hCursor)sw::UIElement
SetCursor(StandardCursor cursor)sw::UIElement
SetExtendedStyle(DWORD style)sw::WndBase
SetExtendedStyle(DWORD mask, bool value)sw::WndBase
SetInternalText(const std::wstring &value)sw::WndBaseprotectedvirtual
SetParent(WndBase *parent) overridesw::UIElementprotectedvirtual
SetProperty(TProperty TDerived::*prop, typename TProperty::TSetterParam value) -> typename std::enable_if< std::is_base_of< WndBase, TDerived >::value &&_IsWritableProperty< TProperty >::value >::typesw::WndBaseinline
SetRules(HotKeyCombination invalidComb, HotKeyModifier defaultModifier)sw::HotKeyControl
SetStyle(DWORD style)sw::WndBase
SetStyle(DWORD mask, bool value)sw::WndBase
SetTag(uint64_t tag) overridesw::UIElementvirtual
SetTextColor(Color color, bool redraw)sw::UIElementprotectedvirtual
Show(int nCmdShow)sw::WndBase
ShowContextMenu(const Point &point, sw::HorizontalAlignment horz=sw::HorizontalAlignment::Left, sw::VerticalAlignment vert=sw::VerticalAlignment::Top)sw::UIElement
TabStopsw::UIElement
Tagsw::UIElement
Textsw::WndBase
TextColorsw::UIElement
ToControl() overridesw::Controlvirtual
Topsw::WndBase
ToString() constsw::WndBasevirtual
ToUIElement() overridesw::UIElementvirtual
ToWindow()sw::WndBasevirtual
Transparentsw::UIElement
UIElement()sw::UIElement
UnregisterRoutedEvent(RoutedEventType eventType)sw::UIElement
UnsafeCast() -> typename std::enable_if< _IsStaticCastable< DynamicObject *, T * >::value, T & >::typesw::DynamicObjectinline
UnsafeCast() -> typename std::enable_if<!_IsStaticCastable< DynamicObject *, T * >::value, T & >::typesw::DynamicObjectinline
UnsafeCast() const -> typename std::enable_if< _IsStaticCastable< DynamicObject *, T * >::value, const T & >::typesw::DynamicObjectinline
UnsafeCast() const -> typename std::enable_if<!_IsStaticCastable< DynamicObject *, T * >::value, const T & >::typesw::DynamicObjectinline
Update()sw::WndBase
UpdateChildrenZOrder(bool invalidateMeasure=true)sw::UIElementprotected
UpdateFont()sw::WndBase
UpdateInternalRect()sw::WndBase
UpdateInternalText()sw::WndBase
UpdateSiblingsZOrder(bool invalidateMeasure=true)sw::UIElementprotected
Valuesw::HotKeyControl
VerticalAlignmentsw::UIElement
Visiblesw::WndBase
VisibleChanged(bool newVisible) overridesw::UIElementprotectedvirtual
Widthsw::WndBase
WndBase()sw::WndBaseprotected
WndBase(const WndBase &)=delete (定义于 sw::WndBase)sw::WndBaseprotected
WndBase(WndBase &&)=delete (定义于 sw::WndBase)sw::WndBaseprotected
WndProc(ProcMsg &refMsg)sw::WndBaseprotectedvirtual
~Control()=0sw::Controlpure virtual
~DynamicObject()=defaultsw::DynamicObjectvirtual
~ILayout()=defaultsw::ILayoutvirtual
~INotifyObjectDead()sw::INotifyObjectDeadinlinevirtual
~INotifyPropertyChanged()=defaultsw::INotifyPropertyChangedvirtual
~ITag()=defaultsw::ITagvirtual
~UIElement()=0sw::UIElementpure virtual
~WndBase()=0sw::WndBasepure virtual