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.
109 lines
3.0 KiB
109 lines
3.0 KiB
//
|
|
// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
|
|
// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
|
|
// may also apply
|
|
|
|
|
|
// Generated by preSip
|
|
// module tdeui version KDE 3.5.3
|
|
|
|
|
|
// 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.
|
|
|
|
|
|
class KDatePicker : TQFrame
|
|
{
|
|
%TypeHeaderCode
|
|
#include <kdatepicker.h>
|
|
%End
|
|
|
|
|
|
public:
|
|
KDatePicker (TQWidget* /TransferThis/ = 0, TQDate = TQDate ::currentDate (), const char* = 0);
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
KDatePicker (TQWidget* /TransferThis/, TQDate, const char*, WFlags);
|
|
KDatePicker (TQWidget* /TransferThis/, const char*);
|
|
%End
|
|
|
|
TQSize sizeHint () const;
|
|
bool setDate (const TQDate&);
|
|
const TQDate& getDate () const;
|
|
const TQDate& date () const;
|
|
void setEnabled (bool);
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
KDateTable* dateTable () const;
|
|
%End
|
|
|
|
void setFontSize (int);
|
|
int fontSize () const;
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
void setCloseButton (bool);
|
|
bool hasCloseButton () const;
|
|
%End
|
|
|
|
|
|
protected:
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
virtual bool eventFilter (TQObject*, TQEvent*);
|
|
virtual void resizeEvent (TQResizeEvent*);
|
|
%End
|
|
|
|
|
|
protected slots:
|
|
void dateChangedSlot (TQDate);
|
|
void tableClickedSlot ();
|
|
void monthForwardClicked ();
|
|
void monthBackwardClicked ();
|
|
void yearForwardClicked ();
|
|
void yearBackwardClicked ();
|
|
|
|
%If ( KDE_3_1_0 - )
|
|
void selectWeekClicked ();
|
|
%End
|
|
|
|
void selectMonthClicked ();
|
|
void selectYearClicked ();
|
|
void lineEnterPressed ();
|
|
|
|
%If ( KDE_3_2_0 - )
|
|
void todayButtonClicked ();
|
|
void weekSelected (int);
|
|
%End
|
|
|
|
|
|
signals:
|
|
void dateChanged (TQDate);
|
|
void dateSelected (TQDate);
|
|
void dateEntered (TQDate);
|
|
void tableClicked ();
|
|
|
|
protected:
|
|
//igx virtual void virtual_hook (int, void*);
|
|
|
|
protected:
|
|
|
|
%If ( - KDE_3_1_0 )
|
|
void resizeEvent (TQResizeEvent*);
|
|
%End
|
|
|
|
|
|
}; // class KDatePicker
|
|
|