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