Clases |
struct | Tab |
Tipos públicos |
enum | LineMode { Error,
Step,
StackFrame
} |
Slots públicos |
void | showProperties (QObject *w) |
void | updateProperties (QObject *w) |
void | showDialogHelp () |
void | showDebugStep (QObject *o, int line) |
void | showStackFrame (QObject *o, int line) |
void | showErrorMessage (QObject *o, int line, const QString &errorMessage) |
void | finishedRun () |
void | breakPointsChanged () |
void | fileNew () |
void | fileNewDialog () |
void | fileNewFile () |
void | fileClose () |
void | fileQuit () |
void | fileCloseProject () |
void | fileOpen () |
void | fileOpen (const QString &filter, const QString &extension, const QString &filename="", bool inProject=TRUE) |
bool | fileSave () |
bool | fileSaveForm () |
bool | fileSaveProject () |
bool | fileSaveAs () |
void | fileSaveAll () |
void | fileCreateTemplate () |
void | editUndo () |
void | editRedo () |
void | editCut () |
void | editCopy () |
void | editPaste () |
void | editDelete () |
void | editSelectAll () |
void | editLower () |
void | editRaise () |
void | editAdjustSize () |
void | editLayoutHorizontal () |
void | editLayoutVertical () |
void | editLayoutHorizontalSplit () |
void | editLayoutVerticalSplit () |
void | editLayoutGrid () |
void | editLayoutContainerHorizontal () |
void | editLayoutContainerVertical () |
void | editLayoutContainerGrid () |
void | editBreakLayout () |
void | editAccels () |
void | editFunctions () |
void | editConnections () |
SourceEditor * | editSource () |
SourceEditor * | editSource (SourceFile *f) |
SourceEditor * | openSourceEditor () |
SourceEditor * | createSourceEditor (QObject *object, Project *project, const QString &lang=QString::null, const QString &func=QString::null, bool rereadSource=FALSE) |
void | editFormSettings () |
void | editProjectSettings () |
void | editPixmapCollection () |
void | editDatabaseConnections () |
void | editPreferences () |
void | projectInsertFile () |
void | searchFind () |
void | searchIncremetalFindMenu () |
void | searchIncremetalFind () |
void | searchIncremetalFindNext () |
void | searchReplace () |
void | searchGotoLine () |
void | previewForm () |
void | previewForm (const QString &) |
void | toolsCustomWidget () |
void | toolsConfigure () |
void | helpContents () |
void | helpManual () |
void | helpAbout () |
void | helpAboutQt () |
void | helpRegister () |
Señales |
void | currentToolChanged () |
void | hasActiveForm (bool) |
void | hasActiveWindow (bool) |
void | hasActiveWindowOrProject (bool) |
void | hasNonDummyProject (bool) |
void | formModified (bool) |
void | formWindowsChanged () |
void | formWindowChanged () |
void | projectChanged () |
void | editorChanged () |
Métodos públicos |
| MainWindow (bool asClient, bool single=FALSE, const QString &plgDir="/designer") |
| ~MainWindow () |
HierarchyView * | objectHierarchy () const |
Workspace * | workspace () const |
PropertyEditor * | propertyeditor () const |
ActionEditor * | actioneditor () const |
void | resetTool () |
int | currentTool () const |
FormWindow * | formWindow () |
bool | unregisterClient (FormWindow *w) |
void | editorClosed (SourceEditor *e) |
QWidget * | isAFormWindowChild (QObject *o) const |
QWidget * | isAToolBarChild (QObject *o) const |
void | insertFormWindow (FormWindow *fw) |
QWorkspace * | qWorkspace () const |
void | popupFormWindowMenu (const QPoint &gp, FormWindow *fw) |
void | popupWidgetMenu (const QPoint &gp, FormWindow *fw, QWidget *w) |
QPopupMenu * | setupNormalHierarchyMenu (QWidget *parent) |
QPopupMenu * | setupTabWidgetHierarchyMenu (QWidget *parent, const char *addSlot, const char *removeSlot) |
FormWindow * | openFormWindow (const QString &fn, bool validFileName=TRUE, FormFile *ff=0) |
bool | isCustomWidgetUsed (MetaDataBase::CustomWidget *w) |
void | setGrid (const QPoint &p) |
void | setShowGrid (bool b) |
void | setSnapGrid (bool b) |
QPoint | grid () const |
bool | showGrid () const |
bool | snapGrid () const |
QString | documentationPath () const |
QString | templatePath () const |
void | editFunction (const QString &func, bool rereadSource=FALSE) |
bool | isPreviewing () const |
Project * | currProject () const |
FormWindow * | activeForm () const |
TemplateWizardInterface * | templateWizardInterface (const QString &className) |
QStringList | sourceTemplates () const |
SourceTemplateInterface * | sourceTemplateInterface (const QString &templ) |
QUnknownInterface * | designerInterface () const |
QPtrList< DesignerProject > | projectList () const |
QStringList | projectNames () const |
QStringList | projectFileNames () const |
Project * | findProject (const QString &projectName) const |
void | setCurrentProject (Project *pro) |
void | setCurrentProjectByFilename (const QString &proFilename) |
OutputWindow * | outputWindow () const |
void | addPreferencesTab (QWidget *tab, const QString &title, QObject *receiver, const char *init_slot, const char *accept_slot) |
void | addProjectTab (QWidget *tab, const QString &title, QObject *receiver, const char *init_slot, const char *accept_slot) |
void | setModified (bool b, QWidget *window) |
void | functionsChanged () |
void | updateFunctionList () |
void | updateWorkspace () |
void | runProjectPrecondition () |
void | runProjectPostcondition (QObjectList *l) |
void | formNameChanged (FormWindow *fw) |
int | currentLayoutDefaultSpacing () const |
int | currentLayoutDefaultMargin () const |
void | saveAllBreakPoints () |
void | resetBreakPoints () |
SourceFile * | sourceFile () |
void | createNewProject (const QString &lang) |
void | popupProjectMenu (const QPoint &pos) |
QObject * | findRealObject (QObject *o) |
void | setSingleProject (Project *pro) |
bool | singleProjectMode () const |
void | showSourceLine (QObject *o, int line, LineMode lm) |
void | shuttingDown () |
void | showGUIStuff (bool b) |
void | setEditorsReadOnly (bool b) |
bool | areEditorsReadOnly () const |
void | toggleSignalHandlers (bool show) |
bool | showSignalHandlers () const |
void | writeConfig () |
void | openProject (const QString &fn) |
void | setPluginDirectory (const QString &pd) |
QString | pluginDirectory () const |
QAssistantClient * | assistantClient () const |
void | addRecentlyOpenedFile (const QString &fn) |
Atributos públicos |
QString | lastSaveFilter |
QPtrList< QAction > | toolActions |
QPtrList< QAction > | commonWidgetsPage |
Atributos públicos estáticos |
static MainWindow * | self = 0 |
Métodos protegidos |
bool | eventFilter (QObject *o, QEvent *e) |
void | closeEvent (QCloseEvent *e) |