mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-20 06:30:03 +03:00
Join & selection marker has been removed
This commit is contained in:
@@ -166,6 +166,7 @@ namespace LimeReport {
|
||||
bool isUpdating(){return m_updating;}
|
||||
void endUpdate();
|
||||
|
||||
void rectMoved(QRectF itemRect, BaseDesignIntf* container = 0);
|
||||
void itemMoved(BaseDesignIntf* item);
|
||||
bool magneticMovement() const;
|
||||
void setMagneticMovement(bool magneticMovement);
|
||||
@@ -175,6 +176,7 @@ namespace LimeReport {
|
||||
|
||||
void setPropertyToSelectedItems(const char *name, const QVariant &value);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
virtual void keyPressEvent(QKeyEvent *event);
|
||||
@@ -272,7 +274,7 @@ namespace LimeReport {
|
||||
const QVariant& oldPropertyValue,
|
||||
const QVariant& newPropertyValue);
|
||||
void changeSelectedGroupProperty(const QString& name,const QVariant& value);
|
||||
|
||||
void activateItemToJoin(QRectF itemRect, QList<ItemProjections>& items);
|
||||
private:
|
||||
enum JoinType{Width, Height};
|
||||
LimeReport::PageItemDesignIntf::Ptr m_pageItem;
|
||||
@@ -312,6 +314,7 @@ namespace LimeReport {
|
||||
JoinType m_joinType;
|
||||
bool m_magneticMovement;
|
||||
ReportSettings* m_reportSettings;
|
||||
|
||||
};
|
||||
|
||||
class AbstractPageCommand : public CommandIf{
|
||||
|
||||
Reference in New Issue
Block a user