Falkon Develop
Cross-platform Qt-based web browser
GM_JSObject Class Reference

#include <gm_jsobject.h>

Inheritance diagram for GM_JSObject:

Public Slots

QString getValue (const QString &nspace, const QString &name, const QString &dValue)
 
bool setValue (const QString &nspace, const QString &name, const QString &value)
 
bool deleteValue (const QString &nspace, const QString &name)
 
QStringList listValues (const QString &nspace)
 
void setClipboard (const QString &text)
 

Public Member Functions

 GM_JSObject (QObject *parent=nullptr)
 
 ~GM_JSObject ()
 
void setSettingsFile (const QString &name)
 

Detailed Description

Definition at line 26 of file gm_jsobject.h.

Constructor & Destructor Documentation

◆ GM_JSObject()

GM_JSObject::GM_JSObject ( QObject *  parent = nullptr)
explicit

Definition at line 25 of file gm_jsobject.cpp.

◆ ~GM_JSObject()

GM_JSObject::~GM_JSObject ( )

Definition at line 83 of file gm_jsobject.cpp.

Member Function Documentation

◆ deleteValue

bool GM_JSObject::deleteValue ( const QString &  nspace,
const QString &  name 
)
slot

Definition at line 60 of file gm_jsobject.cpp.

◆ getValue

QString GM_JSObject::getValue ( const QString &  nspace,
const QString &  name,
const QString &  dValue 
)
slot

Definition at line 41 of file gm_jsobject.cpp.

◆ listValues

QStringList GM_JSObject::listValues ( const QString &  nspace)
slot

Definition at line 67 of file gm_jsobject.cpp.

◆ setClipboard

void GM_JSObject::setClipboard ( const QString &  text)
slot

Definition at line 78 of file gm_jsobject.cpp.

◆ setSettingsFile()

void GM_JSObject::setSettingsFile ( const QString &  name)

Definition at line 31 of file gm_jsobject.cpp.

◆ setValue

bool GM_JSObject::setValue ( const QString &  nspace,
const QString &  name,
const QString &  value 
)
slot

Definition at line 53 of file gm_jsobject.cpp.


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