Searched refs:toIndex (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/apps/icon-o-matic/shape/commands/
H A DMoveShapesCommand.cpp24 Shape** shapes, int32 count, int32 toIndex)
25 : MoveCommand<Shape>(container, shapes, count, toIndex)
23 MoveShapesCommand(Container<Shape>* container, Shape** shapes, int32 count, int32 toIndex) argument
H A DMoveTransformersCommand.cpp24 Transformer** transformers, int32 count, int32 toIndex)
25 : MoveCommand<Transformer>(container, transformers, count, toIndex)
23 MoveTransformersCommand(Container<Transformer>* container, Transformer** transformers, int32 count, int32 toIndex) argument
H A DMovePathsCommand.cpp24 VectorPath** paths, int32 count, int32 toIndex)
25 : MoveCommand<VectorPath>(container, paths, count, toIndex)
23 MovePathsCommand(Container<VectorPath>* container, VectorPath** paths, int32 count, int32 toIndex) argument
H A DMoveShapesCommand.h30 int32 toIndex);
H A DMoveTransformersCommand.h30 int32 toIndex);
H A DMovePathsCommand.h31 int32 toIndex);
/haiku/src/apps/icon-o-matic/style/
H A DMoveStylesCommand.cpp24 Style** styles, int32 count, int32 toIndex)
25 : MoveCommand<Style>(container, styles, count, toIndex)
23 MoveStylesCommand(Container<Style>* container, Style** styles, int32 count, int32 toIndex) argument
H A DMoveStylesCommand.h30 int32 toIndex);
/haiku/src/apps/mediaplayer/playlist/
H A DCopyPLItemsCommand.h19 int32 toIndex);
H A DImportPLItemsCommand.h18 int32 toIndex,
H A DMovePLItemsCommand.h19 int32 toIndex);
H A DPlaylistListView.h38 virtual void MoveItems(const BList& indices, int32 toIndex);
39 virtual void CopyItems(const BList& indices, int32 toIndex);
H A DCopyPLItemsCommand.cpp25 BList indices, int32 toIndex)
31 fToIndex(toIndex),
24 CopyPLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
H A DImportPLItemsCommand.cpp28 const BMessage* refsMessage, int32 toIndex, bool sortItems)
39 fToIndex(toIndex),
27 ImportPLItemsCommand(Playlist* playlist, const BMessage* refsMessage, int32 toIndex, bool sortItems) argument
H A DMovePLItemsCommand.cpp26 BList indices, int32 toIndex)
33 fToIndex(toIndex)
45 // adjust toIndex compensating for items that
25 MovePLItemsCommand(Playlist* playlist, BList indices, int32 toIndex) argument
/haiku/src/kits/interface/textview_support/
H A DTextGapBuffer.cpp308 TextGapBuffer::_MoveGapTo(int32 toIndex)
310 if (toIndex == fGapIndex)
312 if (toIndex > fItemCount) {
313 debugger("MoveGapTo: invalid toIndex supplied");
320 if (toIndex > fGapIndex) {
323 count = toIndex - fGapIndex;
325 srcIndex = toIndex;
326 dstIndex = toIndex + fGapCount;
327 count = fGapIndex- toIndex;
333 fGapIndex = toIndex;
[all...]
H A DTextGapBuffer.h50 void _MoveGapTo(int32 toIndex);
/haiku/src/apps/soundrecorder/
H A DDrawingTidbits.cpp57 uint32 toIndex = screen.IndexForColor(to); local
63 bits[index] = toIndex;
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.h52 virtual void MoveItems(BList& items, int32 toIndex);
53 virtual void CopyItems(BList& items, int32 toIndex);
H A DPathListView.h57 virtual void MoveItems(BList& items, int32 toIndex);
58 virtual void CopyItems(BList& items, int32 toIndex);
H A DShapeListView.h58 virtual void MoveItems(BList& items, int32 toIndex);
59 virtual void CopyItems(BList& items, int32 toIndex);
H A DStyleListView.h54 virtual void MoveItems(BList& items, int32 toIndex);
55 virtual void CopyItems(BList& items, int32 toIndex);
/haiku/src/apps/icon-o-matic/generic/command/
H A DMoveCommand.h42 int32 toIndex);
65 int32 toIndex)
70 fToIndex(toIndex),
77 // adjust toIndex compensating for items that
62 MoveCommand(Container<Type>* container, Type** items, int32 count, int32 toIndex) argument
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h124 int32 fromIndex, int32 toIndex);
140 virtual bool MoveHeader(int32 fromIndex, int32 toIndex);
149 int32 toIndex);
205 int32 fromIndex, int32 toIndex);
/haiku/src/kits/interface/layouter/
H A DComplexLayouter.h57 void _PropagateChanges(SumItem* sums, int32 toIndex,

Completed in 185 milliseconds

12