a highly flexible file manager with plugin interface
Class sh::scripting::ApiClass
-
class
sh::scripting::
ApiClass
Data structure for one api-aware core class.
Public Functions
-
ApiClass
(QString name)
Constructed only indirectly.
-
~ApiClass
()
-
QString
name
()
-
QStringList
methods
()
-
void
addMethod
(ApiMethod *m)
-
ApiMethod *
getMethod
(QString name)
Private Members
-
QString
_name
-
QHash<QString, ApiMethod*>
_methods