NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
winlayout.hpp File Reference
#include <string>
#include <vector>
#include "../commandlineparser.hpp"
Include dependency graph for winlayout.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ dialogCommand()

◆ getEventProcedures()

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.

Parameters
sLayoutFileconst std::string&
Returns
std::vector<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().

Here is the call graph for this function:

◆ windowCommand()