You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
281 lines
6.8 KiB
281 lines
6.8 KiB
13 years ago
|
//
|
||
|
// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
|
||
|
// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
|
||
|
// may also apply
|
||
|
|
||
|
|
||
|
// Generated by preSip
|
||
12 years ago
|
// module tdemdi version KDE 3.5.3
|
||
13 years ago
|
|
||
|
|
||
|
// This software is free software; you can redistribute it and/or
|
||
|
// modify it under the terms of the GNU General Public License as
|
||
|
// published by the Free Software Foundation; either version 2 of
|
||
|
// the License, or (at your option) any later version.
|
||
|
//
|
||
|
// This software is distributed in the hope that it will be useful,
|
||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
// GNU General Public License for more details.
|
||
|
//
|
||
|
// You should have received a copy of the GNU General Public
|
||
|
// License along with this library; see the file COPYING.
|
||
|
// If not, write to the Free Software Foundation, Inc.,
|
||
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiWin32IconButton : TQLabel
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiWin32IconButton (TQWidget*, const char* = 0);
|
||
|
virtual void mousePressEvent (TQMouseEvent*);
|
||
13 years ago
|
|
||
|
signals:
|
||
|
void pressed ();
|
||
|
|
||
|
}; // class KMdiWin32IconButton
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrmMoveEvent : TQCustomEvent
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiChildFrmMoveEvent (TQMoveEvent*);
|
||
13 years ago
|
|
||
|
}; // class KMdiChildFrmMoveEvent
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrmDragBeginEvent : TQCustomEvent
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiChildFrmDragBeginEvent (TQMouseEvent*);
|
||
13 years ago
|
|
||
|
}; // class KMdiChildFrmDragBeginEvent
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrmDragEndEvent : TQCustomEvent
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiChildFrmDragEndEvent (TQMouseEvent*);
|
||
13 years ago
|
|
||
|
}; // class KMdiChildFrmDragEndEvent
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrmResizeBeginEvent : TQCustomEvent
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiChildFrmResizeBeginEvent (TQMouseEvent*);
|
||
13 years ago
|
|
||
|
}; // class KMdiChildFrmResizeBeginEvent
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrmResizeEndEvent : TQCustomEvent
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
13 years ago
|
KMdiChildFrmResizeEndEvent (TQMouseEvent*);
|
||
13 years ago
|
|
||
|
}; // class KMdiChildFrmResizeEndEvent
|
||
|
|
||
|
|
||
13 years ago
|
class KMdiChildFrm : TQFrame
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
12 years ago
|
#include <tdemdichildfrm.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
public:
|
||
|
|
||
|
enum MdiWindowState
|
||
|
{
|
||
|
Normal,
|
||
|
Maximized,
|
||
|
Minimized
|
||
|
};
|
||
|
|
||
|
KMdiChildView* m_pClient;
|
||
|
|
||
|
protected:
|
||
|
|
||
|
public:
|
||
|
KMdiChildFrm (KMdiChildArea*);
|
||
|
void setClient (KMdiChildView*, bool = 0);
|
||
13 years ago
|
void unsetClient (TQPoint = TQPoint (0 ,0 ));
|
||
|
void setIcon (const TQPixmap&);
|
||
|
TQPixmap* icon () const;
|
||
13 years ago
|
void enableClose (bool);
|
||
13 years ago
|
void setCaption (const TQString&);
|
||
|
const TQString& caption ();
|
||
13 years ago
|
void setState (KMdiChildFrm::MdiWindowState, bool = 1);
|
||
|
KMdiChildFrm::MdiWindowState state () const;
|
||
13 years ago
|
TQRect mdiAreaContentsRect () const;
|
||
|
TQRect restoreGeometry () const;
|
||
|
void setRestoreGeometry (const TQRect&);
|
||
13 years ago
|
void updateRects ();
|
||
13 years ago
|
TQPopupMenu* systemMenu () const;
|
||
13 years ago
|
int captionHeight () const;
|
||
|
void redecorateButtons ();
|
||
|
bool isInDrag () const;
|
||
|
bool isInResize () const;
|
||
|
void raiseAndActivate ();
|
||
|
virtual void setMinimumSize (int, int);
|
||
|
|
||
|
public slots:
|
||
|
void slot_resizeViaSystemMenu ();
|
||
|
|
||
|
protected:
|
||
13 years ago
|
virtual void resizeEvent (TQResizeEvent*);
|
||
|
virtual void mouseMoveEvent (TQMouseEvent*);
|
||
|
virtual void mousePressEvent (TQMouseEvent*);
|
||
|
virtual void mouseReleaseEvent (TQMouseEvent*);
|
||
|
virtual void moveEvent (TQMoveEvent*);
|
||
|
virtual void leaveEvent (TQEvent*);
|
||
|
virtual bool eventFilter (TQObject*, TQEvent*);
|
||
13 years ago
|
void resizeWindow (int, int, int);
|
||
|
void setResizeCursor (int);
|
||
|
void unsetResizeCursor ();
|
||
|
virtual void switchToMinimizeLayout ();
|
||
|
void doResize ();
|
||
|
void doResize (bool);
|
||
|
|
||
|
protected slots:
|
||
|
void maximizePressed ();
|
||
|
void restorePressed ();
|
||
|
void minimizePressed ();
|
||
|
void closePressed ();
|
||
|
void undockPressed ();
|
||
|
void showSystemMenu ();
|
||
|
|
||
|
protected:
|
||
13 years ago
|
//ig void linkChildren (TQDict<FocusPolicy>*);
|
||
|
TQDict<TQWidget::FocusPolicy>* unlinkChildren ();
|
||
13 years ago
|
int getResizeCorner (int, int);
|
||
|
|
||
|
protected:
|
||
|
|
||
|
%If ( - KDE_3_2_2 )
|
||
13 years ago
|
void linkChildren (TQDict<TQWidget::FocusPolicy>*);
|
||
13 years ago
|
%End
|
||
|
|
||
|
|
||
|
}; // class KMdiChildFrm
|
||
|
|
||
|
|
||
|
|
||
13 years ago
|
%MappedType TQDict<TQWidget::FocusPolicy>
|
||
|
//converts a Python dict of TQWidget::FocusPolicy
|
||
13 years ago
|
{
|
||
|
%TypeHeaderCode
|
||
13 years ago
|
#include <tqdict.h>
|
||
13 years ago
|
%End
|
||
|
|
||
|
%ConvertFromTypeCode
|
||
|
// Convert to a Python dictionary
|
||
|
|
||
|
if (!sipCpp)
|
||
|
return PyDict_New();
|
||
|
|
||
|
PyObject *dict;
|
||
|
|
||
|
// Create the dictionary.
|
||
|
|
||
|
if ((dict = PyDict_New()) == NULL)
|
||
|
return NULL;
|
||
|
|
||
|
// Get it.
|
||
|
|
||
13 years ago
|
TQDict<TQWidget::FocusPolicy> qdict = *sipCpp;
|
||
|
TQDictIterator<TQWidget::FocusPolicy> it (qdict);
|
||
13 years ago
|
|
||
|
while (it.current ())
|
||
|
{
|
||
13 years ago
|
TQString current_key = it.currentKey ();
|
||
13 years ago
|
PyObject *a0 = sipConvertFromInstance (¤t_key, sipClass_TQString, sipTransferObj);
|
||
13 years ago
|
PyObject *a1 = PyInt_FromLong ((long) it.current ());
|
||
|
|
||
|
if ((a0 == NULL) || (a1 == NULL) || (PyDict_SetItem (dict, a0, a1) < 0))
|
||
|
{
|
||
|
Py_XDECREF (a0);
|
||
|
Py_XDECREF (a1);
|
||
|
Py_DECREF (dict);
|
||
|
return NULL;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
return dict;
|
||
|
%End
|
||
|
|
||
|
|
||
|
%ConvertToTypeCode
|
||
13 years ago
|
// Convert a Python dictionary to a TQDict<int> on the heap.
|
||
13 years ago
|
|
||
|
if (sipIsErr == NULL)
|
||
|
return PyDict_Check(sipPy);
|
||
|
|
||
13 years ago
|
TQDict<TQWidget::FocusPolicy>* qdict = new TQDict<TQWidget::FocusPolicy>;
|
||
13 years ago
|
|
||
|
PyObject *key, *value;
|
||
|
SIP_SSIZE_T pos = 0;
|
||
13 years ago
|
TQString *a0;
|
||
|
TQWidget::FocusPolicy a1;
|
||
13 years ago
|
|
||
|
while (PyDict_Next(sipPy, &pos, &key, &value))
|
||
|
{
|
||
|
int iserr = 0, a0_state;
|
||
|
|
||
13 years ago
|
a0 = (TQString *)sipForceConvertToType(key, sipType_TQString, sipTransferObj, SIP_NOT_NONE, &a0_state, &iserr);
|
||
13 years ago
|
|
||
|
if (iserr || !PyInt_Check(value))
|
||
|
{
|
||
|
if (a0)
|
||
13 years ago
|
sipReleaseType(a0, sipType_TQString, a0_state);
|
||
13 years ago
|
|
||
|
*sipIsErr = 1;
|
||
|
delete qdict;
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
13 years ago
|
a1 = (TQWidget::FocusPolicy) PyInt_AS_LONG (value);
|
||
13 years ago
|
|
||
|
qdict->insert (*a0, &a1);
|
||
|
|
||
13 years ago
|
sipReleaseType(a0, sipType_TQString, a0_state);
|
||
13 years ago
|
}
|
||
|
|
||
|
*sipCppPtr = qdict;
|
||
|
|
||
|
return 1;
|
||
|
%End
|
||
|
};
|
||
|
|
||
|
|