rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStModes Class Reference

Editing mode class. More...

#include <ivstudio/mode.h>

List of all members.

Public Member Functions

void add (IlvStMode *mode)
 Adds a new editing mode.
IlvStModeget (const char *name) const
 Returns an editing mode from its name.
IlvStModegetCurrent () const
 Returns the current editing mode.
void setCurrent (const char *name)
 Sets the current editing mode.
void setCurrent (IlvStMode *mode)
 Sets the current editing mode.

Detailed Description

Editing mode class.

Library: ivstudio

Rogue Wave Views Studio has an instance of the IlvStModes class to manage the editing modes.

See also:
IlvStudio,IlvStMode.

Member Function Documentation

void IlvStModes::add ( IlvStMode mode  ) 

Adds a new editing mode.

Adds the new editing mode to the list of modes.

Parameters:
mode The new editing mode.
IlvStMode* IlvStModes::get ( const char *  name  )  const

Returns an editing mode from its name.

Parameters:
name The name of the editing mode.
Returns:
The editing mode from its name.
IlvStMode* IlvStModes::getCurrent (  )  const

Returns the current editing mode.

Returns:
The current editing mode.
void IlvStModes::setCurrent ( const char *  name  ) 

Sets the current editing mode.

Parameters:
name The name of the new current editing mode.
void IlvStModes::setCurrent ( IlvStMode mode  ) 

Sets the current editing mode.

Parameters:
mode The new current editing mode.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.