Texture Viewer
Public Member Functions | List of all members
TextureTool::ShowTool Class Reference
Inheritance diagram for TextureTool::ShowTool:
TextureTool::AbstractTool

Public Member Functions

 ShowTool ()
 
QByteArray id () const override
 
QString decription () const override
 
int run (const QStringList &arguments) override
 
- Public Member Functions inherited from TextureTool::AbstractTool
 AbstractTool ()=default
 
virtual ~AbstractTool ()
 

Detailed Description

This is class implements image showing tool.

Constructor & Destructor Documentation

◆ ShowTool()

TextureTool::ShowTool::ShowTool ( )
default

Constructs a ShowTool instance.

Member Function Documentation

◆ decription()

QString TextureTool::ShowTool::decription ( ) const
overridevirtual

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Implements TextureTool::AbstractTool.

◆ id()

QByteArray TextureTool::ShowTool::id ( ) const
overridevirtual

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Implements TextureTool::AbstractTool.

◆ run()

int TextureTool::ShowTool::run ( const QStringList &  arguments)
overridevirtual

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Implements TextureTool::AbstractTool.