Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Public Member Functions | |
void | setEnabled (bool) |
Eanble the Filter or not. More... | |
bool | isEnabled () |
Returns if the filter is enabled. More... | |
QString | getName () |
Returns the filter name. More... | |
QString Filter::getName | ( | ) |
Returns the filter name.
bool Filter::isEnabled | ( | ) |
Returns if the filter is enabled.
void Filter::setEnabled | ( | bool | ) |
Eanble the Filter or not.
enable,true | for enable, false for disable. |