KDEUI
kacceleratormanager_private.h
Go to the documentation of this file.
63 bool operator == (const KAccelString &c) const { return m_pureText == c.m_pureText && m_accel == c.m_accel && m_orig_accel == c.m_orig_accel; }
bool operator==(const KAccelString &c) const
Definition: kacceleratormanager_private.h:63
QWidgetStackAccelManager(QStackedWidget *popup)
Definition: kacceleratormanager.cpp:888
static void manage(QStackedWidget *popup)
Definition: kacceleratormanager.cpp:882
KPopupAccelManager(QMenu *popup)
Definition: kacceleratormanager.cpp:787
int maxWeight(int &index, const QString &used) const
Definition: kacceleratormanager.cpp:678
This class encapsulates the algorithm finding the 'best' distribution of accelerators in a hierarchy ...
Definition: kacceleratormanager_private.h:89
static void findAccelerators(KAccelStringList &result, QString &used)
Definition: kacceleratormanager.cpp:737
void calculateWeights(int initialWeight)
Definition: kacceleratormanager.cpp:598
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Wed Aug 22 2018 19:31:40 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Wed Aug 22 2018 19:31:40 by doxygen 1.8.14 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.