Guitar
Public Types | Public Member Functions | Public Attributes | List of all members
GitTreeItem Struct Reference

#include <GitObjectManager.h>

Public Types

enum  Type { UNKNOWN, TREE, BLOB, COMMIT }
 

Public Member Functions

QString to_string_ () const
 

Public Attributes

Type type = UNKNOWN
 
QString name
 
QString id
 
QString mode
 

Member Enumeration Documentation

◆ Type

Enumerator
UNKNOWN 
TREE 
BLOB 
COMMIT 

Member Function Documentation

◆ to_string_()

QString GitTreeItem::to_string_ ( ) const
inline

Member Data Documentation

◆ id

QString GitTreeItem::id

◆ mode

QString GitTreeItem::mode

◆ name

QString GitTreeItem::name

◆ type

Type GitTreeItem::type = UNKNOWN

The documentation for this struct was generated from the following file: