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 924 of file qttoolbardialog.cpp.

Member Function Documentation

◆ applyClicked() [1/2]

void QtToolBarDialogPrivate::applyClicked ( )

Definition at line 1256 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 1483 of file qttoolbardialog.cpp.

◆ cancelClicked() [2/2]

void QtToolBarDialogPrivate::cancelClicked ( )

◆ clearOld() [1/2]

void QtToolBarDialogPrivate::clearOld ( )

Definition at line 1006 of file qttoolbardialog.cpp.

References currentToolBar.

◆ clearOld() [2/2]

void QtToolBarDialogPrivate::clearOld ( )

◆ createItem() [1/4]

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

Definition at line 991 of file qttoolbardialog.cpp.

◆ createItem() [2/4]

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

◆ createItem() [3/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( QToolBar * toolBar)

Definition at line 982 of file qttoolbardialog.cpp.

◆ createItem() [4/4]

ToolBarItem * QtToolBarDialogPrivate::createItem ( QToolBar * toolBar)

◆ currentActionChanged() [1/2]

void QtToolBarDialogPrivate::currentActionChanged ( QTreeWidgetItem * current)

Definition at line 1437 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 1478 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 1446 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 1211 of file qttoolbardialog.cpp.

References toolBarManager.

◆ defaultClicked() [2/2]

void QtToolBarDialogPrivate::defaultClicked ( )

◆ deleteItem() [1/2]

void QtToolBarDialogPrivate::deleteItem ( ToolBarItem * item)

Definition at line 998 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 1312 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 1038 of file qttoolbardialog.cpp.

References 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 1102 of file qttoolbardialog.cpp.

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

Referenced by 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 1332 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 1144 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 1250 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 1202 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 1162 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 1416 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 1362 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 1111 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 1425 of file qttoolbardialog.cpp.

References currentToolBar.

◆ toolBarRenamed() [2/2]

void QtToolBarDialogPrivate::toolBarRenamed ( QListWidgetItem * item)

◆ upClicked() [1/2]

void QtToolBarDialogPrivate::upClicked ( )

Definition at line 1292 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 972 of file qttoolbardialog.cpp.

◆ actionToItem

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

Definition at line 963 of file qttoolbardialog.cpp.

◆ allToolBarItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::allToolBarItems

Definition at line 959 of file qttoolbardialog.cpp.

◆ createdItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::createdItems

Definition at line 956 of file qttoolbardialog.cpp.

◆ currentAction

QTreeWidgetItem * QtToolBarDialogPrivate::currentAction = nullptr

Definition at line 962 of file qttoolbardialog.cpp.

◆ currentItemToAction

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

Definition at line 973 of file qttoolbardialog.cpp.

◆ currentState

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

Definition at line 954 of file qttoolbardialog.cpp.

◆ currentToolBar

ToolBarItem * QtToolBarDialogPrivate::currentToolBar = nullptr

◆ itemToAction

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

Definition at line 964 of file qttoolbardialog.cpp.

◆ itemToToolBar

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

Definition at line 969 of file qttoolbardialog.cpp.

◆ removedItems

QSet< ToolBarItem * > QtToolBarDialogPrivate::removedItems

Definition at line 957 of file qttoolbardialog.cpp.

◆ separatorText

QString QtToolBarDialogPrivate::separatorText

Definition at line 978 of file qttoolbardialog.cpp.

◆ toolBarItems

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

Definition at line 955 of file qttoolbardialog.cpp.

◆ toolBarManager

QtFullToolBarManager * QtToolBarDialogPrivate::toolBarManager = nullptr

◆ toolBarToItem

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

Definition at line 968 of file qttoolbardialog.cpp.

◆ toolBarToWidgetActions

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

Definition at line 976 of file qttoolbardialog.cpp.

◆ ui

Ui::QtToolBarDialog QtToolBarDialogPrivate::ui

Definition at line 979 of file qttoolbardialog.cpp.

◆ widgetActionToToolBar

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

Definition at line 975 of file qttoolbardialog.cpp.


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