Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.PropertyManagerBase


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
//==============================================================================
//  Created on: 12/02/2003
//  Description
//
//  Written by Ron Prestenback
//  © 2003, Epic Games, Inc. All Rights Reserved
//==============================================================================

class PropertyManagerBase extends Object
	native
	abstract;

cpptext
{
	virtual void SetParent( UGUIController* InParent ) {}
	virtual void SetCurrent( UObject** InCurrent )     {}
	virtual void SetWindow( void* InWindow )           {}

	virtual void Show(UBOOL bVisible) {         }
	virtual UBOOL IsVisible()         {return 0;}

	virtual void* GetSnoop() {return NULL;}
	virtual void* GetHook()  {return NULL;}
	virtual void* GetWindow(){return NULL;}
}

var GUIController Parent;


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Di 5.9.2006 22:36:28.000 - Creation time: Do 14.8.2014 09:58:49.001 - Created with UnCodeX