• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • KDevelop QMake parser
 

KDevelop QMake parser

  • TQMake
  • position
Public Member Functions | Public Attributes | List of all members
TQMake::position Class Reference

#include <position.hh>

Public Member Functions

 position ()
 
void initialize (std::string *fn)
 
Line and Column related manipulators
void lines (int count=1)
 
void columns (int count=1)
 

Public Attributes

std::string * filename
 
unsigned int line
 
unsigned int column
 

Detailed Description

Abstract a position.

Definition at line 49 of file position.hh.

Constructor & Destructor Documentation

◆ position()

TQMake::position::position ( )
inline

Construct a position.

Definition at line 54 of file position.hh.

Member Function Documentation

◆ columns()

void TQMake::position::columns ( int  count = 1)
inline

(column related) Advance to the COUNT next columns.

Definition at line 79 of file position.hh.

◆ initialize()

void TQMake::position::initialize ( std::string *  fn)
inline

Initialization.

Definition at line 61 of file position.hh.

◆ lines()

void TQMake::position::lines ( int  count = 1)
inline

(line related) Advance to the COUNT next lines.

Definition at line 72 of file position.hh.

Member Data Documentation

◆ column

unsigned int TQMake::position::column

Current column number.

Definition at line 96 of file position.hh.

◆ filename

std::string* TQMake::position::filename

File name to which this position refers.

Definition at line 92 of file position.hh.

◆ line

unsigned int TQMake::position::line

Current line number.

Definition at line 94 of file position.hh.


The documentation for this class was generated from the following file:
  • position.hh

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members

KDevelop QMake parser

Skip menu "KDevelop QMake parser"
  • buildtools
  •   lib
  •     base
  •     parsers
  •       autotools
  •       qmake
  •     widgets
  •   api
  • languages
  •   lib
  •     debugger
  •     designer_integration
  •     interfaces
  • lib
  •   catalog
  •   interfaces
  •     extensions
  •     external
  •     extras
  •   util
  •   widgets
  •     propeditor
  • parts
  •   documentation
  •     interfaces
  • src
  •   profileengine
  •     lib
Generated for KDevelop QMake parser by doxygen 1.8.13
This website is maintained by Timothy Pearson.