SvTreeListBox cannot be loaded from .src now
Change-Id: I80090f4daf9b7f224392a76449a87ab6aa6b7d05
This commit is contained in:
@@ -342,7 +342,6 @@ protected:
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
SvTreeListBox( vcl::Window* pParent, WinBits nWinStyle=0 );
|
SvTreeListBox( vcl::Window* pParent, WinBits nWinStyle=0 );
|
||||||
SvTreeListBox( vcl::Window* pParent, const ResId& rResId );
|
|
||||||
virtual ~SvTreeListBox() override;
|
virtual ~SvTreeListBox() override;
|
||||||
virtual void dispose() override;
|
virtual void dispose() override;
|
||||||
|
|
||||||
|
@@ -363,37 +363,6 @@ SvTreeListBox::SvTreeListBox(vcl::Window* pParent, WinBits nWinStyle) :
|
|||||||
SetSublistOpenWithLeftRight();
|
SetSublistOpenWithLeftRight();
|
||||||
}
|
}
|
||||||
|
|
||||||
SvTreeListBox::SvTreeListBox(vcl::Window* pParent, const ResId& rResId) :
|
|
||||||
Control(pParent, rResId),
|
|
||||||
DropTargetHelper(this),
|
|
||||||
DragSourceHelper(this),
|
|
||||||
mpImpl(new SvTreeListBoxImpl(*this)),
|
|
||||||
mbContextBmpExpanded(false),
|
|
||||||
mbAlternatingRowColors(false),
|
|
||||||
mbUpdateAlternatingRows(false),
|
|
||||||
eSelMode(SelectionMode::NONE),
|
|
||||||
nMinWidthInChars(0),
|
|
||||||
mbCenterAndClipText(false)
|
|
||||||
{
|
|
||||||
pTargetEntry = nullptr;
|
|
||||||
nImpFlags = SvTreeListBoxFlags::NONE;
|
|
||||||
nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK;
|
|
||||||
nDragDropMode = DragDropMode::NONE;
|
|
||||||
SvTreeList* pTempModel = new SvTreeList;
|
|
||||||
pTempModel->SetRefCount( 0 );
|
|
||||||
SetBaseModel(pTempModel);
|
|
||||||
pModel->InsertView( this );
|
|
||||||
pHdlEntry = nullptr;
|
|
||||||
pEdCtrl = nullptr;
|
|
||||||
pModel->SetCloneLink( LINK(this, SvTreeListBox, CloneHdl_Impl ));
|
|
||||||
SetType(WINDOW_TREELISTBOX);
|
|
||||||
|
|
||||||
InitTreeView();
|
|
||||||
Resize();
|
|
||||||
|
|
||||||
SetSublistOpenWithLeftRight();
|
|
||||||
}
|
|
||||||
|
|
||||||
VCL_BUILDER_DECL_FACTORY(SvTreeListBox)
|
VCL_BUILDER_DECL_FACTORY(SvTreeListBox)
|
||||||
{
|
{
|
||||||
WinBits nWinStyle = WB_TABSTOP;
|
WinBits nWinStyle = WB_TABSTOP;
|
||||||
|
Reference in New Issue
Block a user