#include <Application.h>#include <AbortException.h>#include <Component.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. | |
| 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 camitk::Application::close(), options::component(), camitk::ExtensionManager::COMPONENT, camitk::ExtensionManager::getComponentExtensionsList(), camitk::ComponentExtension::getDescription(), camitk::ComponentExtension::getFileExtensions(), camitk::Log::getLogger(), camitk::ComponentExtension::getName(), options::help(), options::input(), options::level(), LEVEL1, LEVEL2, camitk::ExtensionManager::loadExtension(), camitk::InterfaceLogger::NONE, camitk::Application::open(), options::output_dir(), cli::exception::print(), 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, options::print_usage(), and camitk::Core::version().
Referenced by main().
Here is the call graph for this function:
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().