#include <QuickApplyFindListNode.h>
Defines the items that are displayed in the QuickApplyDialog
- See Also
- IQuickApplyService
| QuickApplyFindListNode::QuickApplyFindListNode | ( | | ) | |
| inline |
Default Constructor Constructs an QuickQpplyFindListNode object with default values.
Constructor Constructs a QuickQpplyFindListNode from another QuickQpplyFindListNode.
- Parameters
| node | node to copy data from |
| QuickApplyFindListNode::QuickApplyFindListNode | ( | PMString | name, | | | uint32 | type, | | | PluginID | pluginID, | | | RsrcID | iconRsrcID, | | | uint32 | reference, | | | EllipsizeStyle | ellipseStyle | | ) | | |
| inline |
Constructor Constructs a QuickQpplyFindListNode with passed in parameter values
- Parameters
| name | this string will be used as a display and search name in the dialog |
| type | identifier to identify which service provider owns this node (See IQuickApplyService) |
| pluginID | id of the plug in which defines the icon resource id (next parameter) |
| iconRsrcID | id of the resource of with the icon to display in the quick apply list next to this item |
| reference | can be anything really it's user data |
| ellipseStyle | type of dot dot dot style to use middle, end, beginning see EllipsizeStyle style definition |
| virtual QuickApplyFindListNode::~QuickApplyFindListNode | ( | | ) | |
| inlinevirtual |
| EllipsizeStyle QuickApplyFindListNode::fEllipseStyle |
fEllipseStyle type of dot dot dot style to use middle, end, beginning see EllipsizeStyle style definition
| RsrcID QuickApplyFindListNode::fIconRsrcID |
fIconRsrcID id of the resource of with the icon to display in the quick apply list next to this item
fName this string will be used as a display and search name in the dialog
| PluginID QuickApplyFindListNode::fPluginID |
fPluginID id of the plug in which defines the icon resource id
| uint32 QuickApplyFindListNode::fReference |
fReference user data not used by quick apply dialog itself may be useful to service providers
| uint32 QuickApplyFindListNode::fType |
fType identifier to identify which service provider owns this node (See IQuickApplyService)