C4 Engine Terathon Software C4 Engine API Documentation

• World Editor

API Links
Developer Links

class EditorPage

Defined in:  C4EditorPages.h
The EditorPage class represents a World Editor tool page.
Definition

class EditorPage : public Page, public Packable, public ListElement<EditorPage>, public MapElement<EditorPage>

Constructor

EditorPage(PageType type, const char *panelName);

The constructor has protected access. Only instances of EditorPage subclasses can be created.
Parameters
type The type of the page.
panelName The name of the panel resource to load for the page.
Description
The EditorPage class is the base class for all World Editor tool pages.
Base Classes
Page The EditorPage class is an extension of a general tool page.
ListElement<EditorPage> Used internally by the World Editor.
MapElement<EditorPage> Used internally by the World Editor.