Home · Overviews · Reference · Classes codeless banner

SolutionFile Class Reference

The SolutionFile class represents a file in the solution filesystem. More...

    #include <SolutionFile>

Public Types

Public Functions


Detailed Description

The SolutionFile class represents a file in the solution filesystem.


Member Type Documentation

enum SolutionFile::Type

ConstantValue
SolutionFile::Project0x02
SolutionFile::Absolute0x01
SolutionFile::Build0x04


Member Function Documentation

SolutionFile SolutionFile::canonicalPath () const

Returns a SolutionFile object that has the canonical path.

QString SolutionFile::fsDir () const

Returns the filesystem directory that the encapsulated file is in.

QString SolutionFile::fsPath () const

Returns the filesystem path to the encapsulated file.

bool SolutionFile::isDir () const

Returns true if the encapsulated file is a directory, false otherwise.

bool SolutionFile::isValid () const

Returns true if the encapsulated file is valid, false otherwise.

QString SolutionFile::name () const

Returns the name of the encapsulated file.

Solution * SolutionFile::solution () const

Returns the solution that this file came from.

QString SolutionFile::solutionDir () const

Returns the solution directory that the encapsulated file is in.

QString SolutionFile::solutionPath () const

Returns the solution path of the encapsulated file.

Type SolutionFile::type () const

Returns the path type of the file.


Copyright © 2009 Trolltech
Qt Extended - QBuild Maintainer Guide