MyGUI 3.4.3
MyGUI::MemberObsolete< Widget > Class Reference

#include <MyGUI_BackwardCompatibility.h>

Inheritance diagram for MyGUI::MemberObsolete< Widget >:

Public Member Functions

bool isEnabled ()
 
bool isInheritsAlpha ()
 
bool isNeedKeyFocus ()
 
bool isNeedMouseFocus ()
 
bool isInheritsPick ()
 
bool isVisible ()
 

Detailed Description

Definition at line 375 of file MyGUI_BackwardCompatibility.h.

Member Function Documentation

◆ isEnabled()

bool MyGUI::MemberObsolete< Widget >::isEnabled ( )
Deprecated
" is deprecated, use : bool Widget::getEnabled() const"

Definition at line 599 of file MyGUI_BackwardCompatibility.cpp.

◆ isInheritsAlpha()

bool MyGUI::MemberObsolete< Widget >::isInheritsAlpha ( )
Deprecated
" is deprecated, use : bool Widget::getInheritsAlpha() const"

Definition at line 603 of file MyGUI_BackwardCompatibility.cpp.

◆ isInheritsPick()

bool MyGUI::MemberObsolete< Widget >::isInheritsPick ( )
Deprecated
" is deprecated, use : bool Widget::getInheritsPick() const"

Definition at line 615 of file MyGUI_BackwardCompatibility.cpp.

◆ isNeedKeyFocus()

bool MyGUI::MemberObsolete< Widget >::isNeedKeyFocus ( )
Deprecated
" is deprecated, use : bool Widget::getNeedKeyFocus() const"

Definition at line 607 of file MyGUI_BackwardCompatibility.cpp.

◆ isNeedMouseFocus()

bool MyGUI::MemberObsolete< Widget >::isNeedMouseFocus ( )
Deprecated
" is deprecated, use : bool Widget::getNeedMouseFocus() const"

Definition at line 611 of file MyGUI_BackwardCompatibility.cpp.

◆ isVisible()

bool MyGUI::MemberObsolete< Widget >::isVisible ( )
Deprecated
" is deprecated, use : bool Widget::getVisible() const"

Definition at line 619 of file MyGUI_BackwardCompatibility.cpp.


The documentation for this class was generated from the following files: