group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ConfirmModal Class Reference

#include <ConfirmModal.hpp>

Collaboration diagram for ConfirmModal:
[legend]

Public Member Functions

void open (ConfirmRequest request)
void cancel ()
bool isOpen () const
ConfirmResult drawAndPoll ()

Private Attributes

ConfirmRequest request_
bool open_ = false
bool shouldOpenPopup_ = false

Member Function Documentation

◆ cancel()

void ConfirmModal::cancel ( )

◆ drawAndPoll()

ConfirmResult ConfirmModal::drawAndPoll ( )
Here is the call graph for this function:

◆ isOpen()

bool ConfirmModal::isOpen ( ) const
nodiscard

◆ open()

void ConfirmModal::open ( ConfirmRequest request)

Member Data Documentation

◆ open_

bool ConfirmModal::open_ = false
private

◆ request_

ConfirmRequest ConfirmModal::request_
private

◆ shouldOpenPopup_

bool ConfirmModal::shouldOpenPopup_ = false
private

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