36 class aCheckBoxWidget;
37 class aLineEditWidget;
38 class aNiceLineEditWidget;
40 class aToolButtonWidget;
119 void slotIndexActivated(
int);
123 void slotCursorPositionChanged();
124 void slotCursorPositionChangedIndex(
int _oldPos,
int _newPos);
126 void slotFocusLost();
127 void slotIndexChanged(
int);
128 void slotKeyPressed(QKeyEvent *);
129 void slotKeyReleased(QKeyEvent *);
130 void slotSelectionChanged();
131 void slotStateChanged(
int);
132 void slotToggled(
bool);
133 void slotTimeout(
void);
134 void slotClosing(
void);
135 void slotReturnPressed(
void);
136 void slotEditingFinished(
void);
137 void slotKeyCombinationPressed(
void);
141 void slotItemChanged(
ID);
142 void slotItemDeleted(
ID);
143 void slotItemClicked(
ID);
144 void slotItemCloseRequested(
ID);
145 void slotItemDoubleClicked(
ID);
149 void tableCellActivated(
int row,
int coloumn);
150 void tableCellChanged(
int row,
int coloumn);
151 void tableCellClicked(
int row,
int coloumn);
152 void tableCellDoubleClicked(
int row,
int coloumn);
153 void tableCellEntered(
int row,
int coloumn);
169 struct struct_object {
174 std::map<UID, struct_object> m_objects;
175 typedef std::map<UID, struct_object>::iterator m_objectsIterator;
191 UID getSenderUid(QObject * _sender);
#define UICORE_API_EXPORT
Definition globalDataTypes.h:20
This class combines the functionallity of a QAction and a ak::ui::core::aPaintable.
Definition aAction.h:29
Class used to forward messages to receivers This class is used to forward a message to receivers....
Definition aMessenger.h:34
Used to link [Widget] signals to the messaging system Every added widget will get all its possible/mo...
Definition aSignalLinker.h:46
This class is used to manage UIDs. This UID manager is incrementing the UID on each getId call.
Definition aUidMangager.h:25
const UID invalidUID
Represents the invalid UID for an object.
Definition globalDataTypes.h:71
unsigned long long UID
The UID datatype used for objects.
Definition globalDataTypes.h:65
objectType
Describes the type of an object.
Definition akCore.h:167
eventType
Describes the type of an event.
Definition akCore.h:86
int ID
The ID datatype used for items.
Definition globalDataTypes.h:68
static ak::aUidManager * m_uidManager
The messenger used in this API.
Definition uiAPI.cpp:59