GroupListWidget Pile   version 0.0.1
The pile attempts to provide a widget that is capable of presenting
grouplistwidget.cc File Reference

Definitions for GROUPLISTWIDGET class. More...

#include "grouplistwidget.h"
#include "groupmodel.h"
#include "groupsubmodel.h"
#include "grouplistgroup.h"
#include "grouplistdelegate.h"
#include "grouplistwidget-private.h"
#include <QTreeWidgetItem>
#include <QListView>
#include <QMenu>
#include <QContextMenuEvent>
#include <QStyledItemDelegate>
#include <QFontMetrics>
#include <QWheelEvent>

Classes

class  GrpTreeItem
 Represents a group inside the widget. More...
 
class  GrpTreeDeleg
 Delegate for QTreeWidget. More...
 

Macros

#define GEN_SLOT_FUN   "gsfunction"
 
#define GEN_SLOT_ARG   "gsargument"
 
#define GEN_SLOT_FUN_FLOW   "gsf_Flow"
 
#define GEN_SLOT_FUN_MODE   "gsf_Mode"
 
#define GEN_SLOT_ACTION(__f__, __label__, __getter__, __value__)
 

Detailed Description

Definitions for GROUPLISTWIDGET class.

Definitions for GroupListWidget class.

Author
Nicu Tofan nicu..nosp@m.tofa.nosp@m.n@gma.nosp@m.il.c.nosp@m.om

Macro Definition Documentation

#define GEN_SLOT_ACTION (   __f__,
  __label__,
  __getter__,
  __value__ 
)
Value:
act = mnu->addAction ( \
__label__, this, SLOT(genericSlot())); \
act->setCheckable (true); \
act->setChecked (__getter__ == __value__); \
act->setProperty (GEN_SLOT_FUN, GEN_SLOT_FUN_ ## __f__); \
act->setProperty (GEN_SLOT_ARG, __value__);