MyGUI  3.2.1
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 353 of file MyGUI_BackwardCompatibility.h.

Member Function Documentation

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

Definition at line 591 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 595 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 607 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 599 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 603 of file MyGUI_BackwardCompatibility.cpp.

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

Definition at line 611 of file MyGUI_BackwardCompatibility.cpp.


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