NAME

Qt::Gui::QItemSelectionRange

PUBLIC METHODS

QItemSelectionRange()
QItemSelectionRange(const QItemSelectionRange & other)
QItemSelectionRange(const QModelIndex & index)
QItemSelectionRange(const QModelIndex & topLeft, const QModelIndex & bottomRight)
int bottom()
QModelIndex bottomRight()
bool contains(const QModelIndex & index)
bool contains(int row, int column, const QModelIndex & parentIndex)
int height()
QItemSelectionRange intersect(const QItemSelectionRange & other)
QItemSelectionRange intersected(const QItemSelectionRange & other)
bool intersects(const QItemSelectionRange & other)
bool isEmpty()
bool isValid()
int left()
const QAbstractItemModel * model()
bool operator!=(const QItemSelectionRange & other)
bool operator==(const QItemSelectionRange & other)
QModelIndex parent()
int right()
int top()
QModelIndex topLeft()
int width()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html