Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Pool is the base class for all variable pools for activities. More...
Public Member Functions | |
QString | name () |
Returns the name of the pool. More... | |
QString | getElementToString (int) |
Returns the element in the pool at the specified index. More... | |
bool | isInPool (QString) |
Returns true if the specified value is in the pool, otherwise false. More... | |
Pool is the base class for all variable pools for activities.
QString Pool::getElementToString | ( | int | ) |
Returns the element in the pool at the specified index.
index,the | index of the element in the pool of interest. |
bool Pool::isInPool | ( | QString | ) |
Returns true if the specified value is in the pool, otherwise false.
value,value | to find in the pool. |
QString Pool::name | ( | ) |
Returns the name of the pool.