KVIrc
4.9.2
DeveloperAPIs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
modules
pythoncore
pythoncoreinterface.h
Go to the documentation of this file.
1
#ifndef _PYTHONCOREINTERFACE_H_
2
#define _PYTHONCOREINTERFACE_H_
3
4
//=============================================================================
5
//
6
// File : pythoncoreinterface.h
7
// Creation date : Fri Nov 07 00:18:31 2008 GMT by Elvio Basello
8
//
9
// This file is part of the KVIrc IRC client distribution
10
// Copyright (C) 2008 Elvio Basello (hellvis69 at netsons dot org)
11
//
12
// This program is FREE software. You can redistribute it and/or
13
// modify it under the terms of the GNU General Public License
14
// as published by the Free Software Foundation; either version 2
15
// of the License, or (at your option) any later version.
16
//
17
// This program is distributed in the HOPE that it will be USEFUL,
18
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
20
// See the GNU General Public License for more details.
21
//
22
// You should have received a copy of the GNU General Public License
23
// along with this program. If not, write to the Free Software Foundation,
24
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
25
//
26
//=============================================================================
27
28
#include "
kvi_settings.h
"
29
#include "
KviQString.h
"
30
#include "
KviKvsRunTimeContext.h
"
31
32
#include <QStringList>
33
34
#define KVI_PYTHONCORECTRLCOMMAND_EXECUTE "execute"
35
36
typedef
struct
_KviPythonCoreCtrlCommand_execute
37
{
38
unsigned
int
uSize
;
39
KviKvsRunTimeContext
*
pKvsContext
;
40
QString
szContext
;
41
QString
szCode
;
42
bool
bExitOk
;
43
QString
szRetVal
;
44
QString
szError
;
45
QStringList
lWarnings
;
46
QStringList
lArgs
;
47
bool
bQuiet
;
48
}
KviPythonCoreCtrlCommand_execute
;
49
50
#define KVI_PYTHONCORECTRLCOMMAND_DESTROY "destroy"
51
52
typedef
struct
_KviPythonCoreCtrlCommand_destroy
53
{
54
unsigned
int
uSize
;
55
QString
szContext
;
56
}
KviPythonCoreCtrlCommand_destroy
;
57
58
#endif // !_PYTHONCOREINTERFACE_H_
_KviPythonCoreCtrlCommand_execute::bExitOk
bool bExitOk
Definition:
pythoncoreinterface.h:42
_KviPythonCoreCtrlCommand_execute
Definition:
pythoncoreinterface.h:36
_KviPythonCoreCtrlCommand_execute::bQuiet
bool bQuiet
Definition:
pythoncoreinterface.h:47
_KviPythonCoreCtrlCommand_destroy::uSize
unsigned int uSize
Definition:
pythoncoreinterface.h:54
_KviPythonCoreCtrlCommand_execute::lArgs
QStringList lArgs
Definition:
pythoncoreinterface.h:46
KviKvsRunTimeContext.h
KviPythonCoreCtrlCommand_destroy
struct _KviPythonCoreCtrlCommand_destroy KviPythonCoreCtrlCommand_destroy
_KviPythonCoreCtrlCommand_execute::pKvsContext
KviKvsRunTimeContext * pKvsContext
Definition:
pythoncoreinterface.h:39
_KviPythonCoreCtrlCommand_execute::szContext
QString szContext
Definition:
pythoncoreinterface.h:40
_KviPythonCoreCtrlCommand_execute::szCode
QString szCode
Definition:
pythoncoreinterface.h:41
_KviPythonCoreCtrlCommand_execute::lWarnings
QStringList lWarnings
Definition:
pythoncoreinterface.h:45
_KviPythonCoreCtrlCommand_destroy
Definition:
pythoncoreinterface.h:52
KviKvsRunTimeContext
Definition:
KviKvsRunTimeContext.h:103
_KviPythonCoreCtrlCommand_execute::uSize
unsigned int uSize
Definition:
pythoncoreinterface.h:38
_KviPythonCoreCtrlCommand_execute::szError
QString szError
Definition:
pythoncoreinterface.h:44
KviPythonCoreCtrlCommand_execute
struct _KviPythonCoreCtrlCommand_execute KviPythonCoreCtrlCommand_execute
_KviPythonCoreCtrlCommand_execute::szRetVal
QString szRetVal
Definition:
pythoncoreinterface.h:43
kvi_settings.h
This file contains compile time settings.
KviQString.h
Helper functions for the QString class.
_KviPythonCoreCtrlCommand_destroy::szContext
QString szContext
Definition:
pythoncoreinterface.h:55
Generated on Mon May 16 2016 22:48:48 for KVIrc by
1.8.7