QCAD
Open Source 2D CAD
RListView Class Reference

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

#include <RListView.h>

Inheritance diagram for RListView:

Signals

void signalContextMenuEvent (QContextMenuEvent *e)
 
void signalCurrentChanged (const QModelIndex &current, const QModelIndex &previous)
 
void signalDragEnterEvent (QDragEnterEvent *e)
 
void signalDragMoveEvent (QDragMoveEvent *e)
 
void signalDropEvent (QDropEvent *e)
 
void signalMouseMoveEvent (QMouseEvent *e)
 
void signalMousePressEvent (QMouseEvent *e)
 
void signalMouseReleaseEvent (QMouseEvent *e)
 
void signalSelectionChanged (const QItemSelection &selected, const QItemSelection &deselected)
 
void signalStartDrag (Qt::DropActions supportedActions)
 
void signalToolTipRequested (QHelpEvent *e)
 

Public Member Functions

 RListView (QWidget *parent=0)
 Copyright (c) 2011-2018 by Andrew Mustun. More...
 
virtual ~RListView ()
 

Protected Member Functions

virtual void contextMenuEvent (QContextMenuEvent *e)
 
virtual void currentChanged (const QModelIndex &current, const QModelIndex &previous)
 
virtual void dragEnterEvent (QDragEnterEvent *e)
 
virtual void dragMoveEvent (QDragMoveEvent *e)
 
virtual void dropEvent (QDropEvent *e)
 
virtual bool event (QEvent *event)
 
virtual void mouseMoveEvent (QMouseEvent *e)
 
virtual void mousePressEvent (QMouseEvent *e)
 
virtual void mouseReleaseEvent (QMouseEvent *e)
 
virtual void selectionChanged (const QItemSelection &selected, const QItemSelection &deselected)
 
virtual void startDrag (Qt::DropActions supportedActions)
 

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.

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

Constructor & Destructor Documentation

◆ RListView()

RListView::RListView ( 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.

◆ ~RListView()

virtual RListView::~RListView ( )
inlinevirtual

Member Function Documentation

◆ contextMenuEvent()

virtual void RListView::contextMenuEvent ( QContextMenuEvent *  e)
inlineprotectedvirtual

◆ currentChanged()

virtual void RListView::currentChanged ( const QModelIndex &  current,
const QModelIndex &  previous 
)
inlineprotectedvirtual

◆ dragEnterEvent()

virtual void RListView::dragEnterEvent ( QDragEnterEvent *  e)
inlineprotectedvirtual

◆ dragMoveEvent()

virtual void RListView::dragMoveEvent ( QDragMoveEvent *  e)
inlineprotectedvirtual

◆ dropEvent()

virtual void RListView::dropEvent ( QDropEvent *  e)
inlineprotectedvirtual

◆ event()

bool RListView::event ( QEvent *  event)
protectedvirtual
Non-Scriptable:\nThis function is not available in script environments.\n

◆ mouseMoveEvent()

virtual void RListView::mouseMoveEvent ( QMouseEvent *  e)
inlineprotectedvirtual

◆ mousePressEvent()

virtual void RListView::mousePressEvent ( QMouseEvent *  e)
inlineprotectedvirtual

◆ mouseReleaseEvent()

virtual void RListView::mouseReleaseEvent ( QMouseEvent *  e)
inlineprotectedvirtual

◆ selectionChanged()

virtual void RListView::selectionChanged ( const QItemSelection &  selected,
const QItemSelection &  deselected 
)
inlineprotectedvirtual

◆ signalContextMenuEvent

void RListView::signalContextMenuEvent ( QContextMenuEvent *  e)
signal

◆ signalCurrentChanged

void RListView::signalCurrentChanged ( const QModelIndex &  current,
const QModelIndex &  previous 
)
signal

◆ signalDragEnterEvent

void RListView::signalDragEnterEvent ( QDragEnterEvent *  e)
signal

◆ signalDragMoveEvent

void RListView::signalDragMoveEvent ( QDragMoveEvent *  e)
signal

◆ signalDropEvent

void RListView::signalDropEvent ( QDropEvent *  e)
signal

◆ signalMouseMoveEvent

void RListView::signalMouseMoveEvent ( QMouseEvent *  e)
signal

◆ signalMousePressEvent

void RListView::signalMousePressEvent ( QMouseEvent *  e)
signal

◆ signalMouseReleaseEvent

void RListView::signalMouseReleaseEvent ( QMouseEvent *  e)
signal

◆ signalSelectionChanged

void RListView::signalSelectionChanged ( const QItemSelection &  selected,
const QItemSelection &  deselected 
)
signal

◆ signalStartDrag

void RListView::signalStartDrag ( Qt::DropActions  supportedActions)
signal

◆ signalToolTipRequested

void RListView::signalToolTipRequested ( QHelpEvent *  e)
signal

◆ startDrag()

virtual void RListView::startDrag ( Qt::DropActions  supportedActions)
inlineprotectedvirtual

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