ParserViewManager manages and manipulates the parser view.
More...
ParserViewManager manages and manipulates the parser view.
◆ addView()
bool ParserViewManager::addView |
( |
string |
| ) |
|
Adds a view with the specified name.
- Parameters
-
viewName,the | name for the view. |
- Returns
- bool, true if successful, otherwise false.
◆ getView()
Returns the view with the specified name.
- Parameters
-
name,the | name of the view of interest. |
- Returns
- ParserView, the ParserView object with the specified name.
◆ getViewAt()
Returns the view at the specified index.
- Parameters
-
index,the | index of the view of interest. |
- Returns
- ParserView, the ParserView object at the specified index.
◆ getViewCount()
int ParserViewManager::getViewCount |
( |
| ) |
|
Returns the number of views.
- Returns
- int, the number of views.
◆ removeView()
bool ParserViewManager::removeView |
( |
string |
| ) |
|
Removes the view the specified name.
- Parameters
-
viewName,the | name of the view. |
- Returns
- bool, true if successful, otherwise false.
The documentation for this class was generated from the following file: