pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Layout::LayoutManager Class Reference

Layout Manager. More...

Public Member Functions

PageGetPage (int pIndex)
 Returns page with given index. More...
 
PageGetPage (System::String^ pName)
 Returns page with given name. More...
 
PageCreatePage (System::String^ pName)
 Creates page with given name. More...
 
bool DeletePage (System::String^ pName)
 Deletes page with given name. More...
 

Properties

bool Active [get, set]
 Allows to activate or deactivate layout mode. More...
 
Page^  CurrentPage [get, set]
 The current layout page. More...
 
int PageCount [get]
 The number of pages. More...
 

Detailed Description

Layout Manager.

Member Function Documentation

Page X3g::Plugin::Layout::LayoutManager::CreatePage ( System::String^  pName)

Creates page with given name.

bool X3g::Plugin::Layout::LayoutManager::DeletePage ( System::String^  pName)

Deletes page with given name.

Page X3g::Plugin::Layout::LayoutManager::GetPage ( int  pIndex)

Returns page with given index.

Returns
Returns null if page doesn't exist.
Page X3g::Plugin::Layout::LayoutManager::GetPage ( System::String^  pName)

Returns page with given name.

Returns
Returns null if page doesn't exist.

Property Documentation

bool X3g::Plugin::Layout::LayoutManager::Active
getset

Allows to activate or deactivate layout mode.

Page^ X3g::Plugin::Layout::LayoutManager::CurrentPage
getset

The current layout page.

May be null.

int X3g::Plugin::Layout::LayoutManager::PageCount
get

The number of pages.