Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
An object in the Physical Workspace. More...
Public Member Functions | |
int | getTime () |
Returns the time the keyframe is set to exist at, in seconds. More... | |
void | setTime (int) |
Sets the time the keyframe exists at, in seconds. More... | |
int | getEnvironmentOptionsCount () |
Returns how many different environment value properties ("CO", "Sunlight", etc) are in the key frame. More... | |
vector< QString > | getEnvironmentKeys () |
Returns the names of all the environment value properties ("CO", "Sunlight", etc) are in the key frame. More... | |
EnvironmentOptions | getEnvironment (QString) |
Returns the environment properties for the environment value property type passed. More... | |
An object in the Physical Workspace.
EnvironmentOptions EnvironmentKeyframe::getEnvironment | ( | QString | ) |
Returns the environment properties for the environment value property type passed.
env,Name | of the environment property type to get the properties for. Like "CO", "Sunlight", etc. |
vector< QString > EnvironmentKeyframe::getEnvironmentKeys | ( | ) |
Returns the names of all the environment value properties ("CO", "Sunlight", etc) are in the key frame.
int EnvironmentKeyframe::getEnvironmentOptionsCount | ( | ) |
Returns how many different environment value properties ("CO", "Sunlight", etc) are in the key frame.
int EnvironmentKeyframe::getTime | ( | ) |
Returns the time the keyframe is set to exist at, in seconds.
void EnvironmentKeyframe::setTime | ( | int | ) |
Sets the time the keyframe exists at, in seconds.
time,value | is the time the keyframe resides at, in seconds. |