The App component provides an interface to CDC for typical application logic: models, views, selection. More...
Classes | |
class | cee::app::AppComponent |
Static class for initialization of the component. More... | |
class | cee::app::Models |
Class to manage the list of UnstructGridModel instances in the application. More... | |
class | cee::app::Parts |
Class that provides access by index or by name pattern to all parts of the current UnstructGridModel. More... | |
class | cee::app::Plots |
Class to manage the list of Plots in the application. More... | |
class | cee::app::Results |
Class to access results of the current state of an application. More... | |
class | cee::app::Selection |
Class to manage a list of selected HitItems. Selected items are per view. More... | |
class | cee::app::Situations |
Class to manage the hierarchy of Situations in the application. More... | |
class | cee::app::States |
Class to manage the list of states in the application. More... | |
class | cee::app::Views |
Class to manage the list of views in the application. More... | |
The App component provides an interface to CDC for typical application logic: models, views, selection.