Qt 5.10 Book Examples
Public Slots | Public Member Functions | List of all members
JSTools Class Reference

#include <JSTools.h>

Inheritance diagram for JSTools:

Public Slots

void print (const QString &str)
 
void alert (const QString &strMessage)
 
void quitApplication ()
 
QStringList dirEntryList (const QString &strDir, const QString &strExt)
 

Public Member Functions

 JSTools (QObject *pobj=0)
 

Detailed Description

Definition at line 16 of file JSTools.h.

Constructor & Destructor Documentation

◆ JSTools()

JSTools::JSTools ( QObject *  pobj = 0)
inline

Definition at line 19 of file JSTools.h.

Member Function Documentation

◆ alert

void JSTools::alert ( const QString &  strMessage)
inlineslot

Definition at line 29 of file JSTools.h.

◆ dirEntryList

QStringList JSTools::dirEntryList ( const QString &  strDir,
const QString &  strExt 
)
inlineslot

Definition at line 39 of file JSTools.h.

◆ print

void JSTools::print ( const QString &  str)
inlineslot

Definition at line 24 of file JSTools.h.

◆ quitApplication

void JSTools::quitApplication ( )
inlineslot

Definition at line 34 of file JSTools.h.


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