KDevelop API Documentation

SubprojectOptionsDialogBase Class Reference

#include <subprojectoptionsdlgbase.h>

Inheritance diagram for SubprojectOptionsDialogBase:

QDialog SubprojectOptionsDialog List of all members.

Public Member Functions

 SubprojectOptionsDialogBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 ~SubprojectOptionsDialogBase ()

Public Attributes

QTabWidgetsubprojectoptions_tabwidget
QWidgettab
QLabelcflags_label
QLineEditcflags_edit
QPushButtoncflags_button
QLabelcxxflags_label
QLineEditcxxflags_edit
QPushButtoncxxflags_button
QLabelfflags_label
QLineEditfflags_edit
QPushButtonfflags_button
QWidgettab_2
QCheckBoxmetasources_checkbox
QPushButtoninsidemoveup_button
QPushButtoninsidemovedown_button
QLabelinsideinc_label
QListViewinsideinc_listview
QPushButtonoutsideadd_button
QPushButtonoutsideedit_button
QPushButtonoutsideremove_button
QPushButtonoutsidemoveup_button
QPushButtonoutsidemovedown_button
QLabelTextLabel2_2
QListViewoutsideinc_listview
QWidgettab_3
QListViewprefix_listview
QLabelprefixes_label
QPushButtonaddprefix_button
QPushButtoneditprefix_button
QPushButtonremoveprefix_button
QWidgettab_4
QPushButtonbuildmoveup_button
QPushButtonbuildmovedown_button
QListViewbuildorder_listview
QLabelbuildorder_label
QPushButtonokbutton
QPushButtoncancelbutton

Protected Slots

virtual void languageChange ()
virtual void buildorderMoveDownClicked ()
virtual void cflagsClicked ()
virtual void cxxFlagsClicked ()
virtual void fflagsClicked ()
virtual void insideMoveDownClicked ()
virtual void insideMoveUpClicked ()
virtual void buildorderMoveUpClicked ()
virtual void outsideAddClicked ()
virtual void outsideEditClicked ()
virtual void outsideMoveDownClicked ()
virtual void outsideMoveUpClicked ()
virtual void outsideRemoveClicked ()
virtual void removePrefixClicked ()

Protected Attributes

QVBoxLayoutsub_project_options_widgetLayout
QVBoxLayouttabLayout
QSpacerItemSpacer2
QSpacerItemSpacer3
QSpacerItemSpacer4
QHBoxLayoutLayout5
QHBoxLayoutLayout3
QHBoxLayoutLayout4
QVBoxLayouttabLayout_2
QVBoxLayoutlayout11
QGridLayoutlayout9
QVBoxLayoutLayout9
QSpacerItemSpacer2_3
QSpacerItemSpacer3_2
QGridLayoutlayout10
QVBoxLayoutLayout10
QSpacerItemSpacer1_2
QSpacerItemSpacer2_2
QGridLayouttabLayout_3
QVBoxLayoutLayout6
QSpacerItemSpacer5
QSpacerItemSpacer6
QGridLayouttabLayout_4
QVBoxLayoutLayout9_2
QSpacerItemSpacer2_3_2
QSpacerItemSpacer3_2_2
QHBoxLayoutLayout2
QSpacerItemSpacer1

Private Slots

virtual void addPrefixClicked ()
virtual void editPrefixClicked ()

Constructor & Destructor Documentation

SubprojectOptionsDialogBase::SubprojectOptionsDialogBase QWidget parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

Definition at line 35 of file subprojectoptionsdlgbase.cpp.

References addprefix_button, addPrefixClicked(), buildmovedown_button, buildmoveup_button, buildorder_label, buildorder_listview, buildorderMoveDownClicked(), buildorderMoveUpClicked(), cancelbutton, cflags_button, cflags_edit, cflags_label, cflagsClicked(), cxxflags_button, cxxflags_edit, cxxflags_label, cxxFlagsClicked(), editprefix_button, editPrefixClicked(), fflags_button, fflags_edit, fflags_label, fflagsClicked(), insideinc_label, insideinc_listview, insidemovedown_button, insideMoveDownClicked(), insidemoveup_button, insideMoveUpClicked(), languageChange(), Layout10, layout10, layout11, Layout2, Layout3, Layout4, Layout5, Layout6, Layout9, layout9, Layout9_2, metasources_checkbox, okbutton, outsideadd_button, outsideAddClicked(), outsideedit_button, outsideEditClicked(), outsideinc_listview, outsidemovedown_button, outsideMoveDownClicked(), outsidemoveup_button, outsideMoveUpClicked(), outsideremove_button, outsideRemoveClicked(), prefix_listview, prefixes_label, removeprefix_button, removePrefixClicked(), Spacer1, Spacer1_2, Spacer2, Spacer2_2, Spacer2_3, Spacer2_3_2, Spacer3, Spacer3_2, Spacer3_2_2, Spacer4, Spacer5, Spacer6, sub_project_options_widgetLayout, subprojectoptions_tabwidget, SubprojectOptionsDialogBase(), tab, tab_2, tab_3, tab_4, tabLayout, tabLayout_2, tabLayout_3, tabLayout_4, and TextLabel2_2.

Referenced by SubprojectOptionsDialogBase().

SubprojectOptionsDialogBase::~SubprojectOptionsDialogBase  ) 
 

Definition at line 323 of file subprojectoptionsdlgbase.cpp.


Member Function Documentation

void SubprojectOptionsDialogBase::addPrefixClicked  )  [private, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 436 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::buildorderMoveDownClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 371 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::buildorderMoveUpClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 401 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::cflagsClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 376 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::cxxFlagsClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 381 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::editPrefixClicked  )  [private, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 441 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::fflagsClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 386 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::insideMoveDownClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 391 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::insideMoveUpClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 396 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::languageChange  )  [protected, virtual, slot]
 

Definition at line 332 of file subprojectoptionsdlgbase.cpp.

References addprefix_button, buildmovedown_button, buildmoveup_button, buildorder_label, buildorder_listview, cancelbutton, cflags_button, cflags_label, cxxflags_button, cxxflags_label, editprefix_button, fflags_button, fflags_label, insideinc_label, insideinc_listview, insidemovedown_button, insidemoveup_button, metasources_checkbox, okbutton, outsideadd_button, outsideedit_button, outsideinc_listview, outsidemovedown_button, outsidemoveup_button, outsideremove_button, prefix_listview, prefixes_label, removeprefix_button, subprojectoptions_tabwidget, tab, tab_2, tab_3, tab_4, and TextLabel2_2.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::outsideAddClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 406 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::outsideEditClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 411 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::outsideMoveDownClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 416 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::outsideMoveUpClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 421 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::outsideRemoveClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 426 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().

void SubprojectOptionsDialogBase::removePrefixClicked  )  [protected, virtual, slot]
 

Reimplemented in SubprojectOptionsDialog.

Definition at line 431 of file subprojectoptionsdlgbase.cpp.

Referenced by SubprojectOptionsDialogBase().


Member Data Documentation

QPushButton* SubprojectOptionsDialogBase::addprefix_button
 

Definition at line 64 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::buildmovedown_button
 

Definition at line 69 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::buildmoveup_button
 

Definition at line 68 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::buildorder_label
 

Definition at line 71 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QListView* SubprojectOptionsDialogBase::buildorder_listview
 

Definition at line 70 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::cancelbutton
 

Definition at line 73 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::cflags_button
 

Definition at line 41 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLineEdit* SubprojectOptionsDialogBase::cflags_edit
 

Definition at line 40 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::cflags_label
 

Definition at line 39 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::cxxflags_button
 

Definition at line 44 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLineEdit* SubprojectOptionsDialogBase::cxxflags_edit
 

Definition at line 43 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::cxxflags_label
 

Definition at line 42 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::editprefix_button
 

Definition at line 65 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::fflags_button
 

Definition at line 47 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLineEdit* SubprojectOptionsDialogBase::fflags_edit
 

Definition at line 46 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::fflags_label
 

Definition at line 45 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::insideinc_label
 

Definition at line 52 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QListView* SubprojectOptionsDialogBase::insideinc_listview
 

Definition at line 53 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::insidemovedown_button
 

Definition at line 51 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::insidemoveup_button
 

Definition at line 50 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::Layout10 [protected]
 

Definition at line 91 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QGridLayout* SubprojectOptionsDialogBase::layout10 [protected]
 

Definition at line 90 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::layout11 [protected]
 

Definition at line 85 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QHBoxLayout* SubprojectOptionsDialogBase::Layout2 [protected]
 

Definition at line 102 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QHBoxLayout* SubprojectOptionsDialogBase::Layout3 [protected]
 

Definition at line 82 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QHBoxLayout* SubprojectOptionsDialogBase::Layout4 [protected]
 

Definition at line 83 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QHBoxLayout* SubprojectOptionsDialogBase::Layout5 [protected]
 

Definition at line 81 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::Layout6 [protected]
 

Definition at line 95 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::Layout9 [protected]
 

Definition at line 87 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QGridLayout* SubprojectOptionsDialogBase::layout9 [protected]
 

Definition at line 86 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::Layout9_2 [protected]
 

Definition at line 99 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QCheckBox* SubprojectOptionsDialogBase::metasources_checkbox
 

Definition at line 49 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::okbutton
 

Definition at line 72 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::outsideadd_button
 

Definition at line 54 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::outsideedit_button
 

Definition at line 55 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QListView* SubprojectOptionsDialogBase::outsideinc_listview
 

Definition at line 60 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::outsidemovedown_button
 

Definition at line 58 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::outsidemoveup_button
 

Definition at line 57 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::outsideremove_button
 

Definition at line 56 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QListView* SubprojectOptionsDialogBase::prefix_listview
 

Definition at line 62 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::prefixes_label
 

Definition at line 63 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QPushButton* SubprojectOptionsDialogBase::removeprefix_button
 

Definition at line 66 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer1 [protected]
 

Definition at line 103 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer1_2 [protected]
 

Definition at line 92 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer2 [protected]
 

Definition at line 78 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer2_2 [protected]
 

Definition at line 93 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer2_3 [protected]
 

Definition at line 88 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer2_3_2 [protected]
 

Definition at line 100 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer3 [protected]
 

Definition at line 79 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer3_2 [protected]
 

Definition at line 89 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer3_2_2 [protected]
 

Definition at line 101 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer4 [protected]
 

Definition at line 80 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer5 [protected]
 

Definition at line 96 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QSpacerItem* SubprojectOptionsDialogBase::Spacer6 [protected]
 

Definition at line 97 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::sub_project_options_widgetLayout [protected]
 

Definition at line 76 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QTabWidget* SubprojectOptionsDialogBase::subprojectoptions_tabwidget
 

Definition at line 37 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QWidget* SubprojectOptionsDialogBase::tab
 

Definition at line 38 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QWidget* SubprojectOptionsDialogBase::tab_2
 

Definition at line 48 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QWidget* SubprojectOptionsDialogBase::tab_3
 

Definition at line 61 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QWidget* SubprojectOptionsDialogBase::tab_4
 

Definition at line 67 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::tabLayout [protected]
 

Definition at line 77 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QVBoxLayout* SubprojectOptionsDialogBase::tabLayout_2 [protected]
 

Definition at line 84 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QGridLayout* SubprojectOptionsDialogBase::tabLayout_3 [protected]
 

Definition at line 94 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QGridLayout* SubprojectOptionsDialogBase::tabLayout_4 [protected]
 

Definition at line 98 of file subprojectoptionsdlgbase.h.

Referenced by SubprojectOptionsDialogBase().

QLabel* SubprojectOptionsDialogBase::TextLabel2_2
 

Definition at line 59 of file subprojectoptionsdlgbase.h.

Referenced by languageChange(), and SubprojectOptionsDialogBase().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:07 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003