Kexi API Documentation (2.0 alpha)

KFormDesigner::TabStopDialog Class Reference

#include <tabstopdialog.h>

Inheritance diagram for KFormDesigner::TabStopDialog:

KDialogBase List of all members.

Detailed Description

A dialog to edit Form tab stops.

The user can change the order by dragging list items or using buttons at the right. The tab stops can be arranged automatically (see Form::autoAssignTabStops()).

Definition at line 38 of file tabstopdialog.h.

Public Slots

int exec (KFormDesigner::Form *form)
void moveItemUp ()
void moveItemDown ()
void updateButtons (QListViewItem *)
void slotRadioClicked (bool isOn)
bool autoTabStops () const

Public Member Functions

 TabStopDialog (QWidget *parent)
virtual ~TabStopDialog ()

Protected Attributes

ObjectTreeViewm_treeview
KPushButtonm_btnUp
KPushButtonm_btnDown
QCheckBoxm_check


Constructor & Destructor Documentation

TabStopDialog::TabStopDialog QWidget parent  ) 
 

Definition at line 40 of file tabstopdialog.cpp.

References m_btnDown, m_btnUp, m_check, m_treeview, moveItemDown(), moveItemUp(), slotRadioClicked(), and updateButtons().

TabStopDialog::~TabStopDialog  )  [virtual]
 

Definition at line 78 of file tabstopdialog.cpp.


Member Function Documentation

bool TabStopDialog::autoTabStops  )  const [slot]
 

Definition at line 162 of file tabstopdialog.cpp.

References m_check.

Referenced by KFormDesigner::FormManager::editTabOrder().

int TabStopDialog::exec KFormDesigner::Form form  )  [slot]
 

Definition at line 82 of file tabstopdialog.cpp.

References KFormDesigner::Form::autoAssignTabStops(), KFormDesigner::Form::autoTabStops(), m_check, KFormDesigner::ObjectTreeView::m_form, m_treeview, KFormDesigner::ObjectTreeViewItem::objectTree(), KFormDesigner::Form::setAutoTabStops(), KFormDesigner::Form::tabStops(), KFormDesigner::Form::tabStopsIterator(), and KFormDesigner::Form::updateTabStopsOrder().

Referenced by KFormDesigner::FormManager::editTabOrder().

void TabStopDialog::moveItemDown  )  [slot]
 

Definition at line 137 of file tabstopdialog.cpp.

References m_treeview, and updateButtons().

Referenced by TabStopDialog().

void TabStopDialog::moveItemUp  )  [slot]
 

Definition at line 127 of file tabstopdialog.cpp.

References m_treeview, and updateButtons().

Referenced by TabStopDialog().

void TabStopDialog::slotRadioClicked bool  isOn  )  [slot]
 

Definition at line 155 of file tabstopdialog.cpp.

References m_treeview, and updateButtons().

Referenced by TabStopDialog().

void TabStopDialog::updateButtons QListViewItem  )  [slot]
 

Definition at line 147 of file tabstopdialog.cpp.

References m_btnDown, m_btnUp, and m_treeview.

Referenced by moveItemDown(), moveItemUp(), slotRadioClicked(), and TabStopDialog().


Member Data Documentation

KPushButton * KFormDesigner::TabStopDialog::m_btnDown [protected]
 

Definition at line 57 of file tabstopdialog.h.

Referenced by TabStopDialog(), and updateButtons().

KPushButton* KFormDesigner::TabStopDialog::m_btnUp [protected]
 

Definition at line 57 of file tabstopdialog.h.

Referenced by TabStopDialog(), and updateButtons().

QCheckBox* KFormDesigner::TabStopDialog::m_check [protected]
 

Definition at line 58 of file tabstopdialog.h.

Referenced by autoTabStops(), exec(), and TabStopDialog().

ObjectTreeView* KFormDesigner::TabStopDialog::m_treeview [protected]
 

Definition at line 56 of file tabstopdialog.h.

Referenced by exec(), moveItemDown(), moveItemUp(), slotRadioClicked(), TabStopDialog(), and updateButtons().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:51:01 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003