Public Member Functions | Private Member Functions | Private Attributes

MapEditorTools Class Reference

#include <MapTools.h>

Inheritance diagram for MapEditorTools:
Window Control Broadcaster Listener

List of all members.

Public Member Functions

 MapEditorTools ()
 ~MapEditorTools ()

Private Member Functions

void windowInit ()
 Instructs derived Window objects to initialize themselves.

Private Attributes

ButtonbtnNew
ButtonbtnSave
ButtonbtnSaveAs
ButtonbtnOpen
ButtonbtnProperties
ButtonbtnScripts
ButtonbtnStats
ButtonbtnExit
ButtonbtnPalette
ButtonbtnObjects
ButtonbtnMapLinks

Constructor & Destructor Documentation

MapEditorTools::MapEditorTools (  ) 
MapEditorTools::~MapEditorTools (  )  [inline]

Member Function Documentation

void MapEditorTools::windowInit (  )  [private, virtual]

Instructs derived Window objects to initialize themselves.

Note:
This function must be overridden in derived objects.

When deriving a Window Control, windowInit() must be overridden. This is the function where one would create and add new Control objects as well as specify various attributes such as color, size, position, etc.

Reimplemented from Window.


Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines