NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Go to the source code of this file.
Functions | |
void | windowCommand (CommandLineParser &cmdParser) |
This function is the actual implementation of the window command. More... | |
std::vector< std::string > | getEventProcedures (const std::string &sLayoutFile) |
Examines a window layout file and searches for all event handler procedures. Returns their corresponding filenames as a vector. Might contain duplicates. More... | |
void | dialogCommand (CommandLineParser &cmdParser) |
This function is the actual implementation of the dialog command. More... | |
void dialogCommand | ( | CommandLineParser & | cmdParser | ) |
This function is the actual implementation of the dialog
command.
cmdParser | CommandLineParser& |
Definition at line 770 of file winlayout.cpp.
References NumeRe::WindowManager::createWindow(), NumeRe::CTRL_CANCELBUTTON, NumeRe::CTRL_FILEDIALOG, NumeRe::CTRL_FOLDERDIALOG, NumeRe::CTRL_ICONERROR, NumeRe::CTRL_ICONINFORMATION, NumeRe::CTRL_ICONQUESTION, NumeRe::CTRL_ICONWARNING, NumeRe::CTRL_LISTDIALOG, NumeRe::CTRL_MESSAGEBOX, NumeRe::CTRL_NONE, NumeRe::CTRL_OKBUTTON, NumeRe::CTRL_SELECTIONDIALOG, NumeRe::CTRL_TEXTENTRY, NumeRe::CTRL_YESNOBUTTON, NumeRe::StringParser::evalAndFormat(), findParameter(), getArgAtPos(), CommandLineParser::getCommandLine(), CommandLineParser::getExpr(), NumeReKernel::getInstance(), NumeReKernel::getMemoryManager(), getNextArgument(), CommandLineParser::getParameterList(), CommandLineParser::getParameterValueAsString(), NumeReKernel::getStringParser(), NumeRe::WindowManager::getWindowInformationModal(), NumeReKernel::getWindowManager(), NumeRe::StringParser::isStringExpression(), SyntaxError::NO_DEFAULTVALUE_FOR_DIALOG, removeQuotationMarks(), replacePathSeparator(), CommandLineParser::setReturnValue(), NumeRe::WindowInformation::sReturn, FileSystem::ValidFolderName(), and NumeRe::WINDOW_MODAL.
Referenced by cmd_dialog().
std::vector< std::string > getEventProcedures | ( | const std::string & | sLayoutFile | ) |
Examines a window layout file and searches for all event handler procedures. Returns their corresponding filenames as a vector. Might contain duplicates.
sLayoutFile | const std::string& |
Definition at line 723 of file winlayout.cpp.
References findParameter(), StyledTextFile::getLinesCount(), getProcedureFileName(), StyledTextFile::getStrippedLine(), and parseEventOpt().
Referenced by PackageDialog::findLayoutDependencies(), and DocumentationGenerator::followBranch().
void windowCommand | ( | CommandLineParser & | cmdParser | ) |
This function is the actual implementation of the window
command.
cmdParser | CommandLineParser& |
Definition at line 572 of file winlayout.cpp.
References NumeRe::Window::closeWindow(), mu::ParserBase::CreateTempVectorVar(), NumeRe::WindowManager::createWindow(), NumeRe::Window::creationFinished(), NumeRe::StringParser::evalAndFormat(), findParameter(), getArgAtPos(), CommandLineParser::getCommandLine(), CommandLineParser::getExpr(), NumeReKernel::getInstance(), CommandLineParser::getParameterList(), getParametersFromWindow(), NumeReKernel::getParser(), NumeRe::Window::getProperties(), NumeReKernel::getStringParser(), getWindow(), NumeRe::WindowManager::getWindowInformation(), NumeRe::Window::getWindowItems(), NumeReKernel::getWindowManager(), SyntaxError::INVALID_WINDOW_ID, NumeRe::WindowInformation::nStatus, parseLayoutScript(), removeQuotationMarks(), setParametersInWindow(), CommandLineParser::setReturnValue(), NumeRe::STATUS_RUNNING, StripSpaces(), toString(), and NumeRe::WindowInformation::window.
Referenced by cmd_window().