rwlogo

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvStMessage Class Reference

Message class. More...

#include <ivstudio/message.h>

Inheritance diagram for IlvStMessage:
IlvStNamedObject

Public Member Functions

void subscribe (IlvStSubscription *sub)
 Subscribes to the message. More...
 
- Public Member Functions inherited from IlvStNamedObject
const char * getName () const
 Returns the name of the object. More...
 
virtual void setName (const char *name)
 Sets the name of the object. More...
 

Detailed Description

Message class.

Library: ivstudio

An Rogue Wave Views Studio message contains information that describes an event that took place. A message collects subscriptions. A subscription is an action that is performed whenever a message is sent. Message are never created by the user, but are accessed through the editor using their names.

See Also
IlvStudio,IlvStSubscription.

Member Function Documentation

void IlvStMessage::subscribe ( IlvStSubscription sub)

Subscribes to the message.

Parameters
subThe subscription.

© Copyright 2015, 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.