#include <Application.h>#include <MainWindow.h>#include <Core.h>#include <ExtensionManager.h>#include <Log.h>#include "CommandLineOptions.hxx"
Include dependency graph for applications/testcomponents/main.cpp:Functions | |
| int | main (int argc, char *argv[]) |
| Testing tool to check component extension validity. More... | |
| void | testFailed () |
| void | testInit (std::string msg) |
| void | testPassed () |
| void | usage (std::string msg="") |
Variables | |
| const char * | description |
| const int | LEVEL1 = 1 |
| const int | LEVEL2 = 2 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Testing tool to check component extension validity.
References a, camitk::Application::close(), camitk::ExtensionManager::COMPONENT, camitk::ExtensionManager::getComponentExtensionsList(), camitk::ComponentExtension::getDescription(), camitk::ComponentExtension::getFileExtensions(), camitk::Log::getLogger(), camitk::ComponentExtension::getName(), LEVEL1, LEVEL2, camitk::ExtensionManager::loadExtension(), camitk::InterfaceLogger::NONE, camitk::Application::open(), camitk::MainWindow::redirectToConsole(), camitk::Application::save(), camitk::Component::setFileName(), camitk::InterfaceLogger::setLogLevel(), camitk::InterfaceLogger::setTimeStampInformation(), testFailed(), testInit(), testPassed(), and usage().
Here is the call graph for this function:| void testFailed | ( | ) |
| void testInit | ( | std::string | msg | ) |
| void testPassed | ( | ) |
| void usage | ( | std::string | msg = "" | ) |
References description, and camitk::Core::version.
Referenced by main().
Here is the caller graph for this function:| const char* description |
Referenced by usage().
| const int LEVEL1 = 1 |
Referenced by main().
| const int LEVEL2 = 2 |
Referenced by main().