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

KDevelop QMake parser

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

#include <location.hh>

Public Member Functions

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

Public Attributes

position begin
 
position end
 

Detailed Description

Abstract a location.

Definition at line 51 of file location.hh.

Constructor & Destructor Documentation

◆ location()

TQMake::location::location ( )
inline

Construct a location.

Definition at line 56 of file location.hh.

Member Function Documentation

◆ columns()

void TQMake::location::columns ( unsigned int  count = 1)
inline

Extend the current location to the COUNT next columns.

Definition at line 79 of file location.hh.

◆ initialize()

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

Initialization.

Definition at line 63 of file location.hh.

◆ lines()

void TQMake::location::lines ( unsigned int  count = 1)
inline

Extend the current location to the COUNT next lines.

Definition at line 85 of file location.hh.

◆ step()

void TQMake::location::step ( )
inline

Reset initial location to final location.

Definition at line 73 of file location.hh.

Member Data Documentation

◆ begin

position TQMake::location::begin

Beginning of the located region.

Definition at line 94 of file location.hh.

◆ end

position TQMake::location::end

End of the located region.

Definition at line 96 of file location.hh.


The documentation for this class was generated from the following file:
  • location.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.