ContextActionList
ContextActionList* preActionList;
ContextActionList* postActionList;
BPrivate::ObjectDeleter<ContextActionList> preActionListDeleter(
BPrivate::ObjectDeleter<ContextActionList> postActionListDeleter(
ContextActionList*& _preActions, ContextActionList*& _postActions)
_preActions = new(std::nothrow) ContextActionList;
BPrivate::ObjectDeleter<ContextActionList> preActionListDeleter(
_postActions = new(std::nothrow) ContextActionList;
BPrivate::ObjectDeleter<ContextActionList> postActionListDeleter(
ContextActionList* actions, BMessage*& _message)
ContextActionList* actions)
ContextActionList* preSettingsActions = NULL,
ContextActionList* postSettingsActions = NULL)
status_t _AddActionItems(ContextActionList* actions)
ContextActionList*& _preActions,
ContextActionList*& _postActions);
uint32 what, ContextActionList* actions,
ContextActionList* actions);