KVIrc
4.9.2
DeveloperAPIs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
modules
perlcore
perlcoreinterface.h
Go to the documentation of this file.
1
#ifndef _PERLCOREINTERFACE_H_
2
#define _PERLCOREINTERFACE_H_
3
4
//=============================================================================
5
//
6
// File : perlcoreinterface.h
7
// Creation date : Tue Jul 13 13:03:31 2004 GMT by Szymon Stefanek
8
//
9
// This file is part of the KVIrc IRC client distribution
10
// Copyright (C) 2004-2010 Szymon Stefanek (pragma at kvirc dot net)
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_PERLCORECTRLCOMMAND_EXECUTE "execute"
35
36
typedef
struct
_KviPerlCoreCtrlCommand_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
}
KviPerlCoreCtrlCommand_execute
;
49
50
#define KVI_PERLCORECTRLCOMMAND_DESTROY "destroy"
51
52
typedef
struct
_KviPerlCoreCtrlCommand_destroy
53
{
54
unsigned
int
uSize
;
55
QString
szContext
;
56
}
KviPerlCoreCtrlCommand_destroy
;
57
58
#endif // !_PERLCOREINTERFACE_H_
KviPerlCoreCtrlCommand_destroy
struct _KviPerlCoreCtrlCommand_destroy KviPerlCoreCtrlCommand_destroy
_KviPerlCoreCtrlCommand_execute::szContext
QString szContext
Definition:
perlcoreinterface.h:40
_KviPerlCoreCtrlCommand_execute::bExitOk
bool bExitOk
Definition:
perlcoreinterface.h:42
_KviPerlCoreCtrlCommand_destroy
Definition:
perlcoreinterface.h:52
_KviPerlCoreCtrlCommand_execute::szRetVal
QString szRetVal
Definition:
perlcoreinterface.h:43
KviKvsRunTimeContext.h
_KviPerlCoreCtrlCommand_execute::lArgs
QStringList lArgs
Definition:
perlcoreinterface.h:46
_KviPerlCoreCtrlCommand_destroy::szContext
QString szContext
Definition:
perlcoreinterface.h:55
KviPerlCoreCtrlCommand_execute
struct _KviPerlCoreCtrlCommand_execute KviPerlCoreCtrlCommand_execute
_KviPerlCoreCtrlCommand_execute::pKvsContext
KviKvsRunTimeContext * pKvsContext
Definition:
perlcoreinterface.h:39
KviKvsRunTimeContext
Definition:
KviKvsRunTimeContext.h:103
_KviPerlCoreCtrlCommand_execute::lWarnings
QStringList lWarnings
Definition:
perlcoreinterface.h:45
_KviPerlCoreCtrlCommand_execute::szCode
QString szCode
Definition:
perlcoreinterface.h:41
_KviPerlCoreCtrlCommand_execute::bQuiet
bool bQuiet
Definition:
perlcoreinterface.h:47
kvi_settings.h
This file contains compile time settings.
_KviPerlCoreCtrlCommand_destroy::uSize
unsigned int uSize
Definition:
perlcoreinterface.h:54
_KviPerlCoreCtrlCommand_execute::uSize
unsigned int uSize
Definition:
perlcoreinterface.h:38
KviQString.h
Helper functions for the QString class.
_KviPerlCoreCtrlCommand_execute::szError
QString szError
Definition:
perlcoreinterface.h:44
_KviPerlCoreCtrlCommand_execute
Definition:
perlcoreinterface.h:36
Generated on Mon May 16 2016 22:48:48 for KVIrc by
1.8.7