Code::Blocks  SVN r11506
Functions
projectfileoptionsdlg.cpp File Reference
#include "sdk_precomp.h"
#include "projectfileoptionsdlg.h"
#include <wx/slider.h>
#include <wx/notebook.h>
#include <wx/textfile.h>
Include dependency graph for projectfileoptionsdlg.cpp:

Go to the source code of this file.

Functions

void AnalyseLine (const CommentToken &language, wxString line, bool &comment, bool &code, bool &multi_line_comment)
 
void CountLines (wxFileName filename, const CommentToken &language, long int &code_lines, long int &codecomments_lines, long int &comment_lines, long int &empty_lines, long int &total_lines)
 

Function Documentation

◆ AnalyseLine()

void AnalyseLine ( const CommentToken language,
wxString  line,
bool &  comment,
bool &  code,
bool &  multi_line_comment 
)
inline

Definition at line 51 of file projectfileoptionsdlg.cpp.

Referenced by CountLines().

◆ CountLines()

void CountLines ( wxFileName  filename,
const CommentToken language,
long int &  code_lines,
long int &  codecomments_lines,
long int &  comment_lines,
long int &  empty_lines,
long int &  total_lines 
)
inline