RemoteViz::Rendering::ConnectionParameters Class Reference
[RemoteViz]

RemoteViz More...

#include <RemoteViz/Rendering/ConnectionParameters.h>

List of all members.

Public Member Functions

unsigned int getNumParameters () const
const std::string & getValue (int index) const
const std::string & getValue (const std::string &key) const
const std::string & getKey (int index) const
int getIndex (const std::string &key) const

Detailed Description

RemoteViz

Field-value pairs included in the URL when the client requested a connection. See RemoteVizRenderArea::connectTo and SoRemoteVizClient::connectionParameters.

A ConnectionParameters object is passed to ServiceListener::onPendingCreateRenderArea and to ServiceListener::onPendingShareRenderArea.

The application can also query this object from a Connection object. The Connection object can obtained in, e.g., RenderAreaListener::onInitializedConnection().


Member Function Documentation

int RemoteViz::Rendering::ConnectionParameters::getIndex ( const std::string &  key  )  const

Gets the index associated with a key.

Returns:
the index if the key exists, otherwise returns -1.
const std::string& RemoteViz::Rendering::ConnectionParameters::getKey ( int  index  )  const

Gets the key associated with an index.

Parameters:
index : the parameter index. Range id [0..getNumParameters - 1]
Returns:
the key if the index exists, otherwise returns an empty string.
unsigned int RemoteViz::Rendering::ConnectionParameters::getNumParameters (  )  const

Gets the number of parameters.

Returns:
the number of parameters
const std::string& RemoteViz::Rendering::ConnectionParameters::getValue ( const std::string &  key  )  const

Gets the value of a parameter associated with a key.

Parameters:
key : the key
Returns:
the value if the key exists, otherwise returns an empty string.
const std::string& RemoteViz::Rendering::ConnectionParameters::getValue ( int  index  )  const

Gets the value of a parameter associated with an index.

Parameters:
index : the parameter index. Range id [0..getNumParameters - 1]
Returns:
the value if the index exists, otherwise returns an empty string.

The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/