QCAD
Open Source 2D CAD
RListWidget Class Reference

Copyright (c) 2011-2018 by Andrew Mustun. More...

#include <RListWidget.h>

Inheritance diagram for RListWidget:
RLayerListQt

Signals

void iconClicked (int x, QListWidgetItem *item)
 

Public Member Functions

 RListWidget (QWidget *parent=0)
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
void setIconOffset (int o)
 
virtual ~RListWidget ()
 Destructor. More...
 

Protected Member Functions

virtual void contextMenuEvent (QContextMenuEvent *e)
 
virtual void mouseMoveEvent (QMouseEvent *e)
 
virtual void mousePressEvent (QMouseEvent *e)
 
virtual void mouseReleaseEvent (QMouseEvent *e)
 

Private Attributes

int iconOffset
 
QListWidgetItem * itemPressed
 

Detailed Description

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD. List widget with some additional functionality for icons.

Scriptable:\nThis class is available in script environments.\n
\generateScriptShell

Constructor & Destructor Documentation

◆ RListWidget()

RListWidget::RListWidget ( QWidget *  parent = 0)

Copyright (c) 2011-2018 by Andrew Mustun.

All rights reserved.

This file is part of the QCAD project.

QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with QCAD. Default Constructor.

◆ ~RListWidget()

RListWidget::~RListWidget ( )
virtual

Destructor.

Member Function Documentation

◆ contextMenuEvent()

void RListWidget::contextMenuEvent ( QContextMenuEvent *  e)
protectedvirtual

◆ iconClicked

void RListWidget::iconClicked ( int  x,
QListWidgetItem *  item 
)
signal

◆ mouseMoveEvent()

void RListWidget::mouseMoveEvent ( QMouseEvent *  e)
protectedvirtual

◆ mousePressEvent()

void RListWidget::mousePressEvent ( QMouseEvent *  e)
protectedvirtual

◆ mouseReleaseEvent()

void RListWidget::mouseReleaseEvent ( QMouseEvent *  e)
protectedvirtual

◆ setIconOffset()

void RListWidget::setIconOffset ( int  o)
inline

Member Data Documentation

◆ iconOffset

int RListWidget::iconOffset
private

◆ itemPressed

QListWidgetItem* RListWidget::itemPressed
private

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