digiKam
Digikam::RemoveBookmarksCommand Class Reference
+ Inheritance diagram for Digikam::RemoveBookmarksCommand:

Public Member Functions

void redo () override
 
 RemoveBookmarksCommand (BookmarksManager *const mngr, BookmarkNode *const parent, int row)
 
void undo () override
 
 ~RemoveBookmarksCommand () override
 

Protected Attributes

BookmarksManagerm_bookmarkManager
 
bool m_done
 
BookmarkNodem_node
 
BookmarkNodem_parent
 
int m_row
 

Constructor & Destructor Documentation

◆ RemoveBookmarksCommand()

Digikam::RemoveBookmarksCommand::RemoveBookmarksCommand ( BookmarksManager *const  mngr,
BookmarkNode *const  parent,
int  row 
)
explicit

◆ ~RemoveBookmarksCommand()

Digikam::RemoveBookmarksCommand::~RemoveBookmarksCommand ( )
override

Member Function Documentation

◆ redo()

void Digikam::RemoveBookmarksCommand::redo ( )
override

◆ undo()

void Digikam::RemoveBookmarksCommand::undo ( )
override

Member Data Documentation

◆ m_bookmarkManager

BookmarksManager* Digikam::RemoveBookmarksCommand::m_bookmarkManager
protected

Referenced by redo(), and undo().

◆ m_done

bool Digikam::RemoveBookmarksCommand::m_done
protected

Referenced by redo(), undo(), and ~RemoveBookmarksCommand().

◆ m_node

BookmarkNode* Digikam::RemoveBookmarksCommand::m_node
protected

◆ m_parent

BookmarkNode* Digikam::RemoveBookmarksCommand::m_parent
protected

Referenced by redo(), and undo().

◆ m_row

int Digikam::RemoveBookmarksCommand::m_row
protected

Referenced by redo(), and undo().


The documentation for this class was generated from the following files: