MyGUI  3.2.0
Public Member Functions
MyGUI::MemberObsolete< Widget > Class Template 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

template<>
class MyGUI::MemberObsolete< Widget >

Definition at line 368 of file MyGUI_BackwardCompatibility.h.

Member Function Documentation

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

Definition at line 606 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 610 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 622 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 614 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 618 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 626 of file MyGUI_BackwardCompatibility.cpp.


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