Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtToolBarDialogPrivate Class Reference
Collaboration diagram for QtToolBarDialogPrivate:

Public Member Functions

ToolBarItemcreateItem (QToolBar *toolBar)
ToolBarItemcreateItem (const QString &toolBarName)
void deleteItem (ToolBarItem *item)
void newClicked ()
void removeClicked ()
void defaultClicked ()
void okClicked ()
void applyClicked ()
void cancelClicked ()
void upClicked ()
void downClicked ()
void leftClicked ()
void rightClicked ()
void renameClicked ()
void toolBarRenamed (QListWidgetItem *item)
void currentActionChanged (QTreeWidgetItem *current)
void currentToolBarChanged (QListWidgetItem *current)
void currentToolBarActionChanged (QListWidgetItem *current)
void removeToolBar (ToolBarItem *item)
bool isDefaultToolBar (ToolBarItem *item) const
void setButtons ()
void clearOld ()
void fillNew ()
ToolBarItemcreateItem (QToolBar *toolBar)
ToolBarItemcreateItem (const QString &toolBarName)
void deleteItem (ToolBarItem *item)
void newClicked ()
void removeClicked ()
void defaultClicked ()
void okClicked ()
void applyClicked ()
void cancelClicked ()
void upClicked ()
void downClicked ()
void leftClicked ()
void rightClicked ()
void renameClicked ()
void toolBarRenamed (QListWidgetItem *item)
void currentActionChanged (QTreeWidgetItem *current)
void currentToolBarChanged (QListWidgetItem *current)
void currentToolBarActionChanged (QListWidgetItem *current)
void removeToolBar (ToolBarItem *item)
bool isDefaultToolBar (ToolBarItem *item) const
void setButtons ()
void clearOld ()
void fillNew ()

Public Attributes

QtFullToolBarManagertoolBarManager = nullptr
QHash< ToolBarItem *, QList< QAction * > > currentState
QHash< QToolBar *, ToolBarItem * > toolBarItems
QSet< ToolBarItem * > createdItems
QSet< ToolBarItem * > removedItems
QSet< ToolBarItem * > allToolBarItems
QTreeWidgetItemcurrentAction = nullptr
QHash< QAction *, QTreeWidgetItem * > actionToItem
QHash< QTreeWidgetItem *, QAction * > itemToAction
ToolBarItemcurrentToolBar = nullptr
QHash< ToolBarItem *, QListWidgetItem * > toolBarToItem
QHash< QListWidgetItem *, ToolBarItem * > itemToToolBar
QHash< QAction *, QListWidgetItem * > actionToCurrentItem
QHash< QListWidgetItem *, QAction * > currentItemToAction
QHash< QAction *, ToolBarItem * > widgetActionToToolBar
QHash< ToolBarItem *, QSet< QAction * > > toolBarToWidgetActions
QString separatorText
Ui::QtToolBarDialog ui

Detailed Description

Definition at line 919 of file qttoolbardialog.cpp.

Member Function Documentation

◆ applyClicked() [1/2]

void QtToolBarDialogPrivate::applyClicked ( )

Definition at line 1250 of file qttoolbardialog.cpp.

References ToolBarItem::toolBar(), and toolBarManager.

Referenced by okClicked().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ applyClicked() [2/2]

void QtToolBarDialogPrivate::applyClicked ( )

◆ cancelClicked() [1/2]

void QtToolBarDialogPrivate::cancelClicked ( )

Definition at line 1477 of file qttoolbardialog.cpp.

◆ cancelClicked() [2/2]

void QtToolBarDialogPrivate::cancelClicked ( )

◆ clearOld() [1/2]

void QtToolBarDialogPrivate::clearOld ( )

Definition at line 1001 of file qttoolbardialog.cpp.

References currentToolBar.

◆ clearOld() [2/2]

void QtToolBarDialogPrivate::clearOld ( )

◆ createItem() [1/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( const QString & toolBarName)

Definition at line 986 of file qttoolbardialog.cpp.

◆ createItem() [2/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( const QString & toolBarName)

◆ createItem() [3/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( QToolBar * toolBar)

Definition at line 977 of file qttoolbardialog.cpp.

◆ createItem() [4/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( QToolBar * toolBar)

◆ currentActionChanged() [1/2]

void QtToolBarDialogPrivate::currentActionChanged ( QTreeWidgetItem * current)

Definition at line 1431 of file qttoolbardialog.cpp.

References setButtons().

Here is the call graph for this function:

◆ currentActionChanged() [2/2]

void QtToolBarDialogPrivate::currentActionChanged ( QTreeWidgetItem * current)

◆ currentToolBarActionChanged() [1/2]

void QtToolBarDialogPrivate::currentToolBarActionChanged ( QListWidgetItem * current)

Definition at line 1472 of file qttoolbardialog.cpp.

References setButtons().

Here is the call graph for this function:

◆ currentToolBarActionChanged() [2/2]

void QtToolBarDialogPrivate::currentToolBarActionChanged ( QListWidgetItem * current)

◆ currentToolBarChanged() [1/2]

void QtToolBarDialogPrivate::currentToolBarChanged ( QListWidgetItem * current)

Definition at line 1440 of file qttoolbardialog.cpp.

References currentToolBar, and setButtons().

Here is the call graph for this function:

◆ currentToolBarChanged() [2/2]

void QtToolBarDialogPrivate::currentToolBarChanged ( QListWidgetItem * current)

◆ defaultClicked() [1/2]

void QtToolBarDialogPrivate::defaultClicked ( )

Definition at line 1205 of file qttoolbardialog.cpp.

References toolBarManager.

◆ defaultClicked() [2/2]

void QtToolBarDialogPrivate::defaultClicked ( )

◆ deleteItem() [1/2]

void QtToolBarDialogPrivate::deleteItem ( ToolBarItem * item)

Definition at line 993 of file qttoolbardialog.cpp.

Referenced by removeToolBar().

Here is the caller graph for this function:

◆ deleteItem() [2/2]

void QtToolBarDialogPrivate::deleteItem ( ToolBarItem * item)

◆ downClicked() [1/2]

void QtToolBarDialogPrivate::downClicked ( )

Definition at line 1306 of file qttoolbardialog.cpp.

References setButtons().

Here is the call graph for this function:

◆ downClicked() [2/2]

void QtToolBarDialogPrivate::downClicked ( )

◆ fillNew() [1/2]

void QtToolBarDialogPrivate::fillNew ( )

Definition at line 1033 of file qttoolbardialog.cpp.

References isDefaultToolBar(), setButtons(), and toolBarManager.

Here is the call graph for this function:

◆ fillNew() [2/2]

void QtToolBarDialogPrivate::fillNew ( )

◆ isDefaultToolBar() [1/2]

bool QtToolBarDialogPrivate::isDefaultToolBar ( ToolBarItem * item) const

Definition at line 1096 of file qttoolbardialog.cpp.

References QtFullToolBarManager::isDefaultToolBar(), ToolBarItem::toolBar(), and toolBarManager.

Referenced by fillNew(), and setButtons().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isDefaultToolBar() [2/2]

bool QtToolBarDialogPrivate::isDefaultToolBar ( ToolBarItem * item) const

◆ leftClicked() [1/2]

void QtToolBarDialogPrivate::leftClicked ( )

Definition at line 1326 of file qttoolbardialog.cpp.

References currentToolBar, and setButtons().

Here is the call graph for this function:

◆ leftClicked() [2/2]

void QtToolBarDialogPrivate::leftClicked ( )

◆ newClicked() [1/2]

void QtToolBarDialogPrivate::newClicked ( )

Definition at line 1138 of file qttoolbardialog.cpp.

References renameClicked().

Here is the call graph for this function:

◆ newClicked() [2/2]

void QtToolBarDialogPrivate::newClicked ( )

◆ okClicked() [1/2]

void QtToolBarDialogPrivate::okClicked ( )

Definition at line 1244 of file qttoolbardialog.cpp.

References applyClicked().

Here is the call graph for this function:

◆ okClicked() [2/2]

void QtToolBarDialogPrivate::okClicked ( )

◆ removeClicked() [1/2]

void QtToolBarDialogPrivate::removeClicked ( )

Definition at line 1196 of file qttoolbardialog.cpp.

References removeToolBar().

Here is the call graph for this function:

◆ removeClicked() [2/2]

void QtToolBarDialogPrivate::removeClicked ( )

◆ removeToolBar() [1/2]

void QtToolBarDialogPrivate::removeToolBar ( ToolBarItem * item)

Definition at line 1156 of file qttoolbardialog.cpp.

References deleteItem(), QtFullToolBarManager::isDefaultToolBar(), setButtons(), ToolBarItem::toolBar(), and toolBarManager.

Referenced by removeClicked().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ removeToolBar() [2/2]

void QtToolBarDialogPrivate::removeToolBar ( ToolBarItem * item)

◆ renameClicked() [1/2]

void QtToolBarDialogPrivate::renameClicked ( )

Definition at line 1410 of file qttoolbardialog.cpp.

References currentToolBar.

Referenced by newClicked().

Here is the caller graph for this function:

◆ renameClicked() [2/2]

void QtToolBarDialogPrivate::renameClicked ( )

◆ rightClicked() [1/2]

void QtToolBarDialogPrivate::rightClicked ( )

Definition at line 1356 of file qttoolbardialog.cpp.

References currentToolBar, and setButtons().

Here is the call graph for this function:

◆ rightClicked() [2/2]

void QtToolBarDialogPrivate::rightClicked ( )

◆ setButtons() [1/2]

void QtToolBarDialogPrivate::setButtons ( )

Definition at line 1105 of file qttoolbardialog.cpp.

References currentToolBar, isDefaultToolBar(), and toolBarManager.

Referenced by currentActionChanged(), currentToolBarActionChanged(), currentToolBarChanged(), downClicked(), fillNew(), leftClicked(), removeToolBar(), rightClicked(), and upClicked().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setButtons() [2/2]

void QtToolBarDialogPrivate::setButtons ( )

◆ toolBarRenamed() [1/2]

void QtToolBarDialogPrivate::toolBarRenamed ( QListWidgetItem * item)

Definition at line 1419 of file qttoolbardialog.cpp.

References currentToolBar.

◆ toolBarRenamed() [2/2]

void QtToolBarDialogPrivate::toolBarRenamed ( QListWidgetItem * item)

◆ upClicked() [1/2]

void QtToolBarDialogPrivate::upClicked ( )

Definition at line 1286 of file qttoolbardialog.cpp.

References setButtons().

Here is the call graph for this function:

◆ upClicked() [2/2]

void QtToolBarDialogPrivate::upClicked ( )

Member Data Documentation

◆ actionToCurrentItem

QHash< QAction *, QListWidgetItem * > QtToolBarDialogPrivate::actionToCurrentItem

Definition at line 967 of file qttoolbardialog.cpp.

◆ actionToItem

QHash< QAction *, QTreeWidgetItem * > QtToolBarDialogPrivate::actionToItem

Definition at line 958 of file qttoolbardialog.cpp.

◆ allToolBarItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::allToolBarItems

Definition at line 954 of file qttoolbardialog.cpp.

◆ createdItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::createdItems

Definition at line 951 of file qttoolbardialog.cpp.

◆ currentAction

QTreeWidgetItem * QtToolBarDialogPrivate::currentAction = nullptr

Definition at line 957 of file qttoolbardialog.cpp.

◆ currentItemToAction

QHash< QListWidgetItem *, QAction * > QtToolBarDialogPrivate::currentItemToAction

Definition at line 968 of file qttoolbardialog.cpp.

◆ currentState

QHash< ToolBarItem *, QList< QAction * > > QtToolBarDialogPrivate::currentState

Definition at line 949 of file qttoolbardialog.cpp.

◆ currentToolBar

ToolBarItem * QtToolBarDialogPrivate::currentToolBar = nullptr

◆ itemToAction

QHash< QTreeWidgetItem *, QAction * > QtToolBarDialogPrivate::itemToAction

Definition at line 959 of file qttoolbardialog.cpp.

◆ itemToToolBar

QHash< QListWidgetItem *, ToolBarItem * > QtToolBarDialogPrivate::itemToToolBar

Definition at line 964 of file qttoolbardialog.cpp.

◆ removedItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::removedItems

Definition at line 952 of file qttoolbardialog.cpp.

◆ separatorText

QString QtToolBarDialogPrivate::separatorText

Definition at line 973 of file qttoolbardialog.cpp.

◆ toolBarItems

QHash< QToolBar *, ToolBarItem * > QtToolBarDialogPrivate::toolBarItems

Definition at line 950 of file qttoolbardialog.cpp.

◆ toolBarManager

QtFullToolBarManager * QtToolBarDialogPrivate::toolBarManager = nullptr

◆ toolBarToItem

QHash< ToolBarItem *, QListWidgetItem * > QtToolBarDialogPrivate::toolBarToItem

Definition at line 963 of file qttoolbardialog.cpp.

◆ toolBarToWidgetActions

QHash< ToolBarItem *, QSet< QAction * > > QtToolBarDialogPrivate::toolBarToWidgetActions

Definition at line 971 of file qttoolbardialog.cpp.

◆ ui

Ui::QtToolBarDialog QtToolBarDialogPrivate::ui

Definition at line 974 of file qttoolbardialog.cpp.

◆ widgetActionToToolBar

QHash< QAction *, ToolBarItem * > QtToolBarDialogPrivate::widgetActionToToolBar

Definition at line 970 of file qttoolbardialog.cpp.


The documentation for this class was generated from the following file: